Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp496 QualType PType = ArgTy->getPointeeType(); in process() local
497 if ((!PType.isNull() && !PType.isConstQualified()) in process()
/external/clang/lib/AST/
DASTContext.cpp4412 QualType PType = (*PI)->getType(); in getObjCEncodingForBlock() local
4413 CharUnits sz = getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()
4429 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock() local
4431 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) { in getObjCEncodingForBlock()
4435 PType = PVDecl->getType(); in getObjCEncodingForBlock()
4436 } else if (PType->isFunctionType()) in getObjCEncodingForBlock()
4437 PType = PVDecl->getType(); in getObjCEncodingForBlock()
4438 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock()
4440 ParmOffset += getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()
4454 QualType PType = (*PI)->getType(); in getObjCEncodingForFunctionDecl() local
[all …]
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp312 llvm::Type *PType in EmitMemberDataPointerAddress() local
314 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
/external/clang/lib/Sema/
DSemaChecking.cpp4983 QualType PType = Param->getOriginalType(); in CheckParmsForFunctionDef() local
4984 if (const ArrayType *AT = Context.getAsArrayType(PType)) { in CheckParmsForFunctionDef()