/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
D | move_convert.single.pass.cpp | 140 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
|
D | move.pass.cpp | 89 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
|
D | move_convert.pass.cpp | 153 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/ |
D | SmallPtrSet.cpp | 42 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/ |
D | using-decl-templates.cpp | 91 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/ |
D | SmallPtrSet.h | 123 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/ |
D | SmallPtrSet.h | 130 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/ |
D | SmallPtrSet.h | 135 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/ |
D | move_convert.pass.cpp | 290 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/ |
D | enable_shared_from_this.pass.cpp | 82 typedef std::shared_ptr<PrivateBase> APtr; in main() typedef
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | SmallPtrSet.h | 115 for (const void *const *APtr = SmallArray, in count_imp() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | SmallPtrSet.cpp | 67 for (const void **APtr = CurArray, **E = CurArray + NumNonEmpty; APtr != E; in erase_imp() local
|
/external/llvm/lib/Support/ |
D | SmallPtrSet.cpp | 66 for (const void **APtr = CurArray, **E = CurArray + NumNonEmpty; APtr != E; in erase_imp() local
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 1185 Value *APtr = A.getPointer(); in isDependent() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 1429 Value *APtr = A.getPointer(); in isDependent() local
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 2728 if (const PointerType *APtr = A->getAs<PointerType>()) { in CheckOriginalCallArgDeduction() local
|