Home
last modified time | relevance | path

Searched defs:APtr (Results 1 – 16 of 16) sorted by relevance

/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove_convert.single.pass.cpp140 typedef std::unique_ptr<A> APtr; in test_noexcept() typedef
145 typedef std::unique_ptr<A, Deleter<A> > APtr; in test_noexcept() typedef
150 typedef std::unique_ptr<A, NCDeleter<A>&> APtr; in test_noexcept() typedef
155 typedef std::unique_ptr<A, const NCConstDeleter<A>&> APtr; in test_noexcept() typedef
167 typedef std::unique_ptr<A> APtr; in main() typedef
185 typedef std::unique_ptr<A, Deleter<A> > APtr; in main() typedef
207 typedef std::unique_ptr<A, NCDeleter<A>&> APtr; in main() typedef
228 typedef std::unique_ptr<A, CDeleter<A> > APtr; in main() typedef
Dmove.pass.cpp89 typedef std::unique_ptr<VT> APtr; in test_basic() typedef
100 typedef std::unique_ptr<VT, MoveDel> APtr; in test_basic() typedef
116 typedef std::unique_ptr<VT, NonCopyDel&> APtr; in test_basic() typedef
Dmove_convert.pass.cpp153 typedef std::unique_ptr<const VT> APtr; in test_noexcept() typedef
158 typedef std::unique_ptr<const VT, CDeleter<const VT> > APtr; in test_noexcept() typedef
163 typedef std::unique_ptr<const VT, NCDeleter<const VT>&> APtr; in test_noexcept() typedef
168 typedef std::unique_ptr<const VT, const NCConstDeleter<const VT>&> APtr; in test_noexcept() typedef
/external/swiftshader/third_party/LLVM/lib/Support/
DSmallPtrSet.cpp42 for (const void **APtr = SmallArray, **E = SmallArray+NumElements; in insert_imp() local
79 for (const void **APtr = SmallArray, **E = SmallArray+NumElements; in erase_imp() local
/external/clang/test/SemaCXX/
Dusing-decl-templates.cpp91 template<typename T> using APtr = A<T*>; // expected-note{{previous use is here}} typedef
93 template struct APtr<int>; // expected-error{{elaborated type refers to a type alias template}} variable
/external/llvm/include/llvm/ADT/
DSmallPtrSet.h123 for (const void **APtr = SmallArray, **E = SmallArray + NumNonEmpty; in insert_imp() local
158 for (const void *const *APtr = SmallArray, in count_imp() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSmallPtrSet.h130 for (const void **APtr = SmallArray, **E = SmallArray + NumNonEmpty; in insert_imp() local
180 for (const void *const *APtr = SmallArray, in find_imp() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallPtrSet.h135 for (const void **APtr = SmallArray, **E = SmallArray + NumNonEmpty; in insert_imp() local
170 for (const void *const *APtr = SmallArray, in count_imp() local
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.pass.cpp290 typedef std::unique_ptr<const VT> APtr; in test_noexcept() typedef
295 typedef std::unique_ptr<const VT, CDeleter<const VT> > APtr; in test_noexcept() typedef
300 typedef std::unique_ptr<const VT, NCDeleter<const VT>&> APtr; in test_noexcept() typedef
305 typedef std::unique_ptr<const VT, const NCConstDeleter<const VT>&> APtr; in test_noexcept() typedef
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.enab/
Denable_shared_from_this.pass.cpp82 typedef std::shared_ptr<PrivateBase> APtr; in main() typedef
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSmallPtrSet.h115 for (const void *const *APtr = SmallArray, in count_imp() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DSmallPtrSet.cpp67 for (const void **APtr = CurArray, **E = CurArray + NumNonEmpty; APtr != E; in erase_imp() local
/external/llvm/lib/Support/
DSmallPtrSet.cpp66 for (const void **APtr = CurArray, **E = CurArray + NumNonEmpty; APtr != E; in erase_imp() local
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1185 Value *APtr = A.getPointer(); in isDependent() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1429 Value *APtr = A.getPointer(); in isDependent() local
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp2728 if (const PointerType *APtr = A->getAs<PointerType>()) { in CheckOriginalCallArgDeduction() local