/llvm-project/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/libcxx/test/libcxx/algorithms/ |
H A D | robust_against_using_non_transparent_comparators.pass.cpp | 22 struct reference { argument 21 struct reference { global() struct 24 referenceIterator::reference reference() argument
|
H A D | cpp17_iterator_concepts.verify.cpp | 22 using reference = int&; typedef 31 using reference = int&; typedef 41 using reference = int&; typedef
|
/llvm-project/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/libcxx/test/libcxx/ranges/range.utility.helpers/ |
H A D | has_arrow.compile.pass.cpp | 22 typedef int& reference; global() typedef 41 typedef int& reference; global() typedef 60 typedef int& reference; global() typedef
|
/llvm-project/clang/docs/tools/ |
H A D | dump_ast_matchers.py | 593 reference = open("../LibASTMatchersReference.html").read() global() variable 594 reference = re.sub( global() variable 600 reference = re.sub( global() variable 606 reference = re.sub( global() variable
|
/llvm-project/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/libcxx/test/libcxx/iterators/iterator.requirements/iterator.concepts/ |
H A D | cpp20_iter_concepts.pass.cpp | 36 using reference = char&; global() typedef 44 using reference = char&; global() typedef 57 using reference = char&; global() typedef
|
/llvm-project/libcxx/test/std/iterators/iterator.primitives/iterator.traits/ |
H A D | cxx20_iterator_traits.compile.pass.cpp | 178 struct reference {}; struct 193 struct reference {}; struct 209 struct reference {}; struct 225 struct reference { operator value_type() const; }; struct 247 struct reference { operator not_value_type&() const; }; struct 464 struct reference {}; // ignored struct 506 using reference = short&; typedef
|
H A D | empty.verify.cpp |
|
/llvm-project/clang/test/SemaCXX/ |
H A D | ignored-reference-qualifiers-disabled.cpp | 18 using reference = value_type&; typedef in container
|
/llvm-project/libcxx/test/support/ |
H A D | test_iterators.h | 37 typedef typename std::iterator_traits<It>::reference reference; global() typedef 80 typedef typename Traits::reference reference; global() typedef 123 typedef typename std::iterator_traits<It>::reference reference; global() typedef 163 typedef typename std::iterator_traits<It>::reference reference; global() typedef 205 typedef typename std::iterator_traits<It>::reference reference; global() typedef 354 typedef typename std::iterator_traits<It>::reference reference; global() typedef 412 typedef typename std::iterator_traits<It>::reference reference; global() typedef 461 typedef const T & reference; global() typedef 572 typedef const T & reference; global() typedef [all...] |
H A D | almost_satisfies_types.h | 336 using reference = int&; variable 370 using reference = int&; variable 405 using reference = double&; variable
|
/llvm-project/libcxx/include/__iterator/ |
H A D | reverse_iterator.h | 87 using reference = iter_reference_t<_Iter>; variable 91 using reference = typename iterator_traits<_Iter>::reference; variable
|
H A D | iterator.h | 27 typedef _Reference reference; typedef
|
H A D | front_insert_iterator.h | 50 typedef void reference; typedef
|
/llvm-project/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/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/libcxx/include/__memory/ |
H A D | raw_storage_iterator.h | 53 typedef void reference; global() typedef
|
/llvm-project/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/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/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/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/llvm/include/llvm/Support/ |
H A D | LineIterator.h | 46 using reference = value_type &; variable
|