Searched defs:BASE (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | graph_visitor.h | 71 #define GROUP_DEF(BASE) \ argument
|
D | graph.h | 834 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() argument 851 #define INST_DEF(OPCODE, BASE, ...) \ argument
|
D | inst.h | 215 #define INST_DEF(OPCODE, BASE, FLAGS) FLAGS, // NOLINT(cppcoreguidelines-macro-usage) in GetFlagsMask() argument
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | c_string.h | 44 constexpr int BASE = 10; variable
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_collator.h | 26 enum class SensitivityOption : uint8_t { BASE = 0x01, ACCENT, CASE, VARIANT, UNDEFINED, EXCEPTION }; enumerator
|