| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| H A D | objectLiteralType.cpp | 85 Type *ObjectLiteralType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() function in ark::es2panda::checker::ObjectLiteralType
|
| H A D | constructorType.cpp | 44 Type *ConstructorType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() function in ark::es2panda::checker::ConstructorType
|
| H A D | arrayType.cpp | 62 Type *ArrayType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() function in ark::es2panda::checker::ArrayType
|
| H A D | bigintLiteralType.cpp | 45 Type *BigintLiteralType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, in Instantiate() function in ark::es2panda::checker::BigintLiteralType
|
| H A D | anyType.cpp | 47 Type *AnyType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::AnyType
|
| H A D | numberType.cpp | 53 Type *NumberType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::NumberType
|
| H A D | stringLiteralType.cpp | 43 Type *StringLiteralType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, in Instantiate() function in ark::es2panda::checker::StringLiteralType
|
| H A D | undefinedType.cpp | 44 Type *UndefinedType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::UndefinedType
|
| H A D | unknownType.cpp | 41 Type *UnknownType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::UnknownType
|
| H A D | voidType.cpp | 38 Type *VoidType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::VoidType
|
| H A D | booleanLiteralType.cpp | 48 Type *BooleanLiteralType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, in Instantiate() function in ark::es2panda::checker::BooleanLiteralType
|
| H A D | booleanType.cpp | 43 Type *BooleanType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::BooleanType
|
| H A D | bigintType.cpp | 43 Type *BigintType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::BigintType
|
| H A D | enumLiteralType.cpp | 52 Type *EnumLiteralType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::EnumLiteralType
|
| H A D | functionType.cpp | 54 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 D | functionType.cpp | 55 Type *FunctionType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() function in panda::es2panda::checker::FunctionType
|
| H A D | constructorType.cpp | 45 Type *ConstructorType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() function in panda::es2panda::checker::ConstructorType
|
| H A D | objectLiteralType.cpp | 86 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 D | etsBigIntType.cpp | 39 Type *ETSBigIntType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::ETSBigIntType
|
| H A D | shortType.cpp | 98 Type *ShortType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::ShortType
|
| H A D | longType.cpp | 98 Type *LongType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::LongType
|
| H A D | wildcardType.cpp | 33 Type *WildcardType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::WildcardType
|
| H A D | intType.cpp | 103 Type *IntType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::IntType
|
| H A D | floatType.cpp | 98 Type *FloatType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::FloatType
|
| H A D | etsVoidType.cpp | 46 Type *ETSVoidType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() function in ark::es2panda::checker::ETSVoidType
|