/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | ProTypeConstCastCheck.cpp | 18 const QualType PtrType = Type->getPointeeType(); in hasConstQualifier() local 26 const QualType PtrType = Type->getPointeeType(); in hasVolatileQualifier() local
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | MultiLevelImplicitPointerConversionCheck.cpp | 17 static unsigned getPointerLevel(const QualType &PtrType) { in getPointerLevel()
|
/llvm-project/clang/test/CodeCompletion/ |
H A D | objc-message.mm | 26 typedef typename RemovePointer<T>::Type* PtrType; field
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | TBAATest.cpp | 36 auto *PtrType = PointerType::get(C, 0); in getFunctionWithSingleStore() local
|
H A D | AliasAnalysisTest.cpp | 172 auto PtrType = PointerType::get(C, 0); in TEST_F() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaSwift.cpp | 51 if (const auto *PtrType = Ty->getAs<PointerType>()) { in isValidSwiftIndirectResultType() local 63 if (const auto *PtrType = Ty->getAs<PointerType>()) { in isValidSwiftErrorResultType() local
|
H A D | SemaRISCV.cpp | 1335 const PointerType *PtrType = PointerArg->getType()->getAs<PointerType>(); CheckBuiltinFunctionCall() local
|
H A D | SemaCast.cpp | 184 if (PtrType->getPointeeType()->hasAttr(attr::NoDeref)) { in CheckNoDeref() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallPtrSet.h | 540 swap(SmallPtrSet<PtrType,SmallSize> & RHS) swap() argument [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | RefCntblBaseVirtualDtorChecker.cpp | 81 if (auto *PtrType = dyn_cast<PointerType>(CastType)) { VisitCXXDeleteExpr() local
|
/llvm-project/third-party/benchmark/src/ |
H A D | benchmark.cc | 483 typedef std::unique_ptr<BenchmarkReporter> PtrType; in CreateReporter() typedef
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 829 PointerType *PtrType = G->getType(); writeAlias() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-using.cpp | 53 typedef void (A::*PtrType)(int, int) const; typedef
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 385 std::string PtrType = std::string(getEnumName( in visitKnownRecord() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IteratorModeling.cpp | 631 QualType PtrType = Iterator->getType(); in handlePtrIncrOrDecr() local
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.cpp | 457 SPIRVType *PtrType = GR->getOrCreateSPIRVPointerType( buildBuiltinVariableLoad() local 1969 SPIRVType *PtrType = GR->getSPIRVTypeForVReg(Call->Arguments[0]); buildNDRange() local 2048 Type *PtrType = PointerType::get(PointerType::get(OpaqueType, SC0), SC1); getOrCreateSPIRVDeviceEventPointer() local
|
H A D | SPIRVGlobalRegistry.cpp | 1073 getPointeeType(SPIRVType * PtrType) getPointeeType() argument
|
H A D | SPIRVInstructionSelector.cpp | 2359 const SPIRVType *PtrType = GR.getOrCreateSPIRVPointerType( selectSpvThreadId() local
|
/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 637 const PointerType *PtrType; member in __anon6b6344ba0111::PointerCastResult 639 PointerCastResult(const PointerType *PtrType, Ptr V) in PointerCastResult() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1121 auto *PtrType = Ptr->getType(); CreateLaunderInvariantGroup() local 1138 auto *PtrType = Ptr->getType(); CreateStripInvariantGroup() local
|
/llvm-project/llvm/tools/llvm-c-test/ |
H A D | echo.cpp | 1279 LLVMTypeRef PtrType = TypeCloner(M).Clone(Cur); declare_symbols() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 766 PointerType * PtrType = PointerType::get(VT.getTypeForEVT(*DAG.getContext()), LowerImplicitParameter() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 504 getImageRelativeType(llvm::Type * PtrType) getImageRelativeType() argument 3814 llvm::Type *PtrType = ABI.getImageRelativeType( getBaseClassArray() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp |
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 4721 typeCheckLoadStoreInst(Type * ValType,Type * PtrType) typeCheckLoadStoreInst() argument
|