Searched refs:UndefinedType (Results 1 – 9 of 9) sorted by relevance
20 void UndefinedType::ToString(std::stringstream &ss) const in ToString()25 void UndefinedType::Identical(TypeRelation *relation, Type *other) in Identical()32 bool UndefinedType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource()38 void UndefinedType::AssignmentTarget([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type… in AssignmentTarget()40 TypeFacts UndefinedType::GetTypeFacts() const in GetTypeFacts()45 Type *UndefinedType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeR… in Instantiate()
23 class UndefinedType : public Type {25 UndefinedType() : Type(TypeFlag::UNDEFINED) {} in UndefinedType() function
31 _(TypeFlag::UNDEFINED, UndefinedType) \
49 globalTypes_[static_cast<size_t>(GlobalTypeId::UNDEFINED)] = allocator->New<UndefinedType>(); in GlobalTypesHolder()
146 GateType::UndefinedType()); in CollectArgs()
113 static GateType UndefinedType() in UndefinedType() function
831 GateType::UndefinedType()); in NewConst()
84 GlobalTSTypeRef notExistPropGt = kungfu::GateType::UndefinedType().GetGTRef(); in GetSuperPropTypeGT()
432 auto undefinedType = GateType::UndefinedType(); in InferLdUndefined()686 auto undefinedType = GateType::UndefinedType(); in InferReturnUndefined()