| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate_meta_data_builder.h | 58 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument 74 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument 83 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument 95 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 100 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 105 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
|
| D | gate_meta_data.cpp | 50 #define GATE_NAME_MAP(NAME, OP, R, S, D, V) { OpCode::OP, #OP }, in Str() argument 175 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 183 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 207 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ in GATE_META_DATA_LIST_WITH_SIZE() argument 231 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
|
| D | circuit.h | 93 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 101 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 109 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ in GATE_META_DATA_LIST_WITH_SIZE() argument
|
| D | circuit_builder.h | 303 #define ARITHMETIC_BINARY_OP_WITH_BITWIDTH(NAME, OPCODEID, MACHINETYPEID) \ argument 312 #define ARITHMETIC_UNARY_OP_WITH_BITWIDTH(NAME, OPCODEID, MACHINETYPEID) … argument 321 #define CMP_BINARY_OP_WITHOUT_BITWIDTH(NAME, OPCODEID, CONDITION) \ argument
|
| D | gate_meta_data.h | 266 #define DECLARE_GATE_OPCODE(NAME, OP, R, S, D, V) OP, argument 271 #define DECLARE_GATE_OPCODE(NAME) NAME, argument
|
| /arkcompiler/runtime_core/compiler/ |
| D | compiler_logger.cpp | 36 #define DEF(COMPONENT, NAME) \ in SetComponents() argument
|
| D | compiler_options.h | 123 #define DEF(FEATURE, NAME) \ in ParseEnabledCpuFeatures() argument
|
| /arkcompiler/runtime_core/verification/config/options/ |
| D | msg_set_parser.h | 94 …static const auto NAME = p3::of_charset("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_0123… in MessageSetParser() local
|
| /arkcompiler/runtime_core/verification/config/parse/ |
| D | config_parse.cpp | 60 static const auto NAME = p3::of_charset("abcdefghijklmnopqrstuvwxyz_") |= NAME_HANDLER; in ParseConfig() local
|
| /arkcompiler/runtime_core/verification/util/tests/ |
| D | environment.cpp | 45 static const auto NAME = in EnvOptions() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_number_format.h | 33 enum class CurrencyDisplayOption : uint8_t { CODE = 0x01, SYMBOL, NARROWSYMBOL, NAME, EXCEPTION }; enumerator
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | logger.h | 38 #define LOG_COMPONENT_ELEM(D, NAME, STR) D(NAME, NAME, STR) argument
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_manager.h | 392 #define IS_TSTYPEKIND(NAME, TSTYPEKIND) \ argument
|