Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
DMveEmitter.cpp178 class VoidType : public Type { class
180 VoidType() : Type(TypeKind::Void) {} in VoidType() function in __anon7f5bce5f0111::VoidType
972 VoidType Void;
988 const VoidType *getVoidType() { return &Void; } in getVoidType()
1098 if (isa<VoidType>(Param)) in getType()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2403 Type *VoidType = Type::getVoidTy(Context); in parseConstants() local
2421 if (TypeList[Record[0]] == VoidType) in parseConstants()