| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | intrinsic_op.h | 21 #define DEF_MIR_INTRINSIC(STR, NAME, RETURN_TYPE, ...) INTRN_##STR, argument
|
| D | opcodes.h | 24 #define OPCODE(STR, YY, ZZ, SS) OP_##STR, argument
|
| D | tokens.h | 23 #define KEYWORD(STR) TK_##STR, argument
|
| D | mir_type.h | 174 #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/ |
| D | opcode_info.cpp | 21 #define STR(s) #s in OpcodeTable() macro
|
| D | mir_nodes.cpp | 32 #define DEF_MIR_INTRINSIC(STR, NAME, INTRN_CLASS, RETURN_TYPE, ...) \ in GetIntrinsicName() argument
|
| /arkcompiler/runtime_core/static_core/tests/gtest_launcher/ |
| D | main.cpp | 30 #define STR(x) #x macro
|
| /arkcompiler/runtime_core/tests/gtest_launcher/ |
| D | main.cpp | 28 #define STR(x) #x macro
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | dfx_option.h | 27 #define DFX_OPTION_ELEM(D, NAME, STR) D(NAME, DfxOptionHandler::DfxOptionId::NAME##_ID, STR) argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | logger.h | 41 #define LOG_COMPONENT_ELEM(D, NAME, STR) D(NAME, NAME, STR) argument
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | logger.h | 54 #define LOG_COMPONENT_ELEM(D, NAME, STR) D(NAME, NAME, STR) argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
| D | lmir_builder.h | 85 #define DEF_MIR_INTRINSIC(STR, NAME, INTRN_CLASS, RETURN_TYPE, ...) INTRN_##STR, argument
|