Home
last modified time | relevance | path

Searched defs:typeList (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsTuple.cpp87 ArenaVector<checker::Type *> &typeList) in GetHolderTypeForTuple()
120 ArenaVector<checker::Type *> typeList(checker->ProgramAllocator()->Adapter()); in GetType() local
158 ArenaVector<TypeNode *> typeList(allocator->Adapter()); in Clone() local
DetsTuple.h37 explicit ETSTuple(const ArenaVector<ir::TypeNode *> &typeList, ArenaAllocator *const allocator) in ETSTuple()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsTupleType.h28 explicit ETSTupleType(ETSChecker *checker, const ArenaVector<Type *> &typeList) in ETSTupleType()