| /trueos/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | CocoaConventions.cpp | 42 const PointerType* PT = RetTy->getAs<PointerType>(); in isRefType() local 63 const ObjCObjectPointerType *PT = Ty->getAs<ObjCObjectPointerType>(); in isCocoaObjectRef() local
|
| HD | FormatString.cpp | 260 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local 333 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local 353 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local 389 if (const PointerType *PT = argTy->getAs<PointerType>()) { in matchesType() local
|
| HD | ScanfFormatString.cpp | 391 QualType PT = QT->getPointeeType(); in fixType() local
|
| HD | BodyFarm.cpp | 297 const PointerType *PT = TheValueTy->getAs<PointerType>(); in create_OSAtomicCompareAndSwap() local
|
| /trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | CheckSecuritySyntaxOnly.cpp | 309 const PointerType *PT = FPT->getArgType(0)->getAs<PointerType>(); in checkCall_gets() local 349 const PointerType *PT = FPT->getArgType(1)->getAs<PointerType>(); in checkCall_getpw() local 389 const PointerType *PT = FPT->getArgType(0)->getAs<PointerType>(); in checkCall_mktemp() local 561 const PointerType *PT = FPT->getArgType(i)->getAs<PointerType>(); in checkCall_strCommon() local 590 const PointerType *PT = FTP->getArgType(0)->getAs<PointerType>(); in checkCall_rand() local
|
| HD | NSErrorChecker.cpp | 281 const ObjCObjectPointerType* PT = in IsNSError() local
|
| HD | MallocSizeofChecker.cpp | 161 static bool compatibleWithArrayType(ASTContext &C, QualType PT, QualType T) { in compatibleWithArrayType()
|
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExceptionSpec.cpp | 58 if (const PointerType *PT = T->getAs<PointerType>()) { in CheckSpecifiedExceptionType() local 99 if (const PointerType *PT = T->getAs<PointerType>()) in CheckDistantExceptionSpec() local 101 else if (const MemberPointerType *PT = T->getAs<MemberPointerType>()) in CheckDistantExceptionSpec() local 809 } else if (const PointerType *PT = T->getAs<PointerType>()) in canCalleeThrow() local
|
| HD | SemaPseudoObject.cpp | 503 const ObjCObjectPointerType *PT = in LookupMethodInReceiverType() local 522 if (const ObjCObjectPointerType *PT = in LookupMethodInReceiverType() local
|
| HD | SemaExprMember.cpp | 446 const PointerType *PT = BaseType->getAs<PointerType>(); in ActOnDependentMemberExpr() local 1149 if (const PointerType *PT = T->getAs<PointerType>()) in isPointerToRecordType() local
|
| /trueos/contrib/llvm/lib/IR/ |
| HD | IRBuilder.cpp | 43 PointerType *PT = cast<PointerType>(Ptr->getType()); in getCastedInt8PtrValue() local
|
| /trueos/contrib/llvm/lib/Support/ |
| HD | Host.cpp | 725 Triple PT(Triple::normalize(LLVM_HOST_TRIPLE)); in getProcessTriple() local
|
| /trueos/contrib/llvm/lib/Transforms/Scalar/ |
| HD | GlobalMerge.cpp | 249 PointerType *PT = dyn_cast<PointerType>(I->getType()); in doInitialization() local
|
| /trueos/contrib/llvm/tools/llvm-stress/ |
| HD | llvm-stress.cpp | 282 PieceTable *PT; member 619 Modifier::PieceTable PT; in FillFunction() local
|
| /trueos/contrib/llvm/lib/Analysis/ |
| HD | MemoryBuiltins.cpp | 290 PointerType *PT = getMallocType(CI, TLI); in getMallocAllocatedType() local 463 PointerType *PT = cast<PointerType>(A.getType()); in visitArgument() local
|
| /trueos/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXISelDAGToDAG.cpp | 180 if (const PointerType *PT = dyn_cast<PointerType>(Src->getType())) { in getCodeAddrSpace() local 2415 if (const PointerType *PT = dyn_cast<PointerType>(Src->getType())) in ChkMemSDNodeAddressSpace() local
|
| /trueos/contrib/llvm/tools/clang/lib/AST/ |
| HD | Type.cpp | 307 while (const ParenType *PT = T->getAs<ParenType>()) in IgnoreParens() local 387 if (const PointerType *PT = getAs<PointerType>()) in isVoidPointerType() local 417 if (const PointerType *PT = getAs<PointerType>()) in getPointeeType() local 525 if (const PointerType *PT = getAs<PointerType>()) in getPointeeCXXRecordDecl() local
|
| /trueos/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | TransGCAttrs.cpp | 74 } else if (PointerTypeLoc PT = TL.getAs<PointerTypeLoc>()) { in lookForAttribute() local
|
| HD | Transforms.cpp | 378 else if (const PointerType *PT = T->getAs<PointerType>()) in isGCOwnedNonObjC() local
|
| /trueos/contrib/llvm/include/llvm/IR/ |
| HD | Instruction.h | 456 typedef Instruction* PT; typedef
|
| /trueos/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseExpr.cpp | 1379 BalancedDelimiterTracker PT(*this, tok::l_paren); in ParsePostfixExpressionSuffix() local 1795 BalancedDelimiterTracker PT(*this, tok::l_paren); in ParseBuiltinPrimaryExpression() local
|
| /trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | SValBuilder.cpp | 225 QualType PT = getContext().getPointerType(QualType(T, 0)); in getCXXThis() local
|
| /trueos/contrib/llvm/lib/Target/CppBackend/ |
| HD | CPPBackend.cpp | 642 PointerType* PT = cast<PointerType>(Ty); in printType() local 655 VectorType* PT = cast<VectorType>(Ty); in printType() local
|
| /trueos/contrib/llvm/lib/Transforms/Utils/ |
| HD | SimplifyLibCalls.cpp | 329 Type *PT = FT->getParamType(0); in callOptimizer() local 694 Type *PT = FT->getParamType(0); in callOptimizer() local 745 Type *PT = FT->getParamType(0); in callOptimizer() local
|
| /trueos/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ |
| HD | RewriteObjC.cpp | 466 if (const PointerType *PT = OCT->getAs<PointerType>()) { in isObjCType() local 561 const PointerType *PT = funcType->getAs<PointerType>(); in CheckFunctionPointerDecl() local 1059 if (const PointerType* PT = retType->getAs<PointerType>()) in RewriteTypeIntoString() local 2100 if (const PointerType *PT = T->getAs<PointerType>()) { in needToScanForQualifiers() local 4055 const PointerType *PT = QT->getAs<PointerType>(); in PointerTypeTakesAnyBlockArguments() local 4074 const PointerType *PT = QT->getAs<PointerType>(); in PointerTypeTakesAnyObjCQualifiedType() local
|