/llvm-project/llvm/unittests/Analysis/ |
H A D | PhiValuesTest.cpp | 24 Type *VoidTy = Type::getVoidTy(C); in TEST() local 91 Type *VoidTy = Type::getVoidTy(C); in TEST() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SanitizerStats.cpp | 78 Type *VoidTy = Type::getVoidTy(M->getContext()); in finish() local
|
H A D | ModuleUtils.cpp | 182 auto *VoidTy = Type::getVoidTy(M.getContext()); declareSanitizerInitFunction() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | VectorBuilderTest.cpp | 238 auto *VoidTy = Builder.getVoidTy(); in TEST_F() local 257 auto *VoidTy = Builder.getVoidTy(); in TEST_F() local 272 auto *VoidTy = Builder.getVoidTy(); in TEST_F() local
|
H A D | ManglerTest.cpp | 31 Type *VoidTy = Type::getVoidTy(Mod.getContext()); mangleFunc() local
|
H A D | IRBuilderTest.cpp | 147 Type *VoidTy = Builder.getVoidTy(); in TEST_F() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | JMCInstrumenter.cpp | 129 Type *VoidTy = Type::getVoidTy(Ctx); in getCheckFunctionType() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypeCache.h | 34 llvm::Type *VoidTy; member
|
H A D | CGCUDANV.cpp | 41 llvm::Type *VoidTy; global() member in __anon267aee7c0111::CGNVCUDARuntime [all...] |
H A D | CGObjCGNU.cpp | 829 llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext); CGObjCGNUstep() local 2341 llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext); CGObjCGNU() local [all...] |
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ExecutorProcessControl.cpp | 125 using VoidTy = int (*)(); runAsVoidFunction() typedef
|
H A D | LLJIT.cpp | 188 auto *VoidTy = Type::getVoidTy(*Ctx); setupJITDylib() local 468 auto *VoidTy = Type::getVoidTy(*Ctx); createPlatformRuntimeModule() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 280 Type *VoidTy = Builder.getVoidTy(); emitExceptionRegistrationRecord() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 86 Type *VoidTy; global() member in __anon4e2d216f0111::AArch64Arm64ECCallLowering
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1827 auto *VoidTy = Type::getVoidTy(M.getContext()); emitRegistration() local 1939 auto *VoidTy = Type::getVoidTy(M.getContext()); emitInitialization() local
|
H A D | SanitizerCoverage.cpp | 394 Type *VoidTy = Type::getVoidTy(*C); instrumentModule() local [all...] |
H A D | HWAddressSanitizer.cpp | 409 Type *VoidTy = Type::getVoidTy(M.getContext()); global() member in __anon112a5b020111::HWAddressSanitizer [all...] |
H A D | NumericalStabilitySanitizer.cpp | 606 Type *VoidTy = Type::getVoidTy(Context); NumericalStabilitySanitizer() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 536 auto *VoidTy = Type::getVoidTy(Context); getFunctionTypeFromAsyncSuspend() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 2261 Type *VoidTy = Type::getVoidTy(Ctx); processCopyingStore() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 1109 CanQualType VoidTy; global() variable
|
/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 361 Type *VoidTy = Type::getVoidTy(M->getContext()); CreateFree() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 1660 const QualType VoidTy = ACtx.VoidTy; initFunctionSummaries() local
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 1246 Type *VoidTy = Type::getVoidTy(M->getContext()); TEST_F() local
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 3506 Type *VoidTy = Type::getVoidTy(M.getContext()); getFreshReductionFunc() local
|