/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 | 263 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
|
D | ScanfFormatString.cpp | 413 QualType PT = QT->getPointeeType(); in fixType() local
|
D | BodyFarm.cpp | 305 const PointerType *PT = TheValueTy->getAs<PointerType>(); in create_OSAtomicCompareAndSwap() local
|
/external/webrtc/tools/matlab/ |
D | rtpAnalyze.m | 28 PT = PT(ix); variable 58 PT = PT(ix); variable 247 PT = dataArray{:, 5}; variable
|
/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 | MallocSizeofChecker.cpp | 163 static bool compatibleWithArrayType(ASTContext &C, QualType PT, QualType T) { in compatibleWithArrayType()
|
D | NSErrorChecker.cpp | 287 const ObjCObjectPointerType* PT = in IsNSError() local
|
/external/libcxx/test/std/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/llvm/lib/CodeGen/ |
D | CoreCLRGC.cpp | 43 PointerType *PT = cast<PointerType>(V->getType()); in isGCManagedPointer() local
|
D | StatepointExampleGC.cpp | 39 PointerType *PT = cast<PointerType>(V->getType()); in isGCManagedPointer() local
|
D | AtomicExpandPass.cpp | 219 Type *PT = PointerType::get(NewTy, in convertAtomicLoadToIntegerType() local 301 Type *PT = PointerType::get(NewTy, in convertAtomicStoreToIntegerType() local
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 85 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 891 } else if (const PointerType *PT = T->getAs<PointerType>()) in canCalleeThrow() local
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_utility.cc | 169 const uint8_t PT = _ptrRTPDataBegin[1]; in ParseRtcp() local 199 const uint8_t PT = _ptrRTPDataBegin[1] & 0x7f; in Parse() local
|
/external/clang/test/Parser/ |
D | cxx-ambig-paren-expr.cpp | 16 typedef int *PT; in f() typedef
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 779 static long long validateFieldParentType(CXCursor PC, CXType PT){ in validateFieldParentType() 805 long long clang_Type_getOffsetOf(CXType PT, const char *S) { in clang_Type_getOffsetOf() 840 CXType PT = clang_getCursorType(PC); in clang_Cursor_getOffsetOfField() local 944 unsigned clang_Type_visitFields(CXType PT, in clang_Type_visitFields()
|
/external/llvm/tools/llvm-pdbdump/ |
D | VariableDumper.cpp | 161 FunctionDumper::PointerType PT = FunctionDumper::PointerType::Pointer; in tryDumpFunctionPointer() local
|
/external/clang/test/Sema/ |
D | offsetof.c | 5 typedef struct P { int i; float f; } PT; typedef
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 6656 #define PT ITSTRUCT(end) /* stores the previous transform */ macro 6719 #define PT ITSTRUCT(palette_to_rgb) macro 6797 #define PT ITSTRUCT(tRNS_to_alpha) macro 6857 #define PT ITSTRUCT(gray_to_rgb) macro 6908 #define PT ITSTRUCT(expand) macro 6964 #define PT ITSTRUCT(expand_gray_1_2_4_to_8) macro 7019 #define PT ITSTRUCT(expand_16) macro 7067 #define PT ITSTRUCT(scale_16) macro 7138 #define PT ITSTRUCT(strip_16) macro 7181 #define PT ITSTRUCT(strip_alpha) macro [all …]
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 34 GlobalVariable* createImplPointer(PointerType &PT, Module &M, in createImplPointer()
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 291 PieceTable *PT; member 629 Modifier::PieceTable PT; in FillFunction() local
|
/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()
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 277 PointerType *PT = getMallocType(CI, TLI); in getMallocAllocatedType() local 465 PointerType *PT = cast<PointerType>(A.getType()); in visitArgument() local
|
/external/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 74 } else if (PointerTypeLoc PT = TL.getAs<PointerTypeLoc>()) { in lookForAttribute() local
|