/external/clang/lib/Analysis/ |
D | CocoaConventions.cpp | 40 const PointerType* PT = RetTy->getAs<PointerType>(); in isRefType() local 61 const ObjCObjectPointerType *PT = Ty->getAs<ObjCObjectPointerType>(); in isCocoaObjectRef() local
|
D | FormatString.cpp | 293 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local 313 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local 348 if (const PointerType *PT = argTy->getAs<PointerType>()) { in matchesType() local
|
D | ScanfFormatString.cpp | 318 QualType PT = QT->getPointeeType(); in fixType() local 467 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | NSAutoreleasePoolChecker.cpp | 53 const ObjCObjectPointerType* PT = in checkPreObjCMessage() local
|
D | CheckSecuritySyntaxOnly.cpp | 315 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(0)); in checkCall_gets() local 357 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(1)); in checkCall_getpw() local 399 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(0)); in checkCall_mktemp() local 576 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(i)); in checkCall_strCommon() local 606 const PointerType *PT = dyn_cast<PointerType>(FTP->getArgType(0)); in checkCall_rand() local
|
D | NSErrorChecker.cpp | 297 const ObjCObjectPointerType* PT = in IsNSError() local
|
/external/oprofile/module/ia64/ |
D | IA64entry.h | 21 #define PT(f) (IA64_PT_REGS_##f##_OFFSET) macro
|
/external/clang/test/Parser/ |
D | cxx-ambig-paren-expr.cpp | 16 typedef int *PT; in f() typedef
|
/external/llvm/runtime/libprofile/ |
D | CommonProfiling.c | 128 void write_profiling_data(enum ProfilingType PT, unsigned *Start, in write_profiling_data()
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 85 if (const PointerType *PT = T->getAs<PointerType>()) in CheckDistantExceptionSpec() local 87 else if (const MemberPointerType *PT = T->getAs<MemberPointerType>()) in CheckDistantExceptionSpec() local 793 } else if (const PointerType *PT = T->getAs<PointerType>()) in canCalleeThrow() local
|
D | SemaPseudoObject.cpp | 443 const ObjCObjectPointerType *PT = in LookupMethodInReceiverType() local 462 if (const ObjCObjectPointerType *PT = in LookupMethodInReceiverType() local
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 168 PointerType *PT = getMallocType(CI); in getMallocAllocatedType() local
|
/external/clang/test/Sema/ |
D | offsetof.c | 5 typedef struct P { int i; float f; } PT; typedef
|
/external/llvm/lib/VMCore/ |
D | IRBuilder.cpp | 43 PointerType *PT = cast<PointerType>(Ptr->getType()); in getCastedInt8PtrValue() local
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 36 if (const ParenType *PT = dyn_cast<ParenType>(Ty)) { in Desugar() local
|
D | Type.cpp | 286 while (const ParenType *PT = T->getAs<ParenType>()) in IgnoreParens() local 344 if (const PointerType *PT = getAs<PointerType>()) in isVoidPointerType() local 374 if (const PointerType *PT = getAs<PointerType>()) in getPointeeType() local 481 if (const PointerType *PT = getAs<PointerType>()) in getCXXRecordDeclForPointerType() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCXX.cpp | 27 QualType PT = getContext().getPointerType(QualType(T, 0)); in getCXXThisRegion() local
|
D | SimpleSValBuilder.cpp | 939 if (const PointerType *PT = resultTy->getAs<PointerType>()) { in evalBinOpLN() local
|
D | ExprEngineCallAndReturn.cpp | 162 if (const PointerType *PT = callee->getAs<PointerType>()) in shouldInlineCallExpr() local
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 271 PieceTable *PT; member 608 Modifier::PieceTable PT; in FillFunction() local
|
/external/llvm/include/llvm/ |
D | Instruction.h | 366 typedef Instruction* PT; typedef
|
/external/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 74 } else if (const PointerTypeLoc *PT = dyn_cast<PointerTypeLoc>(&TL)) { in lookForAttribute() local
|
D | Transforms.cpp | 311 else if (const PointerType *PT = T->getAs<PointerType>()) in isGCOwnedNonObjC() local
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 1327 BalancedDelimiterTracker PT(*this, tok::l_paren); in ParsePostfixExpressionSuffix() local 1695 BalancedDelimiterTracker PT(*this, tok::l_paren); in ParseBuiltinPrimaryExpression() local
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 610 PointerType* PT = cast<PointerType>(Ty); in printType() local 623 VectorType* PT = cast<VectorType>(Ty); in printType() local
|