| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-function-with-type-assertion.ts | 16 class Base { private p; } class 19 var func1 = <() => Base[]>function() { return [d1, d2] }; variable
|
| /arkcompiler/runtime_core/verification/util/ |
| D | enum_tag.h | 46 using Base = TagForEnumNumerated<I_num + 1ULL, Enum, Items...>; variable 70 using Base = TagForEnumNumerated<0ULL, Enum, Items...>; variable
|
| D | tagged_index.h | 66 using Base = TagPack<Tag...>; variable 295 using Base = TaggedIndexHelper0<Int, TagPack<Tags...>>; variable 309 using Base = TaggedIndexHelper0<Int, TagPack<Tags..., Int>>; variable 324 using Base = variable 359 using Base = TaggedIndexSelectorH< variable
|
| D | abstract_index.h | 27 using Base = Index<Int>; variable
|
| D | shifted_vector.h | 25 using Base = VECTOR<T>; variable
|
| D | flags.h | 102 using Base = FlagsForEnum<UInt, Enum, Rest...>; variable
|
| D | saturated_enum.h | 100 using Base = SaturatedEnum<Enum, Rest...>; variable
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | inst.h | 2453 using Base = InlinedInstMixin<DynamicInputsInst>; variable 2518 using Base = DynamicInputsInst; variable 2540 using Base = ArrayInstMixin<FixedInputsInst1>; variable 2543 explicit LengthMethodInst(Opcode opcode, bool is_array = true) : Base(opcode) in Base() function 2547 …LengthMethodInst(Opcode opcode, DataType::Type type, uint32_t pc, bool is_array = true) : Base(opc… in Base() function 3301 using Base = ArrayInstMixin<NeedBarrierMixin<FixedInputsInst2>>; variable 3304 explicit LoadInst(Opcode opcode, bool is_array = true) : Base(opcode) in Base() function 3308 …LoadInst(Opcode opcode, DataType::Type type, uint32_t pc, bool is_array = true) : Base(opcode, typ… in Base() function 3356 using Base = FixedInputsInst3; variable 3397 using Base = FixedInputsInst2; variable [all …]
|
| /arkcompiler/runtime_core/verification/type/ |
| D | type_index.h | 29 using Base = TaggedIndex<TypeVarianceTag, TypeNum>; variable
|
| /arkcompiler/runtime_core/runtime/mem/gc/stw-gc/ |
| D | stw-gc.h | 29 …using Base = DefaultGCMarker<StwGCMarker<LANG_TYPE, HAS_VALUE_OBJECT_TYPES>, LANG_TYPE, HAS_VALUE_… variable
|
| /arkcompiler/runtime_core/verification/value/ |
| D | origin.h | 33 using Base = TaggedIndex<OriginTypeTag>; variable
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_marker.h | 129 using Base = GCMarker<Marker, LANG_TYPE, HAS_VALUE_OBJECT_TYPES>; variable 360 using Base = variable
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | bytecode_instruction.h | 223 using Base = BytecodeInstBase<Mode>; variable
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | bit_table_test.cpp | 164 using Base = BitTableRow<2, TestAccessor>; typedef in panda::test::TestAccessor
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_table.h | 252 using Base = BitTableRow<NumColumns, BitTableDefault<NumColumns>>; member
|