Home
last modified time | relevance | path

Searched defs:PT (Results 1 – 25 of 89) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDBuiltinGCs.cpp77 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
109 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
HDAtomicExpandPass.cpp381 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
HDGlobalMerge.cpp626 PointerType *PT = dyn_cast<PointerType>(GV.getType()); in doInitialization() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDCocoaConventions.cpp41 const PointerType* PT = RetTy->castAs<PointerType>(); in isRefType() local
69 const ObjCObjectPointerType *PT = Ty->getAs<ObjCObjectPointerType>(); in isCocoaObjectRef() local
HDRetainSummaryManager.cpp208 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/
HDFormatString.cpp327 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
HDScanfFormatString.cpp423 QualType PT = QT->getPointeeType(); in fixType() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDCheckSecuritySyntaxOnly.cpp363 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
HDMallocSizeofChecker.cpp162 static bool compatibleWithArrayType(ASTContext &C, QualType PT, QualType T) { in compatibleWithArrayType()
HDNSErrorChecker.cpp286 const ObjCObjectPointerType* PT = in IsNSError() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUPerfHintAnalysis.cpp302 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
HDAMDGPULowerKernelArguments.cpp107 if (PointerType *PT = dyn_cast<PointerType>(ArgTy)) { in runOnFunction() local
HDAMDGPUPrintfRuntimeBinding.cpp139 const PointerType *PT = dyn_cast<PointerType>(OpType); in shouldPrintAsStr() local
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
HDcl_types_osd.h72 #define PT(exp) __builtin_expect( ((uintptr_t)(exp)), 1 ) macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDPredicateInfo.h112 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/
HDSemaExceptionSpec.cpp130 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
HDSemaStmtAsm.cpp786 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/
HDWebAssemblyDisassembler.cpp171 for (auto PT = PrefixTable; PT->Table; PT++) { in getInstruction() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-stress/
HDllvm-stress.cpp330 PieceTable *PT; member
677 Modifier::PieceTable PT; in FillFunction() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDPrettyTypeDumper.cpp317 FunctionDumper::PointerType PT = in dump() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
HDRetainCountDiagnostics.cpp84 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/
HDTransGCAttrs.cpp76 } else if (PointerTypeLoc PT = TL.getAs<PointerTypeLoc>()) { in lookForAttribute() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDIndirectionUtils.cpp231 GlobalVariable* createImplPointer(PointerType &PT, Module &M, in createImplPointer()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDMemoryBuiltins.cpp390 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/
HDDataLayout.h380 bool isNonIntegralPointerType(PointerType *PT) const { in isNonIntegralPointerType()

1234