Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_visitor.h72 #define GROUP_DEF(BASE) \ argument
Dgraph.h887 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() argument
904 #define INST_DEF(OPCODE, BASE, ...) \ argument
Dinst.h262 #define INST_DEF(OPCODE, BASE, FLAGS) FLAGS, // NOLINT(cppcoreguidelines-macro-usage) in GetFlagsMask() argument
/arkcompiler/ets_runtime/ecmascript/mem/
Dc_string.h43 constexpr int BASE = 10; variable
/arkcompiler/runtime_core/runtime/mem/
Dpanda_string.cpp26 static 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