Home
last modified time | relevance | path

Searched defs:Instantiate (Results 1 - 25 of 77) sorted by relevance

1234

/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DobjectLiteralType.cpp85 Type *ObjectLiteralType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() function in ark::es2panda::checker::ObjectLiteralType
H A DconstructorType.cpp44 Type *ConstructorType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() function in ark::es2panda::checker::ConstructorType
H A DarrayType.cpp62 Type *ArrayType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() function in ark::es2panda::checker::ArrayType
H A DbigintLiteralType.cpp45 Type *BigintLiteralType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, in Instantiate() function in ark::es2panda::checker::BigintLiteralType
H A DanyType.cpp47 Type *AnyType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::AnyType
H A DnumberType.cpp53 Type *NumberType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::NumberType
H A DstringLiteralType.cpp43 Type *StringLiteralType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, in Instantiate() function in ark::es2panda::checker::StringLiteralType
H A DundefinedType.cpp44 Type *UndefinedType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::UndefinedType
H A DunknownType.cpp41 Type *UnknownType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::UnknownType
H A DvoidType.cpp38 Type *VoidType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::VoidType
H A DbooleanLiteralType.cpp48 Type *BooleanLiteralType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, in Instantiate() function in ark::es2panda::checker::BooleanLiteralType
H A DbooleanType.cpp43 Type *BooleanType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::BooleanType
H A DbigintType.cpp43 Type *BigintType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::BigintType
H A DenumLiteralType.cpp52 Type *EnumLiteralType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::EnumLiteralType
H A DfunctionType.cpp54 Type *FunctionType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() function in ark::es2panda::checker::FunctionType
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DfunctionType.cpp55 Type *FunctionType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() function in panda::es2panda::checker::FunctionType
H A DconstructorType.cpp45 Type *ConstructorType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() function in panda::es2panda::checker::ConstructorType
H A DobjectLiteralType.cpp86 Type *ObjectLiteralType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() function in panda::es2panda::checker::ObjectLiteralType
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsBigIntType.cpp39 Type *ETSBigIntType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::ETSBigIntType
H A DshortType.cpp98 Type *ShortType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::ShortType
H A DlongType.cpp98 Type *LongType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::LongType
H A DwildcardType.cpp33 Type *WildcardType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::WildcardType
H A DintType.cpp103 Type *IntType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::IntType
H A DfloatType.cpp98 Type *FloatType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::FloatType
H A DetsVoidType.cpp46 Type *ETSVoidType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::ETSVoidType

Completed in 7 milliseconds

1234