Home
last modified time | relevance | path

Searched refs:PType (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp490 QualType PType = ArgTy->getPointeeType(); in process() local
491 if ((!PType.isNull() && !PType.isConstQualified()) in process()
/external/clang/lib/AST/
DASTContext.cpp4813 QualType PType = PI->getType(); in getObjCEncodingForBlock() local
4814 CharUnits sz = getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()
4828 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock() local
4830 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) { in getObjCEncodingForBlock()
4834 PType = PVDecl->getType(); in getObjCEncodingForBlock()
4835 } else if (PType->isFunctionType()) in getObjCEncodingForBlock()
4836 PType = PVDecl->getType(); in getObjCEncodingForBlock()
4838 getObjCEncodingForMethodParameter(Decl::OBJC_TQ_None, PType, in getObjCEncodingForBlock()
4841 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock()
4843 ParmOffset += getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()
[all …]
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp474 llvm::Type *PType in EmitMemberDataPointerAddress() local
476 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
DMicrosoftCXXABI.cpp2207 llvm::Type *PType = in EmitMemberDataPointerAddress() local
2242 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
/external/clang/lib/Sema/
DSemaChecking.cpp6950 QualType PType = Param->getOriginalType(); in CheckParmsForFunctionDef() local
6951 while (const ArrayType *AT = Context.getAsArrayType(PType)) { in CheckParmsForFunctionDef()
6958 PType= AT->getElementType(); in CheckParmsForFunctionDef()