Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp178 class VoidType : public Type { class
180 VoidType() : Type(TypeKind::Void) {} in VoidType() function in __anon3961c3990111::VoidType
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3027 Type *VoidType = Type::getVoidTy(Context); parseConstants() local