/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/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
|
D | ScanfFormatString.cpp | 418 QualType PT = QT->getPointeeType(); in fixType() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | BuiltinGCs.cpp | 85 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local 119 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() 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/matlab/ |
D | rtpAnalyze.m | 28 PT = PT(ix); variable 58 PT = PT(ix); variable 247 PT = dataArray{:, 5}; variable
|
/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/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/swiftshader/third_party/LLVM/runtime/libprofile/ |
D | CommonProfiling.c | 128 void write_profiling_data(enum ProfilingType PT, unsigned *Start, in write_profiling_data()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPerfHintAnalysis.cpp | 306 if (auto PT = dyn_cast<PointerType>(V->getType())) { in isGlobalAddr() local 315 if (auto PT = dyn_cast<PointerType>(V->getType())) in isLocalAddr() local 347 if (auto PT = dyn_cast<PointerType>(V->getType())) { in isConstantAddr() local
|
D | AMDGPULowerKernelArguments.cpp | 109 if (PointerType *PT = dyn_cast<PointerType>(ArgTy)) { in runOnFunction() local
|
/external/clang/test/Parser/ |
D | cxx-ambig-paren-expr.cpp | 16 typedef int *PT; in f() typedef
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | PredicateInfo.h | 113 PredicateBase(PredicateType PT, Value *Op) : Type(PT), OriginalOp(Op) {} in PredicateBase() 125 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/swiftshader/third_party/llvm-7.0/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/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/llvm/tools/llvm-pdbdump/ |
D | VariableDumper.cpp | 162 FunctionDumper::PointerType PT = FunctionDumper::PointerType::Pointer; in tryDumpFunctionPointer() local
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/Disassembler/ |
D | WebAssemblyDisassembler.cpp | 119 for (auto PT = PrefixTable; PT->Table; PT++) { in getInstruction() local
|
/external/swiftshader/third_party/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/tensorflow/tensorflow/core/kernels/ |
D | nn_ops_test.cc | 876 #define BM_AvgPoolFwdCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument 982 #define BM_AvgPoolBkCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument 1071 #define BM_MaxPoolFwdCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument 1149 #define BM_MaxPoolBkGPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument 1160 #define BM_MaxPoolBkCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument
|