Home
last modified time | relevance | path

Searched defs:common (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dlower.h55 …CGLowerer(MIRModule &mod, BECommon &common, bool genEh, bool verboseCG) : mirModule(mod), beCommon… in CGLowerer()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_options.cpp510 maplecl::Option<bool> common({"--common", "-fcommon"}, variable
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Ddoclet.py319 common: str = '' # common feature is obsoleted variable in TemplateVars
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/
Dcl_ut_test.cpp152 maplecl::Option<std::string> common({"--common"}, ""); variable
1004 TEST(clOptions, common) in TEST() argument