Home
last modified time | relevance | path

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

1234567

/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/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DBuiltinGCs.cpp78 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
111 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
/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
/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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
DAVR.h56 auto *PT = cast<PointerType>(V->getType()); in isProgramMemoryAddress() local
67 auto *PT = cast<PointerType>(V->getType()); in getAddressSpace() 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/cronet/tot/third_party/libc++/src/test/std/thread/futures/futures.task/futures.task.members/
Dctor2.compile.pass.cpp27 using PT = std::packaged_task<A(int, char)>; typedef
Dctor1.verify.cpp24 typedef std::packaged_task<A(int, char)> PT; typedef
/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/stable/third_party/libc++/src/test/std/thread/futures/futures.task/futures.task.members/
Dctor2.compile.pass.cpp27 using PT = std::packaged_task<A(int, char)>; typedef
Dctor1.verify.cpp24 typedef std::packaged_task<A(int, char)> PT; typedef
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteKernelArguments.cpp101 PointerType *PT = dyn_cast<PointerType>(Ptr->getType()); in promotePointer() local
170 PointerType *PT = dyn_cast<PointerType>(Arg.getType()); in run() local
DAMDGPUPerfHintAnalysis.cpp337 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/
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/python/cpython3/Include/internal/
Dpycore_obmalloc_init.h17 #define PT(p, x) PTA(p, x), PTA(p, x) macro
/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
/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/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/llvm/unittests/AsmParser/
DAsmParserTest.cpp255 PointerType *PT = cast<PointerType>(Ty); in TEST() local
389 PointerType *PT = cast<PointerType>(Ty); in TEST() local
/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

1234567