/external/clang/lib/Analysis/ |
D | CocoaConventions.cpp | 42 const PointerType* PT = RetTy->getAs<PointerType>(); in isRefType() local 63 const ObjCObjectPointerType *PT = Ty->getAs<ObjCObjectPointerType>(); in isCocoaObjectRef() local
|
D | FormatString.cpp | 260 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
|
D | ScanfFormatString.cpp | 402 QualType PT = QT->getPointeeType(); in fixType() local
|
D | BodyFarm.cpp | 309 const PointerType *PT = TheValueTy->getAs<PointerType>(); in create_OSAtomicCompareAndSwap() local
|
/external/libcxx/test/thread/futures/futures.tas/futures.task.members/ |
D | ctor1.fail.cpp | 22 typedef std::packaged_task<A(int, char)> PT; typedef
|
D | ctor2.fail.cpp | 24 typedef std::packaged_task<A(int, char)> PT; typedef
|
/external/oprofile/module/ia64/ |
D | IA64entry.h | 21 #define PT(f) (IA64_PT_REGS_##f##_OFFSET) macro
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckSecuritySyntaxOnly.cpp | 319 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_gets() local 359 const PointerType *PT = FPT->getParamType(1)->getAs<PointerType>(); in checkCall_getpw() local 399 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_mktemp() local 571 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>(); in checkCall_strCommon() local 600 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>(); in checkCall_rand() local
|
D | NSErrorChecker.cpp | 288 const ObjCObjectPointerType* PT = in IsNSError() local
|
D | MallocSizeofChecker.cpp | 160 static bool compatibleWithArrayType(ASTContext &C, QualType PT, QualType T) { in compatibleWithArrayType()
|
/external/clang/test/Parser/ |
D | cxx-ambig-paren-expr.cpp | 16 typedef int *PT; in f() typedef
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 58 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 823 } else if (const PointerType *PT = T->getAs<PointerType>()) in canCalleeThrow() local
|
/external/chromium_org/media/cast/net/rtcp/ |
D | rtcp_utility.h | 31 uint8 PT; // Packet Type. member
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
D | rtp_utility.cc | 288 const uint8_t PT = _ptrRTPDataBegin[1]; in ParseRtcp() local 320 const uint8_t PT = _ptrRTPDataBegin[1] & 0x7f; in Parse() local
|
/external/clang/test/Sema/ |
D | offsetof.c | 5 typedef struct P { int i; float f; } PT; typedef
|
/external/llvm/lib/IR/ |
D | IRBuilder.cpp | 43 PointerType *PT = cast<PointerType>(Ptr->getType()); in getCastedInt8PtrValue() local
|
/external/llvm/lib/CodeGen/ |
D | GlobalMerge.cpp | 301 PointerType *PT = dyn_cast<PointerType>(I->getType()); in doInitialization() local
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 283 PieceTable *PT; member 620 Modifier::PieceTable PT; in FillFunction() local
|
/external/llvm/lib/Support/ |
D | Host.cpp | 780 Triple PT(Triple::normalize(LLVM_HOST_TRIPLE)); in getProcessTriple() local
|
/external/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 74 } else if (PointerTypeLoc PT = TL.getAs<PointerTypeLoc>()) { in lookForAttribute() local
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 291 PointerType *PT = getMallocType(CI, TLI); in getMallocAllocatedType() local 466 PointerType *PT = cast<PointerType>(A.getType()); in visitArgument() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | AMDILPeepholeOptimizer.cpp | 216 const PointerType *PT = dyn_cast<PointerType>(arg->getType()); in dumpAllIntoArena() local 1251 size_t AMDGPUPeepholeOpt::getTypeSize(PointerType * const PT, in getTypeSize()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILPeepholeOptimizer.cpp | 216 const PointerType *PT = dyn_cast<PointerType>(arg->getType()); in dumpAllIntoArena() local 1251 size_t AMDGPUPeepholeOpt::getTypeSize(PointerType * const PT, in getTypeSize()
|
D | R600KernelParameters.cpp | 405 PointerType *PT = dyn_cast<PointerType>(T); in getSpecialTypeName() local
|
/external/clang/lib/AST/ |
D | Type.cpp | 307 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 529 if (const PointerType *PT = getAs<PointerType>()) in getPointeeCXXRecordDecl() local
|