Home
last modified time | relevance | path

Searched defs:reference (Results 1 – 25 of 224) sorted by relevance

123456789

/llvm-project/libcxx/test/std/iterators/predef.iterators/iterators.common/
H A Dtypes.h28 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 Drobust_against_using_non_transparent_comparators.pass.cpp22 struct reference { argument
21 struct reference { global() struct
24 referenceIterator::reference reference() argument
H A Dcpp17_iterator_concepts.verify.cpp22 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 Dcontiguous_iterator.compile.pass.cpp38 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 Drandom_access_iterator.compile.pass.cpp36 typedef int& reference; typedef
68 typedef int& reference; typedef
/llvm-project/libcxx/test/libcxx/ranges/range.utility.helpers/
H A Dhas_arrow.compile.pass.cpp22 typedef int& reference; global() typedef
41 typedef int& reference; global() typedef
60 typedef int& reference; global() typedef
/llvm-project/clang/docs/tools/
H A Ddump_ast_matchers.py593 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 Dcontiguous_iterators.pass.cpp50 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 Dcpp20_iter_concepts.pass.cpp36 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 Dcxx20_iterator_traits.compile.pass.cpp178 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 Dempty.verify.cpp
/llvm-project/clang/test/SemaCXX/
H A Dignored-reference-qualifiers-disabled.cpp18 using reference = value_type&; typedef in container
/llvm-project/libcxx/test/support/
H A Dtest_iterators.h37 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 Dalmost_satisfies_types.h336 using reference = int&; variable
370 using reference = int&; variable
405 using reference = double&; variable
/llvm-project/libcxx/include/__iterator/
H A Dreverse_iterator.h87 using reference = iter_reference_t<_Iter>; variable
91 using reference = typename iterator_traits<_Iter>::reference; variable
H A Diterator.h27 typedef _Reference reference; typedef
H A Dfront_insert_iterator.h50 typedef void reference; typedef
/llvm-project/libcxx/test/std/iterators/predef.iterators/reverse.iterators/
H A Dtypes.compile.pass.cpp73 using reference = int&; typedef
100 using reference = char&; typedef
/llvm-project/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h32 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 Draw_storage_iterator.h53 typedef void reference; global() typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/use-auto/
H A Dcontainers.h14 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 Duse-nodiscard.cpp196 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 Dtypes.pass.cpp39 using reference = char&; typedef
71 typedef Reference reference; typedef
/llvm-project/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.cmp/
H A Dthree-way.pass.cpp38 using reference = char&; typedef
54 using reference = const char&; typedef
/llvm-project/llvm/include/llvm/Support/
H A DLineIterator.h46 using reference = value_type &; variable

123456789