/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1543 AttributeList::get(M->getContext(), AS), VoidPtrTy, in emitMemPCpy() local 1529 Type *VoidPtrTy = B.getPtrTy(); emitMemCpyChk() local 1552 Type *VoidPtrTy = B.getPtrTy(); emitMemChr() local 1562 Type *VoidPtrTy = B.getPtrTy(); emitMemRChr() local 1572 Type *VoidPtrTy = B.getPtrTy(); emitMemCmp() local 1582 Type *VoidPtrTy = B.getPtrTy(); emitBCmp() local 1592 Type *VoidPtrTy = B.getPtrTy(); emitMemCCpy() local [all...] |
H A D | ValueMapper.cpp | 1075 PointerType *VoidPtrTy; mapAppendingVariable() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | JMCInstrumenter.cpp | 130 PointerType *VoidPtrTy = PointerType::getUnqual(Ctx); in getCheckFunctionType() local
|
H A D | SjLjEHPrepare.cpp | 111 Type *VoidPtrTy = PointerType::getUnqual(M.getContext()); in doInitialization() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypeCache.h | 57 llvm::PointerType *VoidPtrTy; member
|
H A D | CGOpenMPRuntime.cpp | 5248 QualType VoidPtrTy = C.VoidPtrTy; emitReduceInitFunction() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 940 PointerType *VoidPtrTy = PointerType::get(SrcGV->getContext(), 0); linkAppendingVarProto() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1642 auto *VoidPtrTy = PointerType::getUnqual(M.getContext()); emitRegistration() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 361 Type *VoidPtrTy = PointerType::getUnqual(M->getContext()); CreateFree() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 1110 CanQualType VoidPtrTy, NullPtrTy; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 4228 QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict(); ActOnOpenMPRegionStart() local 4275 QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict(); ActOnOpenMPRegionStart() local 4341 QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict(); ActOnOpenMPRegionStart() local 4382 QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict(); ActOnOpenMPRegionStart() local 4426 QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict(); ActOnOpenMPRegionStart() local 4487 QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict(); ActOnOpenMPRegionStart() local 4575 QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict(); ActOnOpenMPRegionStart() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 1668 const QualType VoidPtrTy = getPointerTy(VoidTy); // void * in initFunctionSummaries() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 4489 Type *VoidPtrTy = PointerType::getUnqual(Ctx); buildCustomStateMachine() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 5320 auto VoidPtrTy = UnqualPtrTy; emitOffloadingArraysArgument() local
|