Home
last modified time | relevance | path

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

123

/trueos/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.cpp260 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
HDScanfFormatString.cpp391 QualType PT = QT->getPointeeType(); in fixType() local
HDBodyFarm.cpp297 const PointerType *PT = TheValueTy->getAs<PointerType>(); in create_OSAtomicCompareAndSwap() local
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDCheckSecuritySyntaxOnly.cpp309 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
HDNSErrorChecker.cpp281 const ObjCObjectPointerType* PT = in IsNSError() local
HDMallocSizeofChecker.cpp161 static bool compatibleWithArrayType(ASTContext &C, QualType PT, QualType T) { in compatibleWithArrayType()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaExceptionSpec.cpp58 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
HDSemaPseudoObject.cpp503 const ObjCObjectPointerType *PT = in LookupMethodInReceiverType() local
522 if (const ObjCObjectPointerType *PT = in LookupMethodInReceiverType() local
HDSemaExprMember.cpp446 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/
HDIRBuilder.cpp43 PointerType *PT = cast<PointerType>(Ptr->getType()); in getCastedInt8PtrValue() local
/trueos/contrib/llvm/lib/Support/
HDHost.cpp725 Triple PT(Triple::normalize(LLVM_HOST_TRIPLE)); in getProcessTriple() local
/trueos/contrib/llvm/lib/Transforms/Scalar/
HDGlobalMerge.cpp249 PointerType *PT = dyn_cast<PointerType>(I->getType()); in doInitialization() local
/trueos/contrib/llvm/tools/llvm-stress/
HDllvm-stress.cpp282 PieceTable *PT; member
619 Modifier::PieceTable PT; in FillFunction() local
/trueos/contrib/llvm/lib/Analysis/
HDMemoryBuiltins.cpp290 PointerType *PT = getMallocType(CI, TLI); in getMallocAllocatedType() local
463 PointerType *PT = cast<PointerType>(A.getType()); in visitArgument() local
/trueos/contrib/llvm/lib/Target/NVPTX/
HDNVPTXISelDAGToDAG.cpp180 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/
HDType.cpp307 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/
HDTransGCAttrs.cpp74 } else if (PointerTypeLoc PT = TL.getAs<PointerTypeLoc>()) { in lookForAttribute() local
HDTransforms.cpp378 else if (const PointerType *PT = T->getAs<PointerType>()) in isGCOwnedNonObjC() local
/trueos/contrib/llvm/include/llvm/IR/
HDInstruction.h456 typedef Instruction* PT; typedef
/trueos/contrib/llvm/tools/clang/lib/Parse/
HDParseExpr.cpp1379 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/
HDSValBuilder.cpp225 QualType PT = getContext().getPointerType(QualType(T, 0)); in getCXXThis() local
/trueos/contrib/llvm/lib/Target/CppBackend/
HDCPPBackend.cpp642 PointerType* PT = cast<PointerType>(Ty); in printType() local
655 VectorType* PT = cast<VectorType>(Ty); in printType() local
/trueos/contrib/llvm/lib/Transforms/Utils/
HDSimplifyLibCalls.cpp329 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/
HDRewriteObjC.cpp466 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

123