Searched refs:DisableWith (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | cg_options.cpp | 26 {cgCategory}, maplecl::DisableWith("--no-verbose-asm")); 31 {cgCategory}, maplecl::DisableWith("--no-verbose-cg")); 36 {cgCategory}, maplecl::DisableWith("--no-cg")); 41 {cgCategory}, maplecl::DisableWith("--disable-func-symbol")); 47 {cgCategory}, maplecl::DisableWith("--no-general-reg-only")); 51 {cgCategory}, maplecl::DisableWith("--no-lazy-binding")); 56 {cgCategory}, maplecl::DisableWith("--no-hot-fix")); 61 {cgCategory}, maplecl::DisableWith("--no-yieldpoint")); 66 {cgCategory}, maplecl::DisableWith("--no-local-rc")); 143 {cgCategory}, maplecl::DisableWith(" [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
H A D | cl_option.h | 91 struct DisableWith { struct 93 explicit DisableWith(const std::string &val) : disableWith(val) {} in DisableWith() function 350 } else if constexpr (std::is_same_v<DisableWith, ArgT>) { in Apply() 387 void SetDisablingAttribute(const DisableWith &value) in SetDisablingAttribute()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/ |
H A D | cl_ut_test.cpp | 121 maplecl::Option<bool> enable({"--enable"}, "", maplecl::Init(true), maplecl::DisableWith("--no-enable")); 146 maplecl::List<bool> vecBool({"--vecbool"}, "", maplecl::DisableWith("--no-vecbool")); 150 maplecl::List<bool> vecBoolDef({"--vecbooldef"}, "", maplecl::DisableWith("--no-vecbooldef"), maplecl::Init(true)); 534 * This test check that we can set the vector of disable options with DisableWith("--no-enable2", "--disable")
|
Completed in 4 milliseconds