Home
last modified time | relevance | path

Searched defs:STR (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dintrinsic_op.h21 #define DEF_MIR_INTRINSIC(STR, NAME, RETURN_TYPE, ...) INTRN_##STR, argument
Dopcodes.h24 #define OPCODE(STR, YY, ZZ, SS) OP_##STR, argument
Dtokens.h23 #define KEYWORD(STR) TK_##STR, argument
Dmir_type.h174 #define ATTR(STR) ATTR_##STR, argument
413 #define ATTR(STR) FLDATTR_##STR, argument
421 #define ATTR(STR) STMTATTR_##STR, argument
478 #define ATTR(STR) FUNCATTR_##STR, argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dopcode_info.cpp21 #define STR(s) #s in OpcodeTable() macro
Dmir_nodes.cpp32 #define DEF_MIR_INTRINSIC(STR, NAME, INTRN_CLASS, RETURN_TYPE, ...) \ in GetIntrinsicName() argument
/arkcompiler/runtime_core/static_core/tests/gtest_launcher/
Dmain.cpp30 #define STR(x) #x macro
/arkcompiler/runtime_core/tests/gtest_launcher/
Dmain.cpp28 #define STR(x) #x macro
/arkcompiler/runtime_core/static_core/libpandabase/os/
Ddfx_option.h27 #define DFX_OPTION_ELEM(D, NAME, STR) D(NAME, DfxOptionHandler::DfxOptionId::NAME##_ID, STR) argument
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dlogger.h41 #define LOG_COMPONENT_ELEM(D, NAME, STR) D(NAME, NAME, STR) argument
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.h54 #define LOG_COMPONENT_ELEM(D, NAME, STR) D(NAME, NAME, STR) argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h85 #define DEF_MIR_INTRINSIC(STR, NAME, INTRN_CLASS, RETURN_TYPE, ...) INTRN_##STR, argument