Home
last modified time | relevance | path

Searched refs:STR (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dintrinsic_op.h21 #define DEF_MIR_INTRINSIC(STR, NAME, RETURN_TYPE, ...) INTRN_##STR,
H A Dtokens.h23 #define KEYWORD(STR) TK_##STR,
H A Dopcodes.h24 #define OPCODE(STR, YY, ZZ, SS) OP_##STR,
H A Dmir_type.h174 #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 Dopcode_info.cpp21 #define STR(s) #s in OpcodeTable() macro
24 table[OP_##O].name = STR(O); \ in OpcodeTable()
H A Dmir_nodes.cpp39 #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 Dmain.cpp28 #define XSTR(x) STR(x)
30 #define STR(x) #x macro
/arkcompiler/runtime_core/tests/gtest_launcher/
H A Dmain.cpp27 #define XSTR(x) STR(x)
28 #define STR(x) #x macro
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Ddfx_option.h27 #define DFX_OPTION_ELEM(D, NAME, STR) D(NAME, DfxOptionHandler::DfxOptionId::NAME##_ID, STR)
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_compiler.cpp42 #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 Dlogger.h40 #define LOG_COMPONENT_ELEM(D, NAME, STR) D(NAME, NAME, STR)
/arkcompiler/runtime_core/libpandabase/utils/
H A Dlogger.h54 #define LOG_COMPONENT_ELEM(D, NAME, STR) D(NAME, NAME, STR)
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
H A Dlmir_builder.h85 #define DEF_MIR_INTRINSIC(STR, NAME, INTRN_CLASS, RETURN_TYPE, ...) INTRN_##STR,

Completed in 10 milliseconds