| /llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/iterators.common/ |
| H A D | types.h | 28 typedef typename std::iterator_traits<It>::reference reference; typedef 52 typedef typename std::iterator_traits<It>::reference reference; typedef 76 typedef typename std::iterator_traits<It>::reference reference; typedef 109 typedef typename std::iterator_traits<It>::reference reference; typedef 132 typedef typename std::iterator_traits<It>::reference reference; typedef 194 typedef typename std::iterator_traits<It>::reference reference; typedef 244 typedef typename std::iterator_traits<It>::reference reference; typedef
|
| /llvm-project-15.0.7/libcxx/test/libcxx/ranges/range.utility.helpers/ |
| H A D | has_arrow.compile.pass.cpp | 22 typedef int& reference; typedef 41 typedef int& reference; typedef 60 typedef int& reference; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.random.access/ |
| H A D | contiguous_iterator.compile.pass.cpp | 38 typedef int& reference; typedef 72 typedef int& reference; typedef 107 typedef int& reference; typedef 142 typedef int& reference; typedef 183 typedef int& reference; typedef 220 typedef int& reference; typedef
|
| H A D | random_access_iterator.compile.pass.cpp | 36 typedef int& reference; typedef 68 typedef int& reference; typedef
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | dump_ast_matchers.py | 497 reference = open('../LibASTMatchersReference.html').read() variable 498 reference = re.sub(r'<!-- START_DECL_MATCHERS.*END_DECL_MATCHERS -->', variable 500 reference = re.sub(r'<!-- START_NARROWING_MATCHERS.*END_NARROWING_MATCHERS -->', variable 502 reference = re.sub(r'<!-- START_TRAVERSAL_MATCHERS.*END_TRAVERSAL_MATCHERS -->', variable
|
| /llvm-project-15.0.7/libcxx/test/libcxx/iterators/ |
| H A D | contiguous_iterators.pass.cpp | 50 typedef int& reference; typedef in my_input_iterator 72 typedef int& reference; typedef in my_random_access_iterator 108 typedef int& reference; typedef in my_contiguous_iterator
|
| /llvm-project-15.0.7/libcxx/test/libcxx/iterators/iterator.requirements/iterator.concepts/ |
| H A D | cpp20_iter_concepts.pass.cpp | 34 using reference = char&; typedef 42 using reference = char&; typedef 55 using reference = char&; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/iterators/iterator.primitives/iterator.traits/ |
| H A D | cxx20_iterator_traits.compile.pass.cpp | 173 struct reference {}; struct 188 struct reference {}; struct 204 struct reference {}; struct 220 struct reference { operator value_type() const; }; struct 242 struct reference { operator not_value_type&() const; }; struct 459 struct reference {}; // ignored struct 501 using reference = short&; typedef
|
| H A D | empty.fail.cpp | 26 typedef A& reference; typedef 35 typedef A& reference; typedef 44 typedef A& reference; typedef 62 typedef A& reference; typedef
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | ignored-reference-qualifiers-disabled.cpp | 18 using reference = value_type&; typedef in container
|
| /llvm-project-15.0.7/libcxx/include/__iterator/ |
| H A D | reverse_iterator.h | 76 using reference = iter_reference_t<_Iter>; variable 80 using reference = typename iterator_traits<_Iter>::reference; variable
|
| H A D | iterator.h | 29 typedef _Reference reference; typedef
|
| H A D | front_insert_iterator.h | 45 typedef void reference; typedef
|
| H A D | back_insert_iterator.h | 45 typedef void reference; typedef
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | test_iterators.h | 36 typedef typename std::iterator_traits<It>::reference reference; typedef 74 typedef typename Traits::reference reference; typedef 112 typedef typename std::iterator_traits<It>::reference reference; typedef 148 typedef typename std::iterator_traits<It>::reference reference; typedef 186 typedef typename std::iterator_traits<It>::reference reference; typedef 329 typedef typename std::iterator_traits<It>::reference reference; typedef 385 typedef typename std::iterator_traits<It>::reference reference; typedef 432 typedef const T & reference; typedef 543 typedef const T & reference; typedef
|
| /llvm-project-15.0.7/libcxx/test/libcxx/iterators/predef.iterators/__unconstrained_reverse_iterator/ |
| H A D | types.compile.pass.cpp | 65 using reference = int&; typedef 92 using reference = char&; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/reverse.iterators/ |
| H A D | types.compile.pass.cpp | 73 using reference = int&; typedef 100 using reference = char&; typedef
|
| /llvm-project-15.0.7/clang/test/Analysis/Inputs/ |
| H A D | system-header-simulator-cxx.h | 32 typedef typename Iterator::reference reference; typedef 44 typedef Ref reference; typedef 107 typedef Ref reference; typedef 167 typedef Ref reference; typedef 210 typedef Ref reference; typedef
|
| /llvm-project-15.0.7/libcxx/include/__memory/ |
| H A D | raw_storage_iterator.h | 47 typedef void reference; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/ |
| H A D | types.pass.cpp | 39 using reference = char&; typedef 71 typedef Reference reference; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.cmp/ |
| H A D | three-way.pass.cpp | 38 using reference = char&; typedef 54 using reference = const char&; typedef
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | use-nodiscard.cpp | 196 using reference = value_type &; typedef in Bar 239 typedef value_type &reference; typedef in Bar2
|
| /llvm-project-15.0.7/compiler-rt/lib/orc/ |
| H A D | adt.h | 35 typedef T &reference; typedef 68 typedef char &reference; typedef
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/use-auto/ |
| H A D | containers.h | 14 typedef T &reference; typedef 53 typedef const typename Iterator::reference reference; typedef 103 typedef typename Iterator::reference reference; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.elem/ |
| H A D | arrow.sfinae.compile.pass.cpp | 30 using reference = int&; typedef
|