Home
last modified time | relevance | path

Searched defs:Base (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-function-with-type-assertion.ts16 class Base { private p; } class
19 var func1 = <() => Base[]>function() { return [d1, d2] }; variable
/arkcompiler/runtime_core/verification/util/
Denum_tag.h46 using Base = TagForEnumNumerated<I_num + 1ULL, Enum, Items...>; variable
70 using Base = TagForEnumNumerated<0ULL, Enum, Items...>; variable
Dtagged_index.h66 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
Dabstract_index.h27 using Base = Index<Int>; variable
Dshifted_vector.h25 using Base = VECTOR<T>; variable
Dflags.h102 using Base = FlagsForEnum<UInt, Enum, Rest...>; variable
Dsaturated_enum.h100 using Base = SaturatedEnum<Enum, Rest...>; variable
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h2453 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/
Dtype_index.h29 using Base = TaggedIndex<TypeVarianceTag, TypeNum>; variable
/arkcompiler/runtime_core/runtime/mem/gc/stw-gc/
Dstw-gc.h29 …using Base = DefaultGCMarker<StwGCMarker<LANG_TYPE, HAS_VALUE_OBJECT_TYPES>, LANG_TYPE, HAS_VALUE_… variable
/arkcompiler/runtime_core/verification/value/
Dorigin.h33 using Base = TaggedIndex<OriginTypeTag>; variable
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_marker.h129 using Base = GCMarker<Marker, LANG_TYPE, HAS_VALUE_OBJECT_TYPES>; variable
360 using Base = variable
/arkcompiler/runtime_core/libpandafile/
Dbytecode_instruction.h223 using Base = BytecodeInstBase<Mode>; variable
/arkcompiler/runtime_core/libpandabase/tests/
Dbit_table_test.cpp164 using Base = BitTableRow<2, TestAccessor>; typedef in panda::test::TestAccessor
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_table.h252 using Base = BitTableRow<NumColumns, BitTableDefault<NumColumns>>; member