Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DMveEmitter.cpp178 class VoidType : public Type { class
180 VoidType() : Type(TypeKind::Void) {} in VoidType() function in __anonece5a09e0111::VoidType
970 VoidType Void;
986 const VoidType *getVoidType() { return &Void; } in getVoidType()
1096 if (isa<VoidType>(Param)) in getType()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2997 Type *VoidType = Type::getVoidTy(Context); in parseConstants() local
3015 if (TypeList[Record[0]] == VoidType) in parseConstants()
/openbsd-src/gnu/llvm/llvm/docs/
H A DProgrammersManual.rst3307 Certain primitive types (``VoidType``, ``LabelType``, ``FloatType`` and