Searched defs:VoidType (Results 1 – 3 of 3) sorted by relevance
178 class VoidType : public Type { class180 VoidType() : Type(TypeKind::Void) {} in VoidType() function in __anone3a730d20111::VoidType
694 func (c Context) VoidType() (t Type) { t.C = C.LLVMVoidTypeInContext(c.C); return } func698 func VoidType() (t Type) { t.C = C.LLVMVoidType(); return } func
2432 Type *VoidType = Type::getVoidTy(Context); in parseConstants() local