/freebsd/contrib/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>(); in CheckBuiltinFunctionCall() local
|
H A D | SemaCast.cpp | 184 if (const auto *PtrType = dyn_cast<PointerType>(FromType)) { in CheckNoDeref() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallPtrSet.h | 540 void swap(SmallPtrSet<PtrType, SmallSize> &RHS) { in swap()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | RefCntblBaseVirtualDtorChecker.cpp | 81 if (auto *PtrType = dyn_cast<PointerType>(CastType)) { in VisitCXXDeleteExpr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 829 PointerType *PtrType = G->getType(); in writeAlias() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 385 std::string PtrType = std::string(getEnumName( in visitKnownRecord() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IteratorModeling.cpp | 631 QualType PtrType = Iterator->getType(); in handlePtrIncrOrDecr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.cpp | 466 SPIRVType *PtrType = GR->getOrCreateSPIRVPointerType( in buildBuiltinVariableLoad() local 1978 SPIRVType *PtrType = GR->getSPIRVTypeForVReg(Call->Arguments[0]); in buildNDRange() local 2057 Type *PtrType = PointerType::get(PointerType::get(OpaqueType, SC0), SC1); in getOrCreateSPIRVDeviceEventPointer() local
|
H A D | SPIRVGlobalRegistry.cpp | 1073 SPIRVType *SPIRVGlobalRegistry::getPointeeType(SPIRVType *PtrType) { in getPointeeType()
|
H A D | SPIRVInstructionSelector.cpp | 2359 const SPIRVType *PtrType = GR.getOrCreateSPIRVPointerType( in selectSpvThreadId() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.cpp | 458 QualType PtrType = Ptr.getType(); in CheckVolatile() local
|
H A D | Compiler.cpp | 387 QualType PtrType = CE->getType(); in VisitCastExpr() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1121 auto *PtrType = Ptr->getType(); in CreateLaunderInvariantGroup() local 1138 auto *PtrType = Ptr->getType(); in CreateStripInvariantGroup() local
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 637 const PointerType *PtrType; member in __anon819a2c470111::PointerCastResult 639 PointerCastResult(const PointerType *PtrType, Ptr V) in PointerCastResult()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 766 PointerType * PtrType = PointerType::get(VT.getTypeForEVT(*DAG.getContext()), in LowerImplicitParameter() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 504 llvm::Type *getImageRelativeType(llvm::Type *PtrType) { in getImageRelativeType() 3814 llvm::Type *PtrType = ABI.getImageRelativeType( in getBaseClassArray() local
|
H A D | CGBuiltin.cpp | 1370 llvm::Type *PtrType = CGF.UnqualPtrTy; in emitPPCLoadReserveIntrinsic() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 4720 Error BitcodeReader::typeCheckLoadStoreInst(Type *ValType, Type *PtrType) { in typeCheckLoadStoreInst()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 6496 EVT PtrType = LDST->getBasePtr().getValueType(); in isLegalNarrowLdSt() local 19357 EVT PtrType = Origin->getBasePtr().getValueType(); in isLegal() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 5645 EVT PtrType = Ptr.getValueType(); in expandf64Toi32() local
|