Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp178 class VoidType : public Type { class
180 VoidType() : Type(TypeKind::Void) {} in VoidType() function in __anon6618677d0111::VoidType
970 VoidType Void;
986 const VoidType *getVoidType() { return &Void; } in getVoidType()
1096 if (isa<VoidType>(Param)) in getType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3027 Type *VoidType = Type::getVoidTy(Context); in parseConstants() local
3045 if (TypeList[Record[0]] == VoidType) in parseConstants()