| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | str.h | 76 constexpr Offset BASE = 16U; in OffsetToHexStr() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph_visitor.h | 71 #define GROUP_DEF(BASE) \ argument
|
| D | graph.h | 836 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() argument 853 #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/test/aottest/exception_case14/ |
| D | exception_case14.js | 23 BASE = 1e14, variable
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | panda_string.cpp | 26 static constexpr int BASE = 10; variable
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | acc_vregister-inl.h | 200 using BASE = VRegisterRef<AccVRegisterTRef<IS_DYNAMIC>, AccVRegisterT>; variable
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_collator.h | 26 enum class SensitivityOption : uint8_t { BASE = 0x01, ACCENT, CASE, VARIANT, UNDEFINED, EXCEPTION }; enumerator
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cgbb.h | 38 #define FOR_BB_BETWEEN(BASE, FROM, TO, DIR) for (BB * (BASE) = (FROM); (BASE) != (TO); (BASE) = (BA… argument 39 #define FOR_BB_BETWEEN_CONST(BASE, FROM, TO, DIR) \ argument 42 #define FOR_ALL_BB_CONST(BASE, FUNC) FOR_BB_BETWEEN_CONST(BASE, FIRST_BB_OF_FUNC(FUNC), nullptr, Ge… argument 43 #define FOR_ALL_BB(BASE, FUNC) FOR_BB_BETWEEN(BASE, FIRST_BB_OF_FUNC(FUNC), nullptr, GetNext) argument 44 #define FOR_ALL_BB_REV(BASE, FUNC) FOR_BB_BETWEEN(BASE, LAST_BB_OF_FUNC(FUNC), nullptr, GetPrev) argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph.h | 1061 #define RETURN_INST(OPCODE, BASE, ...) \ in CreateInst() argument 1079 #define RETURN_INST(OPCODE, BASE, ...) \ argument 1095 #define RETURN_INST(OPCODE, BASE, ...) \ argument
|
| D | inst.h | 176 #define INST_DEF(OPCODE, BASE, FLAGS) (FLAGS), // NOLINT(cppcoreguidelines-macro-usage) in GetFlagsMask() argument
|