Home
last modified time | relevance | path

Searched refs:DisableEvery (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dcl_option.h95 struct DisableEvery { struct
97 explicit DisableEvery(const std::vector<std::string> &val) : disableEvery(val) {} in DisableEvery() function
352 } else if constexpr (std::is_same_v<DisableEvery, ArgT>) { in Apply()
392 void SetDisablingAttribute(const DisableEvery &value) in SetDisablingAttribute()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcg_options.cpp176 maplecl::DisableEvery({"--no-omit-frame-pointer", "-fno-omit-frame-pointer"}));
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/
H A Dcl_ut_test.cpp123 maplecl::DisableEvery({"--no-enable2", "--disable"}));

Completed in 4 milliseconds