Searched refs:VoidType (Results 1 – 5 of 5) sorted by relevance
24 ftyp := FunctionType(VoidType(), nil, false)
694 func (c Context) VoidType() (t Type) { t.C = C.LLVMVoidTypeInContext(c.C); return } func698 func VoidType() (t Type) { t.C = C.LLVMVoidType(); return } func1381 ftyp := FunctionType(VoidType(), []Type{storage.Type(), md.Type()}, false)
178 class VoidType : public Type { class180 VoidType() : Type(TypeKind::Void) {} in VoidType() function in __anone3a730d20111::VoidType972 VoidType Void;988 const VoidType *getVoidType() { return &Void; } in getVoidType()1098 if (isa<VoidType>(Param)) in getType()
2432 Type *VoidType = Type::getVoidTy(Context); in parseConstants() local2450 if (TypeList[Record[0]] == VoidType) in parseConstants()
3298 Certain primitive types (``VoidType``, ``LabelType``, ``FloatType`` and