Searched refs:NullType (Results 1 – 7 of 7) sorted by relevance
20 void NullType::ToString(std::stringstream &ss) const in ToString()25 void NullType::Identical(TypeRelation *relation, Type *other) in Identical()32 bool NullType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource()38 void NullType::AssignmentTarget([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *sou… in AssignmentTarget()40 TypeFacts NullType::GetTypeFacts() const in GetTypeFacts()45 Type *NullType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelati… in Instantiate()
23 class NullType : public Type {25 NullType() : Type(TypeFlag::NULL_TYPE) {} in NullType() function
30 _(TypeFlag::NULL_TYPE, NullType) \
48 globalTypes_[static_cast<size_t>(GlobalTypeId::NULL_ID)] = allocator->New<NullType>(); in GlobalTypesHolder()
107 static GateType NullType() in NullType() function
836 GateType::NullType()); in NewConst()
438 auto nullType = GateType::NullType(); in InferLdNull()