Home
last modified time | relevance | path

Searched defs:PT (Results 1 – 25 of 120) sorted by relevance

12345

/external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
Dempty.fail.cpp73 …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/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/iterator.primitives/iterator.traits/
Dempty.fail.cpp72 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
81 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
90 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
99 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
108 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
117 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
/external/clang/lib/Analysis/
DCocoaConventions.cpp42 const PointerType* PT = RetTy->getAs<PointerType>(); in isRefType() local
63 const ObjCObjectPointerType *PT = Ty->getAs<ObjCObjectPointerType>(); in isCocoaObjectRef() local
DFormatString.cpp294 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
DScanfFormatString.cpp418 QualType PT = QT->getPointeeType(); in fixType() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBuiltinGCs.cpp77 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
109 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
/external/llvm/lib/CodeGen/
DBuiltinGCs.cpp82 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
115 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
/external/webrtc/tools_webrtc/matlab/
DrtpAnalyze.m28 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/
Dctor2.fail.cpp27 typedef std::packaged_task<A(int, char)> PT; typedef
Dctor1.fail.cpp25 typedef std::packaged_task<A(int, char)> PT; typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/thread/futures/futures.task/futures.task.members/
Dctor2.compile.pass.cpp25 using PT = std::packaged_task<A(int, char)>; typedef
Dctor1.fail.cpp24 typedef std::packaged_task<A(int, char)> PT; typedef
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp319 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-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPerfHintAnalysis.cpp302 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
DAMDGPULowerKernelArguments.cpp107 if (PointerType *PT = dyn_cast<PointerType>(ArgTy)) { in runOnFunction() local
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp85 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/unittests/AsmParser/
DAsmParserTest.cpp255 PointerType *PT = cast<PointerType>(Ty); in TEST() local
389 PointerType *PT = cast<PointerType>(Ty); in TEST() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h112 PredicateBase(PredicateType PT, Value *Op) : Type(PT), OriginalOp(Op) {} in PredicateBase()
124 PredicateWithCondition(PredicateType PT, Value *Op, Value *Condition) in PredicateWithCondition()
/external/clang/test/Parser/
Dcxx-ambig-paren-expr.cpp16 typedef int *PT; in f() typedef
/external/clang/tools/libclang/
DCXType.cpp792 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/
DVariableDumper.cpp162 FunctionDumper::PointerType PT = FunctionDumper::PointerType::Pointer; in tryDumpFunctionPointer() local
/external/rust/crates/openssl/src/
Dpkcs7.rs129 pkey: &PKeyRef<PT>, in sign()
193 pkey: &PKeyRef<PT>, in decrypt()
/external/clang/test/Sema/
Doffsetof.c5 typedef struct P { int i; float f; } PT; typedef
/external/tensorflow/tensorflow/core/kernels/
Dnn_ops_test.cc914 #define BM_AvgPoolFwdCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument
1019 #define BM_AvgPoolBkCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument
1108 #define BM_MaxPoolFwdCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument
1194 #define BM_MaxPoolBkGPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument
1205 #define BM_MaxPoolBkCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp208 if (PointerType *PT = dyn_cast<PointerType>(GType)) in isGlobalInSmallSection() local

12345