Home
last modified time | relevance | path

Searched defs:PType (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h140 PredicateWithEdge(PredicateType PType, Value *Op, BasicBlock *From, in PredicateWithEdge()
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp346 auto PType = dyn_cast<PointerType>(Ty); in getTypedPtrEltType() local
H A DSPIRVGlobalRegistry.cpp572 if (auto PType = dyn_cast<PointerType>(Ty)) { in getOrCreateSpecialType() local
684 if (auto PType = dyn_cast<PointerType>(Ty)) { in createSPIRVType() local
H A DSPIRVBuiltins.cpp1584 Type *PType = const_cast<Type *>(getBlockStructType(BlockLiteralReg, MRI)); in buildEnqueueKernel() local
/openbsd/gnu/llvm/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp377 auto PType = PrototypeDescriptorStr.back(); in parsePrototypeDescriptor() local
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp511 const DIType *PType = stripQualifiers(cast<DIType>(ParentType)); in IsValidAIChain() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp7660 QualType PType = PI->getType(); in getObjCEncodingForBlock() local
7675 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock() local
7704 QualType PType = PI->getType(); in getObjCEncodingForFunctionDecl() local
7718 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForFunctionDecl() local
7771 QualType PType = (*PI)->getType(); in getObjCEncodingForMethodDecl() local
7789 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForMethodDecl() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp828 llvm::Type *PType = CGF.ConvertTypeForMem(MPT->getPointeeType()) in EmitMemberDataPointerAddress() local
H A DMicrosoftCXXABI.cpp3219 llvm::Type *PType = in EmitMemberDataPointerAddress() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5790 QualType PType = Context.getCanonicalTemplateSpecializationType(X, PArgs); in isTemplateTemplateParameterAtLeastAsSpecializedAs() local
H A DSemaChecking.cpp15787 static void diagnoseArrayStarInParamType(Sema &S, QualType PType, in diagnoseArrayStarInParamType()
15851 QualType PType = Param->getOriginalType(); in CheckParmsForFunctionDef() local