Home
last modified time | relevance | path

Searched refs:tupleType (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTupleType.cpp110 …checker::Type *tupleType = checker->CreateTupleType(desc, std::move(elementFlags), combinedFlags, … in GetType() local
113 checker->NodeCache().insert({this, tupleType}); in GetType()
114 return tupleType; in GetType()
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsTuple.cpp178 auto *const tupleType = checker->Allocator()->New<checker::ETSTupleType>( in GetType() local
181 SetTsType(tupleType); in GetType()
/arkcompiler/ets_frontend/es2panda/
DCMakeLists.txt282 typescript/types/tupleType.cpp
DBUILD.gn246 "typescript/types/tupleType.cpp",
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp2778 auto *const tupleType = AllocNode<ir::ETSTuple>(Allocator()); in ParseETSTupleType() local
2805 currentTypeAnnotation->SetParent(tupleType); in ParseETSTupleType()
2817 tupleType->SetSpreadType(currentTypeAnnotation); in ParseETSTupleType()
2834 tupleType->SetTypeAnnotationsList(tupleTypeList); in ParseETSTupleType()
2836 tupleType->SetRange({startLoc, endLoc}); in ParseETSTupleType()
2838 return tupleType; in ParseETSTupleType()
DTSparser.cpp834 auto *tupleType = AllocNode<ir::TSTupleType>(std::move(elements)); in ParseTupleType() local
835 tupleType->SetRange({tupleStart, tupleEnd}); in ParseTupleType()
836 return tupleType; in ParseTupleType()
/arkcompiler/ets_frontend/ets2panda/
DBUILD.gn109 "checker/types/ts/tupleType.cpp",
DCMakeLists.txt428 checker/types/ts/tupleType.cpp
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1029 auto *tupleType = AllocNode<ir::TSTupleType>(std::move(elements)); in ParseTsTupleType() local
1030 tupleType->SetRange({tupleStart, tupleEnd}); in ParseTsTupleType()
1031 return tupleType; in ParseTsTupleType()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D3_types.rst222 | tupleType
1420 tupleType: