Home
last modified time | relevance | path

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

/freebsd/contrib/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>(); in CheckBuiltinFunctionCall() local
H A DSemaCast.cpp184 if (const auto *PtrType = dyn_cast<PointerType>(FromType)) { in CheckNoDeref() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h540 void swap(SmallPtrSet<PtrType, SmallSize> &RHS) { in swap()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp81 if (auto *PtrType = dyn_cast<PointerType>(CastType)) { in VisitCXXDeleteExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp829 PointerType *PtrType = G->getType(); in writeAlias() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp385 std::string PtrType = std::string(getEnumName( in visitKnownRecord() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp631 QualType PtrType = Iterator->getType(); in handlePtrIncrOrDecr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp466 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 DSPIRVGlobalRegistry.cpp1073 SPIRVType *SPIRVGlobalRegistry::getPointeeType(SPIRVType *PtrType) { in getPointeeType()
H A DSPIRVInstructionSelector.cpp2359 const SPIRVType *PtrType = GR.getOrCreateSPIRVPointerType( in selectSpvThreadId() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp458 QualType PtrType = Ptr.getType(); in CheckVolatile() local
H A DCompiler.cpp387 QualType PtrType = CE->getType(); in VisitCastExpr() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1121 auto *PtrType = Ptr->getType(); in CreateLaunderInvariantGroup() local
1138 auto *PtrType = Ptr->getType(); in CreateStripInvariantGroup() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp637 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 DR600ISelLowering.cpp766 PointerType * PtrType = PointerType::get(VT.getTypeForEVT(*DAG.getContext()), in LowerImplicitParameter() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp504 llvm::Type *getImageRelativeType(llvm::Type *PtrType) { in getImageRelativeType()
3814 llvm::Type *PtrType = ABI.getImageRelativeType( in getBaseClassArray() local
H A DCGBuiltin.cpp1370 llvm::Type *PtrType = CGF.UnqualPtrTy; in emitPPCLoadReserveIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4720 Error BitcodeReader::typeCheckLoadStoreInst(Type *ValType, Type *PtrType) { in typeCheckLoadStoreInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6496 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 DARMISelLowering.cpp5645 EVT PtrType = Ptr.getValueType(); in expandf64Toi32() local