Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/IR/
H A DFunctionTest.cpp159 Type *VoidType(Type::getVoidTy(Context)); TEST() local
H A DConstantsTest.cpp434 FunctionType *FuncType(FunctionType::get(VoidType, false)); in foldFuncPtrAndConstToNull() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp674 SPIRVType *VoidType = GR->getOrCreateSPIRVType( insertInlineAsmProcess() local
/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp178 class VoidType : public Type { class
180 VoidType() : Type(TypeKind::Void) {} in VoidType() function in __anon6b6344ba0111::VoidType
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp3555 TEST_P(ASTMatchersTest,VoidType) TEST_P() argument
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3154 Type *VoidType = Type::getVoidTy(Context); parseConstants() local