Searched refs:VoidType (Results 1 – 3 of 3) sorted by relevance
178 class VoidType : public Type { class180 VoidType() : Type(TypeKind::Void) {} in VoidType() function in __anonece5a09e0111::VoidType970 VoidType Void;986 const VoidType *getVoidType() { return &Void; } in getVoidType()1096 if (isa<VoidType>(Param)) in getType()
2997 Type *VoidType = Type::getVoidTy(Context); in parseConstants() local3015 if (TypeList[Record[0]] == VoidType) in parseConstants()
3307 Certain primitive types (``VoidType``, ``LabelType``, ``FloatType`` and