Searched refs:STR (Results 1 - 13 of 13) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | intrinsic_op.h | 21 #define DEF_MIR_INTRINSIC(STR, NAME, RETURN_TYPE, ...) INTRN_##STR,
|
H A D | tokens.h | 23 #define KEYWORD(STR) TK_##STR,
|
H A D | opcodes.h | 24 #define OPCODE(STR, YY, ZZ, SS) OP_##STR,
|
H A D | mir_type.h | 174 #define ATTR(STR) ATTR_##STR, 413 #define ATTR(STR) FLDATTR_##STR, 421 #define ATTR(STR) STMTATTR_##STR, 478 #define ATTR(STR) FUNCATTR_##STR,
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
H A D | opcode_info.cpp | 21 #define STR(s) #s in OpcodeTable() macro 24 table[OP_##O].name = STR(O); \ in OpcodeTable()
|
H A D | mir_nodes.cpp | 39 #define DEF_MIR_INTRINSIC(STR, NAME, INTRN_CLASS, RETURN_TYPE, ...) \ in GetIntrinsicName() 40 case INTRN_##STR: \ in GetIntrinsicName() 41 return #STR; in GetIntrinsicName()
|
/arkcompiler/runtime_core/static_core/tests/gtest_launcher/ |
H A D | main.cpp | 28 #define XSTR(x) STR(x) 30 #define STR(x) #x macro
|
/arkcompiler/runtime_core/tests/gtest_launcher/ |
H A D | main.cpp | 27 #define XSTR(x) STR(x) 28 #define STR(x) #x macro
|
/arkcompiler/runtime_core/static_core/libpandabase/os/ |
H A D | dfx_option.h | 27 #define DFX_OPTION_ELEM(D, NAME, STR) D(NAME, DfxOptionHandler::DfxOptionId::NAME##_ID, STR)
|
/arkcompiler/runtime_core/static_core/libllvmbackend/ |
H A D | llvm_compiler.cpp | 42 #define STRINGIFY(s) STR(s) // NOLINT(cppcoreguidelines-macro-usage) in LLVMCompiler() 43 #define STR(s) #s // NOLINT(cppcoreguidelines-macro-usage) in LLVMCompiler() 54 #undef STR in LLVMCompiler()
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
H A D | logger.h | 40 #define LOG_COMPONENT_ELEM(D, NAME, STR) D(NAME, NAME, STR)
|
/arkcompiler/runtime_core/libpandabase/utils/ |
H A D | logger.h | 54 #define LOG_COMPONENT_ELEM(D, NAME, STR) D(NAME, NAME, STR)
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
H A D | lmir_builder.h | 85 #define DEF_MIR_INTRINSIC(STR, NAME, INTRN_CLASS, RETURN_TYPE, ...) INTRN_##STR,
|
Completed in 10 milliseconds