Searched refs:VoidType (Results 1 – 5 of 5) sorted by relevance
20 void VoidType::ToString(std::stringstream &ss) const in ToString()25 TypeFacts VoidType::GetTypeFacts() const in GetTypeFacts()30 void VoidType::Identical(TypeRelation *relation, Type *other) in Identical()37 void VoidType::AssignmentTarget([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *sou… in AssignmentTarget()39 Type *VoidType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelati… in Instantiate()
23 class VoidType : public Type {25 VoidType() : Type(TypeFlag::VOID) {} in VoidType() function
29 _(TypeFlag::VOID, VoidType) \
47 globalTypes_[static_cast<size_t>(GlobalTypeId::VOID)] = allocator->New<VoidType>(); in GlobalTypesHolder()
89 static GateType VoidType() in VoidType() function