| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | BuiltinGCs.cpp | 77 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local 109 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
|
| HD | AtomicExpandPass.cpp | 381 Type *PT = PointerType::get(NewTy, in convertAtomicLoadToIntegerType() local 468 Type *PT = PointerType::get(NewTy, in convertAtomicStoreToIntegerType() local 1062 Type *PT = PointerType::get(NewTy, in convertCmpXchgToIntegerType() local
|
| HD | GlobalMerge.cpp | 626 PointerType *PT = dyn_cast<PointerType>(GV.getType()); in doInitialization() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/ |
| HD | CocoaConventions.cpp | 41 const PointerType* PT = RetTy->castAs<PointerType>(); in isRefType() local 69 const ObjCObjectPointerType *PT = Ty->getAs<ObjCObjectPointerType>(); in isCocoaObjectRef() local
|
| HD | RetainSummaryManager.cpp | 208 QualType PT = Param->getType()->getPointeeType(); in isOSObjectRelated() local 1129 if (const auto *PT = ReceiverType->getAs<ObjCObjectPointerType>()) in getInstanceMethodSummary() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | FormatString.cpp | 327 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local 416 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local 436 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local 480 if (const PointerType *PT = argTy->getAs<PointerType>()) { in matchesType() local
|
| HD | ScanfFormatString.cpp | 423 QualType PT = QT->getPointeeType(); in fixType() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | CheckSecuritySyntaxOnly.cpp | 363 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>(); in checkCall_bcmp() local 405 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>(); in checkCall_bcopy() local 447 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_bzero() local 489 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_gets() local 529 const PointerType *PT = FPT->getParamType(1)->getAs<PointerType>(); in checkCall_getpw() local 569 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_mktemp() local 838 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>(); in checkCall_strCommon() local 867 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>(); in checkCall_rand() local
|
| HD | MallocSizeofChecker.cpp | 162 static bool compatibleWithArrayType(ASTContext &C, QualType PT, QualType T) { in compatibleWithArrayType()
|
| HD | NSErrorChecker.cpp | 286 const ObjCObjectPointerType* PT = in IsNSError() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUPerfHintAnalysis.cpp | 302 if (auto PT = dyn_cast<PointerType>(V->getType())) { in isGlobalAddr() local 311 if (auto PT = dyn_cast<PointerType>(V->getType())) in isLocalAddr() local 343 if (auto PT = dyn_cast<PointerType>(V->getType())) { in isConstantAddr() local
|
| HD | AMDGPULowerKernelArguments.cpp | 107 if (PointerType *PT = dyn_cast<PointerType>(ArgTy)) { in runOnFunction() local
|
| HD | AMDGPUPrintfRuntimeBinding.cpp | 139 const PointerType *PT = dyn_cast<PointerType>(OpType); in shouldPrintAsStr() local
|
| /freebsd-11-stable/contrib/ofed/opensm/include/complib/ |
| HD | cl_types_osd.h | 72 #define PT(exp) __builtin_expect( ((uintptr_t)(exp)), 1 ) macro
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| HD | PredicateInfo.h | 112 PredicateBase(PredicateType PT, Value *Op) : Type(PT), OriginalOp(Op) {} in PredicateBase() 124 PredicateWithCondition(PredicateType PT, Value *Op, Value *Condition) in PredicateWithCondition()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaExceptionSpec.cpp | 130 if (const PointerType *PT = T->getAs<PointerType>()) { in CheckSpecifiedExceptionType() local 182 if (const PointerType *PT = T->getAs<PointerType>()) in CheckDistantExceptionSpec() local 184 else if (const MemberPointerType *PT = T->getAs<MemberPointerType>()) in CheckDistantExceptionSpec() local 1031 } else if (const PointerType *PT = T->getAs<PointerType>()) in canCalleeThrow() local
|
| HD | SemaStmtAsm.cpp | 786 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField() local 806 if (const auto *PT = QT->getAs<PointerType>()) in LookupInlineAsmField() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/ |
| HD | WebAssemblyDisassembler.cpp | 171 for (auto PT = PrefixTable; PT->Table; PT++) { in getInstruction() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-stress/ |
| HD | llvm-stress.cpp | 330 PieceTable *PT; member 677 Modifier::PieceTable PT; in FillFunction() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| HD | PrettyTypeDumper.cpp | 317 FunctionDumper::PointerType PT = in dump() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| HD | RetainCountDiagnostics.cpp | 84 QualType PT = QT->getPointeeType(); in getPrettyTypeName() local 278 const ObjCObjectPointerType *PT = cast<ObjCObjectPointerType>(T); in generateDiagnosticsForCallLike() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | TransGCAttrs.cpp | 76 } else if (PointerTypeLoc PT = TL.getAs<PointerTypeLoc>()) { in lookForAttribute() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| HD | IndirectionUtils.cpp | 231 GlobalVariable* createImplPointer(PointerType &PT, Module &M, in createImplPointer()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | MemoryBuiltins.cpp | 390 PointerType *PT = getMallocType(CI, TLI); in getMallocAllocatedType() local 660 PointerType *PT = cast<PointerType>(A.getType()); in visitArgument() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | DataLayout.h | 380 bool isNonIntegralPointerType(PointerType *PT) const { in isNonIntegralPointerType()
|