Home
last modified time | relevance | path

Searched defs:PType (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXLowerKernelArgs.cpp146 PointerType *PType = dyn_cast<PointerType>(Arg->getType()); in handleByValParam() local
/external/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp490 QualType PType = ArgTy->getPointeeType(); in process() local
/external/clang/lib/AST/
DASTContext.cpp5085 QualType PType = PI->getType(); in getObjCEncodingForBlock() local
5100 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock() local
5128 QualType PType = PI->getType(); in getObjCEncodingForFunctionDecl() local
5142 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForFunctionDecl() local
5195 QualType PType = (*PI)->getType(); in getObjCEncodingForMethodDecl() local
5213 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForMethodDecl() local
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp633 llvm::Type *PType = CGF.ConvertTypeForMem(MPT->getPointeeType()) in EmitMemberDataPointerAddress() local
DMicrosoftCXXABI.cpp2932 llvm::Type *PType = in EmitMemberDataPointerAddress() local
/external/clang/lib/Sema/
DSemaChecking.cpp8348 static void diagnoseArrayStarInParamType(Sema &S, QualType PType, in diagnoseArrayStarInParamType()
8414 QualType PType = Param->getOriginalType(); in CheckParmsForFunctionDef() local