Home
last modified time | relevance | path

Searched defs:PtrType (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeConstCastCheck.cpp18 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 DMultiLevelImplicitPointerConversionCheck.cpp17 static unsigned getPointerLevel(const QualType &PtrType) { in getPointerLevel()
/llvm-project/clang/test/CodeCompletion/
H A Dobjc-message.mm26 typedef typename RemovePointer<T>::Type* PtrType; field
/llvm-project/llvm/unittests/Analysis/
H A DTBAATest.cpp36 auto *PtrType = PointerType::get(C, 0); in getFunctionWithSingleStore() local
H A DAliasAnalysisTest.cpp172 auto PtrType = PointerType::get(C, 0); in TEST_F() local
/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp51 if (const auto *PtrType = Ty->getAs<PointerType>()) { in isValidSwiftIndirectResultType() local
63 if (const auto *PtrType = Ty->getAs<PointerType>()) { in isValidSwiftErrorResultType() local
H A DSemaRISCV.cpp1335 const PointerType *PtrType = PointerArg->getType()->getAs<PointerType>(); CheckBuiltinFunctionCall() local
H A DSemaCast.cpp184 if (PtrType->getPointeeType()->hasAttr(attr::NoDeref)) { in CheckNoDeref() local
/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h540 swap(SmallPtrSet<PtrType,SmallSize> & RHS) swap() argument
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp81 if (auto *PtrType = dyn_cast<PointerType>(CastType)) { VisitCXXDeleteExpr() local
/llvm-project/third-party/benchmark/src/
H A Dbenchmark.cc483 typedef std::unique_ptr<BenchmarkReporter> PtrType; in CreateReporter() typedef
/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp829 PointerType *PtrType = G->getType(); writeAlias() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-using.cpp53 typedef void (A::*PtrType)(int, int) const; typedef
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp385 std::string PtrType = std::string(getEnumName( in visitKnownRecord() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp631 QualType PtrType = Iterator->getType(); in handlePtrIncrOrDecr() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp457 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 DSPIRVGlobalRegistry.cpp1073 getPointeeType(SPIRVType * PtrType) getPointeeType() argument
H A DSPIRVInstructionSelector.cpp2359 const SPIRVType *PtrType = GR.getOrCreateSPIRVPointerType( selectSpvThreadId() local
/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp637 const PointerType *PtrType; member in __anon6b6344ba0111::PointerCastResult
639 PointerCastResult(const PointerType *PtrType, Ptr V) in PointerCastResult() argument
/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1121 auto *PtrType = Ptr->getType(); CreateLaunderInvariantGroup() local
1138 auto *PtrType = Ptr->getType(); CreateStripInvariantGroup() local
/llvm-project/llvm/tools/llvm-c-test/
H A Decho.cpp1279 LLVMTypeRef PtrType = TypeCloner(M).Clone(Cur); declare_symbols() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp766 PointerType * PtrType = PointerType::get(VT.getTypeForEVT(*DAG.getContext()), LowerImplicitParameter() local
/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp504 getImageRelativeType(llvm::Type * PtrType) getImageRelativeType() argument
3814 llvm::Type *PtrType = ABI.getImageRelativeType( getBaseClassArray() local
/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4721 typeCheckLoadStoreInst(Type * ValType,Type * PtrType) typeCheckLoadStoreInst() argument

12