Home
last modified time | relevance | path

Searched refs:VoidType (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir_test.go24 ftyp := FunctionType(VoidType(), nil, false)
H A Dir.go694 func (c Context) VoidType() (t Type) { t.C = C.LLVMVoidTypeInContext(c.C); return } func
698 func VoidType() (t Type) { t.C = C.LLVMVoidType(); return } func
1381 ftyp := FunctionType(VoidType(), []Type{storage.Type(), md.Type()}, false)
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp178 class VoidType : public Type { class
180 VoidType() : Type(TypeKind::Void) {} in VoidType() function in __anone3a730d20111::VoidType
972 VoidType Void;
988 const VoidType *getVoidType() { return &Void; } in getVoidType()
1098 if (isa<VoidType>(Param)) in getType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2432 Type *VoidType = Type::getVoidTy(Context); in parseConstants() local
2450 if (TypeList[Record[0]] == VoidType) in parseConstants()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst3298 Certain primitive types (``VoidType``, ``LabelType``, ``FloatType`` and