Home
last modified time | relevance | path

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

12345678

/llvm-project-15.0.7/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-15.0.7/libcxx/test/libcxx/ranges/range.utility.helpers/
H A Dhas_arrow.compile.pass.cpp22 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 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-15.0.7/clang/docs/tools/
H A Ddump_ast_matchers.py497 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 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-15.0.7/libcxx/test/libcxx/iterators/iterator.requirements/iterator.concepts/
H A Dcpp20_iter_concepts.pass.cpp34 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 Dcxx20_iterator_traits.compile.pass.cpp173 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 Dempty.fail.cpp26 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 Dignored-reference-qualifiers-disabled.cpp18 using reference = value_type&; typedef in container
/llvm-project-15.0.7/libcxx/include/__iterator/
H A Dreverse_iterator.h76 using reference = iter_reference_t<_Iter>; variable
80 using reference = typename iterator_traits<_Iter>::reference; variable
H A Diterator.h29 typedef _Reference reference; typedef
H A Dfront_insert_iterator.h45 typedef void reference; typedef
H A Dback_insert_iterator.h45 typedef void reference; typedef
/llvm-project-15.0.7/libcxx/test/support/
H A Dtest_iterators.h36 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 Dtypes.compile.pass.cpp65 using reference = int&; typedef
92 using reference = char&; typedef
/llvm-project-15.0.7/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-15.0.7/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-15.0.7/libcxx/include/__memory/
H A Draw_storage_iterator.h47 typedef void reference; typedef
/llvm-project-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/compiler-rt/lib/orc/
H A Dadt.h35 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 Dcontainers.h14 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 Darrow.sfinae.compile.pass.cpp30 using reference = int&; typedef

12345678