| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | debug_info_util.cpp | 28 #define DW_TAG(ID, NAME) \ in GetDwTagName() argument 47 #define DW_FORM(ID, NAME) \ in GetDwFormName() argument 62 #define DW_AT(ID, NAME) \ in GetDwAtName() argument 77 #define DW_OP(ID, NAME) \ in GetDwOpName() argument 93 #define DW_ATE(ID, NAME) \ in GetDwAteName() argument
|
| D | intrinsics.cpp | 25 #define DEF_MIR_INTRINSIC(X, NAME, INTRN_CLASS, RETURN_TYPE, ...) \ argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | dwarf.h | 22 #define DW_TAG(ID, NAME) DW_TAG_##NAME = (ID), argument 30 #define DW_AT(ID, NAME) DW_AT_##NAME = (ID), argument 37 #define DW_FORM(ID, NAME) DW_FORM_##NAME = (ID), argument 43 #define DW_OP(ID, NAME) DW_OP_##NAME = (ID), argument 50 #define DW_ATE(ID, NAME) DW_ATE_##NAME = (ID), argument 60 #define DW_LANG(ID, NAME, LOWER_BOUND) DW_LANG_##NAME = (ID), argument
|
| D | intrinsic_op.h | 21 #define DEF_MIR_INTRINSIC(STR, NAME, INTRN_CLASS, RETURN_TYPE, ...) INTRN_##STR, argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pass_options.h | 43 #define OPTION_BUILDER(NAME, DEFAULT) \ argument 49 #define OPTIONS(NAME, DEFAULT) bool \ argument 52 #define GET_OPTION(NAME, DEFAULT) \ argument
|
| D | share_gate_meta_data.cpp | 25 #define GATE_NAME_MAP(NAME, OP, R, S, D, V) { OpCode::OP, #OP }, in Str() argument 217 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 225 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 234 #define DECLARE_GATE_META_WITH_BOOL_VALUE_IN(NAME, OP, R, S, D, V) \ in GATE_META_DATA_LIST_WITH_BOOL() argument 243 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 267 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 291 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 301 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 311 #define DECLARE_GATE_META_FOR_CALL(NAME, OP, R, S, D, V) … argument 321 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
|
| D | gate_meta_data_builder.h | 63 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument 80 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument 89 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument 101 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 106 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 111 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 116 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 121 #define DECLARE_GATE_META_FOR_CALL(NAME, OP, R, S, D, V) \ argument 126 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 131 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument [all …]
|
| D | circuit.h | 108 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 116 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 124 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ in GATE_META_DATA_LIST_WITH_SIZE() argument 132 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 140 #define DECLARE_GATE_META_WITH_BOOL_VALUE_IN(NAME, OP, R, S, D, V) \ argument 148 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 156 #define DECLARE_GATE_META_FOR_CALL(NAME, OP, R, S, D, V) \ argument 164 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
|
| D | circuit_builder.h | 735 #define ARITHMETIC_BINARY_OP_WITH_BITWIDTH(NAME, OPCODEID, MACHINETYPEID) … argument 744 #define ARITHMETIC_UNARY_OP_WITH_BITWIDTH(NAME, OPCODEID, MACHINETYPEID) … argument 753 #define CMP_BINARY_OP_WITHOUT_BITWIDTH(NAME, OPCODEID, CONDITION) \ argument 768 #define ARITHMETIC_UNARY_OP_WITH_BITWIDTH(NAME, OPCODEID, MACHINETYPEID) … argument
|
| D | share_opcodes.h | 139 #define DECLARE_GATE_OPCODE(NAME, OP, R, S, D, V) OP, argument 149 #define DECLARE_GATE_OPCODE(NAME) NAME, argument
|
| D | gate_matchers.h | 66 #define DECLARE_IS_GATE(NAME, OP, R, S, D, V) … argument 79 #define DECLARE_IS_INST(NAME, OPCODEID, MACHINETYPEID) … in GATE_META_DATA_LIST_WITH_BOOL() argument 89 #define DECLARE_IS_INST(NAME, OPCODEID, CONDITION) … argument
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_accessor.h | 95 #define CLASS_TYPE_BITFIELD_ACCESSOR(NAME) \ argument 114 #define GET_TSTYPE(NAME, TYPE) \ argument
|
| D | ts_obj_layout_info.h | 115 #define TSOBJLAYOUT_ACCESSOR(NAME, OFFSET) \ argument
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | compiler_logger.cpp | 36 #define DEF(COMPONENT, NAME) \ in SetComponents() argument
|
| D | compiler_options.h | 125 #define DEF(FEATURE, NAME) \ in ParseEnabledCpuFeatures() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_logger.cpp | 35 #define DEF(COMPONENT, NAME) \ in SetComponents() 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/ets_frontend/arkguard/test/grammar/variable_declaration/ |
| D | const_declaration.ts | 18 const NAME: string = 'SanYe'; constant
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | dfx_option.h | 27 #define DFX_OPTION_ELEM(D, NAME, STR) D(NAME, DfxOptionHandler::DfxOptionId::NAME##_ID, STR) argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | vtable.h | 25 NAME = 0, enumerator
|
| D | js_number_format.h | 34 enum class CurrencyDisplayOption : uint8_t { CODE = 0x01, SYMBOL, NARROWSYMBOL, NAME, EXCEPTION }; enumerator
|
| /arkcompiler/runtime_core/static_core/verification/config/options/ |
| D | msg_set_parser.h | 90 …static const auto NAME = P3::OfCharset("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_01234… in MessageSetParser() local
|
| /arkcompiler/runtime_core/static_core/verification/config/parse/ |
| D | config_parse.cpp | 62 static const auto NAME = P3::OfCharset("abcdefghijklmnopqrstuvwxyz_") |= nameHandler; in ParseConfig() local
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| D | environment.cpp | 45 static const auto NAME = in EnvOptions() local
|