Searched defs:BASE (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph_visitor.h | 72 #define GROUP_DEF(BASE) \ argument
|
| D | graph.h | 887 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() argument 904 #define INST_DEF(OPCODE, BASE, ...) \ argument
|
| D | inst.h | 262 #define INST_DEF(OPCODE, BASE, FLAGS) FLAGS, // NOLINT(cppcoreguidelines-macro-usage) in GetFlagsMask() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | c_string.h | 43 constexpr int BASE = 10; variable
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | panda_string.cpp | 26 static 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
|