| /NextBSD/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 | 263 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local 337 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local 357 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local 399 if (const PointerType *PT = argTy->getAs<PointerType>()) { in matchesType() local
|
| HD | ScanfFormatString.cpp | 413 QualType PT = QT->getPointeeType(); in fixType() local
|
| HD | BodyFarm.cpp | 308 const PointerType *PT = TheValueTy->getAs<PointerType>(); in create_OSAtomicCompareAndSwap() local
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | CoreCLRGC.cpp | 43 PointerType *PT = cast<PointerType>(V->getType()); in isGCManagedPointer() local
|
| HD | StatepointExampleGC.cpp | 39 PointerType *PT = cast<PointerType>(V->getType()); in isGCManagedPointer() local
|
| HD | GlobalMerge.cpp | 548 PointerType *PT = dyn_cast<PointerType>(I->getType()); in doInitialization() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | CheckSecuritySyntaxOnly.cpp | 320 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_gets() local 360 const PointerType *PT = FPT->getParamType(1)->getAs<PointerType>(); in checkCall_getpw() local 400 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_mktemp() local 572 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>(); in checkCall_strCommon() local 601 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>(); in checkCall_rand() local
|
| HD | NSErrorChecker.cpp | 287 const ObjCObjectPointerType* PT = in IsNSError() local
|
| HD | MallocSizeofChecker.cpp | 163 static bool compatibleWithArrayType(ASTContext &C, QualType PT, QualType T) { in compatibleWithArrayType()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExceptionSpec.cpp | 85 if (const PointerType *PT = T->getAs<PointerType>()) { in CheckSpecifiedExceptionType() local 126 if (const PointerType *PT = T->getAs<PointerType>()) in CheckDistantExceptionSpec() local 128 else if (const MemberPointerType *PT = T->getAs<MemberPointerType>()) in CheckDistantExceptionSpec() local 872 } else if (const PointerType *PT = T->getAs<PointerType>()) in canCalleeThrow() local
|
| HD | SemaPseudoObject.cpp | 513 const ObjCObjectPointerType *PT = in LookupMethodInReceiverType() local 532 if (const ObjCObjectPointerType *PT = in LookupMethodInReceiverType() local
|
| HD | SemaExprMember.cpp | 444 const PointerType *PT = BaseType->getAs<PointerType>(); in ActOnDependentMemberExpr() local 1152 if (const PointerType *PT = T->getAs<PointerType>()) in isPointerToRecordType() local
|
| /NextBSD/contrib/llvm/tools/llvm-pdbdump/ |
| HD | VariableDumper.cpp | 161 FunctionDumper::PointerType PT = FunctionDumper::PointerType::Pointer; in tryDumpFunctionPointer() local
|
| /NextBSD/contrib/llvm/lib/ExecutionEngine/Orc/ |
| HD | IndirectionUtils.cpp | 31 GlobalVariable* createImplPointer(PointerType &PT, Module &M, in createImplPointer()
|
| /NextBSD/contrib/llvm/tools/llvm-stress/ |
| HD | llvm-stress.cpp | 291 PieceTable *PT; member 628 Modifier::PieceTable PT; in FillFunction() local
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | MemoryBuiltins.cpp | 274 PointerType *PT = getMallocType(CI, TLI); in getMallocAllocatedType() local 450 PointerType *PT = cast<PointerType>(A.getType()); in visitArgument() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | TransGCAttrs.cpp | 74 } else if (PointerTypeLoc PT = TL.getAs<PointerTypeLoc>()) { in lookForAttribute() local
|
| HD | Transforms.cpp | 375 else if (const PointerType *PT = T->getAs<PointerType>()) in isGCOwnedNonObjC() local
|
| /NextBSD/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXISelDAGToDAG.cpp | 533 if (const PointerType *PT = dyn_cast<PointerType>(Src->getType())) { in getCodeAddrSpace() local 5042 if (const PointerType *PT = dyn_cast<PointerType>(Src->getType())) in ChkMemSDNodeAddressSpace() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseExpr.cpp | 1431 BalancedDelimiterTracker PT(*this, tok::l_paren); in ParsePostfixExpressionSuffix() local 1868 BalancedDelimiterTracker PT(*this, tok::l_paren); in ParseBuiltinPrimaryExpression() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | SValBuilder.cpp | 225 QualType PT = getContext().getPointerType(QualType(T, 0)); in getCXXThis() local
|
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | Host.cpp | 899 Triple PT(Triple::normalize(LLVM_HOST_TRIPLE)); in getProcessTriple() local
|
| /NextBSD/contrib/llvm/lib/Target/CppBackend/ |
| HD | CPPBackend.cpp | 655 PointerType* PT = cast<PointerType>(Ty); in printType() local 667 VectorType* PT = cast<VectorType>(Ty); in printType() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| HD | RewriteObjC.cpp | 458 if (const PointerType *PT = OCT->getAs<PointerType>()) { in isObjCType() local 559 const PointerType *PT = funcType->getAs<PointerType>(); in CheckFunctionPointerDecl() local 1046 if (const PointerType* PT = retType->getAs<PointerType>()) in RewriteTypeIntoString() local 2063 if (const PointerType *PT = T->getAs<PointerType>()) { in needToScanForQualifiers() local 3985 const PointerType *PT = QT->getAs<PointerType>(); in PointerTypeTakesAnyBlockArguments() local 4003 const PointerType *PT = QT->getAs<PointerType>(); in PointerTypeTakesAnyObjCQualifiedType() local
|