Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp491 QualType PType = ArgTy->getPointeeType(); in process() local
492 if ((!PType.isNull() && !PType.isConstQualified()) in process()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp4759 QualType PType = (*PI)->getType(); in getObjCEncodingForBlock() local
4760 CharUnits sz = getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()
4776 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock() local
4778 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) { in getObjCEncodingForBlock()
4782 PType = PVDecl->getType(); in getObjCEncodingForBlock()
4783 } else if (PType->isFunctionType()) in getObjCEncodingForBlock()
4784 PType = PVDecl->getType(); in getObjCEncodingForBlock()
4786 getObjCEncodingForMethodParameter(Decl::OBJC_TQ_None, PType, in getObjCEncodingForBlock()
4789 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock()
4791 ParmOffset += getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DItaniumCXXABI.cpp406 llvm::Type *PType in EmitMemberDataPointerAddress() local
408 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
DMicrosoftCXXABI.cpp1669 llvm::Type *PType = in EmitMemberDataPointerAddress() local
1699 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaChecking.cpp6215 QualType PType = Param->getOriginalType(); in CheckParmsForFunctionDef() local
6216 while (const ArrayType *AT = Context.getAsArrayType(PType)) { in CheckParmsForFunctionDef()
6223 PType= AT->getElementType(); in CheckParmsForFunctionDef()