Home
last modified time | relevance | path

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

123456

/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/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-7.0/llvm/lib/CodeGen/
DBuiltinGCs.cpp85 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
119 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/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/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/runtime/libprofile/
DCommonProfiling.c128 void write_profiling_data(enum ProfilingType PT, unsigned *Start, in write_profiling_data()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUPerfHintAnalysis.cpp306 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
DAMDGPULowerKernelArguments.cpp109 if (PointerType *PT = dyn_cast<PointerType>(ArgTy)) { in runOnFunction() local
/external/clang/test/Parser/
Dcxx-ambig-paren-expr.cpp16 typedef int *PT; in f() typedef
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_utility.cc169 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/
DPredicateInfo.h113 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/
DAsmParserTest.cpp255 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/
DAsmParserTest.cpp255 PointerType *PT = cast<PointerType>(Ty); in TEST() local
389 PointerType *PT = cast<PointerType>(Ty); in TEST() 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/tools/llvm-pdbdump/
DVariableDumper.cpp162 FunctionDumper::PointerType PT = FunctionDumper::PointerType::Pointer; in tryDumpFunctionPointer() local
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/Disassembler/
DWebAssemblyDisassembler.cpp119 for (auto PT = PrefixTable; PT->Table; PT++) { in getInstruction() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryBuiltins.cpp168 PointerType *PT = getMallocType(CI); in getMallocAllocatedType() local
/external/clang/test/Sema/
Doffsetof.c5 typedef struct P { int i; float f; } PT; typedef
/external/tensorflow/tensorflow/core/kernels/
Dnn_ops_test.cc876 #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

123456