Home
last modified time | relevance | path

Searched defs:BASE (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_visitor.h71 #define GROUP_DEF(BASE) \ argument
Dgraph.h834 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() argument
851 #define INST_DEF(OPCODE, BASE, ...) \ argument
Dinst.h215 #define INST_DEF(OPCODE, BASE, FLAGS) FLAGS, // NOLINT(cppcoreguidelines-macro-usage) in GetFlagsMask() argument
/arkcompiler/ets_runtime/ecmascript/mem/
Dc_string.h44 constexpr int BASE = 10; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_collator.h26 enum class SensitivityOption : uint8_t { BASE = 0x01, ACCENT, CASE, VARIANT, UNDEFINED, EXCEPTION }; enumerator