Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp491 QualType PType = ArgTy->getPointeeType(); in process() local
492 if ((!PType.isNull() && !PType.isConstQualified()) in process()
/external/clang/lib/AST/
DASTContext.cpp4733 QualType PType = (*PI)->getType(); in getObjCEncodingForBlock() local
4734 CharUnits sz = getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()
4750 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock() local
4752 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) { in getObjCEncodingForBlock()
4756 PType = PVDecl->getType(); in getObjCEncodingForBlock()
4757 } else if (PType->isFunctionType()) in getObjCEncodingForBlock()
4758 PType = PVDecl->getType(); in getObjCEncodingForBlock()
4760 getObjCEncodingForMethodParameter(Decl::OBJC_TQ_None, PType, in getObjCEncodingForBlock()
4763 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock()
4765 ParmOffset += getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()
[all …]
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp1047 llvm::Type *PType = in EmitMemberDataPointerAddress() local
1077 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
DItaniumCXXABI.cpp370 llvm::Type *PType in EmitMemberDataPointerAddress() local
372 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
/external/clang/lib/Sema/
DSemaChecking.cpp6091 QualType PType = Param->getOriginalType(); in CheckParmsForFunctionDef() local
6092 while (const ArrayType *AT = Context.getAsArrayType(PType)) { in CheckParmsForFunctionDef()
6099 PType= AT->getElementType(); in CheckParmsForFunctionDef()