Home
last modified time | relevance | path

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

123

/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDCocoaConventions.cpp42 const PointerType* PT = RetTy->getAs<PointerType>(); in isRefType() local
63 const ObjCObjectPointerType *PT = Ty->getAs<ObjCObjectPointerType>(); in isCocoaObjectRef() local
HDFormatString.cpp263 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
HDScanfFormatString.cpp413 QualType PT = QT->getPointeeType(); in fixType() local
HDBodyFarm.cpp308 const PointerType *PT = TheValueTy->getAs<PointerType>(); in create_OSAtomicCompareAndSwap() local
/NextBSD/contrib/llvm/lib/CodeGen/
HDCoreCLRGC.cpp43 PointerType *PT = cast<PointerType>(V->getType()); in isGCManagedPointer() local
HDStatepointExampleGC.cpp39 PointerType *PT = cast<PointerType>(V->getType()); in isGCManagedPointer() local
HDGlobalMerge.cpp548 PointerType *PT = dyn_cast<PointerType>(I->getType()); in doInitialization() local
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDCheckSecuritySyntaxOnly.cpp320 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
HDNSErrorChecker.cpp287 const ObjCObjectPointerType* PT = in IsNSError() local
HDMallocSizeofChecker.cpp163 static bool compatibleWithArrayType(ASTContext &C, QualType PT, QualType T) { in compatibleWithArrayType()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExceptionSpec.cpp85 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
HDSemaPseudoObject.cpp513 const ObjCObjectPointerType *PT = in LookupMethodInReceiverType() local
532 if (const ObjCObjectPointerType *PT = in LookupMethodInReceiverType() local
HDSemaExprMember.cpp444 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/
HDVariableDumper.cpp161 FunctionDumper::PointerType PT = FunctionDumper::PointerType::Pointer; in tryDumpFunctionPointer() local
/NextBSD/contrib/llvm/lib/ExecutionEngine/Orc/
HDIndirectionUtils.cpp31 GlobalVariable* createImplPointer(PointerType &PT, Module &M, in createImplPointer()
/NextBSD/contrib/llvm/tools/llvm-stress/
HDllvm-stress.cpp291 PieceTable *PT; member
628 Modifier::PieceTable PT; in FillFunction() local
/NextBSD/contrib/llvm/lib/Analysis/
HDMemoryBuiltins.cpp274 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/
HDTransGCAttrs.cpp74 } else if (PointerTypeLoc PT = TL.getAs<PointerTypeLoc>()) { in lookForAttribute() local
HDTransforms.cpp375 else if (const PointerType *PT = T->getAs<PointerType>()) in isGCOwnedNonObjC() local
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXISelDAGToDAG.cpp533 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/
HDParseExpr.cpp1431 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/
HDSValBuilder.cpp225 QualType PT = getContext().getPointerType(QualType(T, 0)); in getCXXThis() local
/NextBSD/contrib/llvm/lib/Support/
HDHost.cpp899 Triple PT(Triple::normalize(LLVM_HOST_TRIPLE)); in getProcessTriple() local
/NextBSD/contrib/llvm/lib/Target/CppBackend/
HDCPPBackend.cpp655 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/
HDRewriteObjC.cpp458 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

123