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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp491 QualType PType = ArgTy->getPointeeType(); local
492 if ((!PType.isNull() && !PType.isConstQualified())
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4759 QualType PType = (*PI)->getType(); local
4760 CharUnits sz = getObjCEncodingTypeSize(PType);
4776 QualType PType = PVDecl->getOriginalType(); local
4778 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
4782 PType = PVDecl->getType();
4783 } else if (PType->isFunctionType())
4784 PType = PVDecl->getType();
4786 getObjCEncodingForMethodParameter(Decl::OBJC_TQ_None, PType,
4789 getObjCEncodingForType(PType, S);
4791 ParmOffset += getObjCEncodingTypeSize(PType);
4805 QualType PType = (*PI)->getType(); local
4821 QualType PType = PVDecl->getOriginalType(); local
4874 QualType PType = (*PI)->getType(); local
4892 QualType PType = PVDecl->getOriginalType(); local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp406 llvm::Type *PType local
408 return Builder.CreateBitCast(Addr, PType);
H A DMicrosoftCXXABI.cpp1669 llvm::Type *PType = local
1699 return Builder.CreateBitCast(Addr, PType);

Completed in 172 milliseconds