/external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/ |
D | empty.fail.cpp | 73 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::__1::iter… in main() typedef 82 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::__1::iter… in main() typedef 91 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::__1::iter… in main() typedef 100 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::__1::iter… in main() typedef 109 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::__1::iter… in main() typedef 118 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::__1::iter… in main() typedef
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | BuiltinGCs.cpp | 78 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local 111 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
|
/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 | 294 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local 368 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local 388 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local 430 if (const PointerType *PT = argTy->getAs<PointerType>()) { in matchesType() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | BuiltinGCs.cpp | 77 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local 109 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/ |
D | AVR.h | 56 auto *PT = cast<PointerType>(V->getType()); in isProgramMemoryAddress() local 67 auto *PT = cast<PointerType>(V->getType()); in getAddressSpace() local
|
/external/llvm/lib/CodeGen/ |
D | BuiltinGCs.cpp | 82 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local 115 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
|
/external/webrtc/tools_webrtc/matlab/ |
D | rtpAnalyze.m | 28 PT = PT(ix); variable 58 PT = PT(ix); variable 247 PT = dataArray{:, 5}; variable
|
/external/cronet/tot/third_party/libc++/src/test/std/thread/futures/futures.task/futures.task.members/ |
D | ctor2.compile.pass.cpp | 27 using PT = std::packaged_task<A(int, char)>; typedef
|
D | ctor1.verify.cpp | 24 typedef std::packaged_task<A(int, char)> PT; typedef
|
/external/libcxx/test/std/thread/futures/futures.task/futures.task.members/ |
D | ctor2.fail.cpp | 27 typedef std::packaged_task<A(int, char)> PT; typedef
|
D | ctor1.fail.cpp | 25 typedef std::packaged_task<A(int, char)> PT; typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/thread/futures/futures.task/futures.task.members/ |
D | ctor2.compile.pass.cpp | 27 using PT = std::packaged_task<A(int, char)>; typedef
|
D | ctor1.verify.cpp | 24 typedef std::packaged_task<A(int, char)> PT; typedef
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteKernelArguments.cpp | 101 PointerType *PT = dyn_cast<PointerType>(Ptr->getType()); in promotePointer() local 170 PointerType *PT = dyn_cast<PointerType>(Arg.getType()); in run() local
|
D | AMDGPUPerfHintAnalysis.cpp | 337 if (auto PT = dyn_cast<PointerType>(V->getType())) { in isGlobalAddr() local 346 if (auto PT = dyn_cast<PointerType>(V->getType())) in isLocalAddr() local
|
/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
|
/external/python/cpython3/Include/internal/ |
D | pycore_obmalloc_init.h | 17 #define PT(p, x) PTA(p, x), PTA(p, x) macro
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPerfHintAnalysis.cpp | 302 if (auto PT = dyn_cast<PointerType>(V->getType())) { in isGlobalAddr() local 311 if (auto PT = dyn_cast<PointerType>(V->getType())) in isLocalAddr() local 343 if (auto PT = dyn_cast<PointerType>(V->getType())) { in isConstantAddr() local
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 85 if (const PointerType *PT = T->getAs<PointerType>()) { in CheckSpecifiedExceptionType() local 132 if (const PointerType *PT = T->getAs<PointerType>()) in CheckDistantExceptionSpec() local 134 else if (const MemberPointerType *PT = T->getAs<MemberPointerType>()) in CheckDistantExceptionSpec() local 897 } else if (const PointerType *PT = T->getAs<PointerType>()) in canCalleeThrow() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | PredicateInfo.h | 112 PredicateBase(PredicateType PT, Value *Op) : Type(PT), OriginalOp(Op) {} in PredicateBase() 124 PredicateWithCondition(PredicateType PT, Value *Op, Value *Condition) in PredicateWithCondition()
|
/external/llvm/unittests/AsmParser/ |
D | AsmParserTest.cpp | 255 PointerType *PT = cast<PointerType>(Ty); in TEST() local 389 PointerType *PT = cast<PointerType>(Ty); in TEST() 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 | 792 static long long validateFieldParentType(CXCursor PC, CXType PT){ in validateFieldParentType() 818 long long clang_Type_getOffsetOf(CXType PT, const char *S) { in clang_Type_getOffsetOf() 853 CXType PT = clang_getCursorType(PC); in clang_Cursor_getOffsetOfField() local 957 unsigned clang_Type_visitFields(CXType PT, in clang_Type_visitFields()
|
/external/llvm/tools/llvm-pdbdump/ |
D | VariableDumper.cpp | 162 FunctionDumper::PointerType PT = FunctionDumper::PointerType::Pointer; in tryDumpFunctionPointer() local
|