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

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

Completed in 73 milliseconds