Home
last modified time | relevance | path

Searched defs:const_reference (Results 1 – 25 of 51) sorted by relevance

123

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dsimplify-subscript-expr.cpp14 using const_reference = const value_type&; typedef in std::basic_string
28 using const_reference = const T&; typedef in std::basic_string_view
43 using const_reference = const T&; typedef in MyVector
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInlineOrder.h26 using const_reference = const T &; variable
46 using const_reference = const T &; variable
117 using const_reference = const T &; variable
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-nodiscard.cpp197 using const_reference = const value_type &; typedef in Bar
240 typedef const value_type &const_reference; typedef in Bar2
/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dadt.h36 typedef const T &const_reference; typedef
69 typedef const char &const_reference; typedef
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/smart-ptr/
H A Dinitializer_list.h13 typedef const _E &const_reference; typedef
/llvm-project-15.0.7/libcxx/test/std/containers/container.adaptors/priority.queue/
H A Dtypes.pass.cpp51 typedef const int& const_reference; typedef
/llvm-project-15.0.7/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
H A Dtypes.pass.cpp45 typedef const int& const_reference; typedef
/llvm-project-15.0.7/libcxx/test/std/containers/container.adaptors/queue/queue.defn/
H A Dtypes.pass.cpp44 typedef const int& const_reference; typedef
/llvm-project-15.0.7/libcxx/include/__memory/
H A Dcompressed_pair.h33 using const_reference = const _Tp&; member
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dfor-range-copy-allowed-types.cpp13 typedef const T& const_reference; typedef
21 typedef typename T::const_reference const_reference; typedef
H A Dfor-range-copy.cpp27 typedef const T& const_reference; typedef
36 typedef typename T::const_reference const_reference; typedef
280 typedef const T &const_reference; typedef
H A Dinefficient-vector-operation.cpp14 using const_reference = const E&; typedef in std::initializer_list
34 typedef const T& const_reference; typedef in std::vector
H A Dunnecessary-value-param-delayed.cpp144 typedef const T & const_reference; typedef
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist-pr12086.cpp31 typedef const _E& const_reference; typedef in std::initializer_list
H A Dcxx0x-initializer-stdinitializerlist-startend.cpp21 typedef const _E& const_reference; typedef in std::initializer_list
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Doverload-ary-bind.cpp71 typedef const _E &const_reference; typedef in std::initializer_list
H A Dcxx0x-initializer-scalars.cpp24 typedef const _E& const_reference; typedef in std::initializer_list
/llvm-project-15.0.7/clang/test/Index/
H A Dannotate-tokens-cxx0x.cpp45 typedef const _E& const_reference; typedef in std::initializer_list
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DPriorityWorklist.h60 using const_reference = const T&; variable
H A DArrayRef.h48 using const_reference = const value_type &; variable
312 using const_reference = const value_type &; variable
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DContinuousRangeMap.h41 using const_reference = const value_type &; variable
/llvm-project-15.0.7/clang/test/Parser/
H A Dcxx0x-attributes.cpp22 typedef const _E& const_reference; typedef in std::initializer_list
/llvm-project-15.0.7/libc/src/__support/CPP/
H A DArrayRef.h31 using const_reference = const value_type &; variable
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DErrorOr.h68 using const_reference = const std::remove_reference_t<T> &; variable
/llvm-project-15.0.7/libcxx/test/support/
H A Dtest_allocator.h75 typedef typename std::add_lvalue_reference<const value_type>::type const_reference; typedef
199 typedef typename std::add_lvalue_reference<const value_type>::type const_reference; typedef
516 typedef const value_type& const_reference; typedef

123