Home
last modified time | relevance | path

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

123

/llvm-project/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/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/third-party/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h345 typedef const type& const_reference; typedef
366 typedef const type const_reference; typedef
387 typedef const type const_reference; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/smart-ptr/
H A Dinitializer_list.h13 typedef const _E &const_reference; typedef
/llvm-project/libcxx/test/std/containers/container.adaptors/priority.queue/
H A Dtypes.pass.cpp51 typedef const int& const_reference; typedef
/llvm-project/libcxx/test/std/containers/container.adaptors/queue/queue.defn/
H A Dtypes.pass.cpp44 typedef const int& const_reference; typedef
/llvm-project/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
H A Dtypes.pass.cpp45 typedef const int& const_reference; typedef
/llvm-project/compiler-rt/lib/orc/
H A Dadt.h36 typedef const T &const_reference; typedef
/llvm-project/libcxx/include/__memory/
H A Dcompressed_pair.h46 using const_reference = const _Tp&; global() member
/llvm-project/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
301 typedef const T &const_reference; typedef
H A Dinefficient-vector-operation.cpp14 using const_reference = const E&; typedef in std::initializer_list
36 typedef const T& const_reference; typedef in std::vector
/llvm-project/llvm/include/llvm/ADT/
H A DEnumeratedArray.h36 using const_reference = const ValueType &; variable
H A DPriorityWorklist.h60 using const_reference = const T&; variable
H A DArrayRef.h47 using const_reference = const value_type &; variable
313 using const_reference = const value_type &; global() variable
/llvm-project/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/clang/test/SemaCXX/
H A Doverload-ary-bind.cpp71 typedef const _E &const_reference; typedef in std::initializer_list
/llvm-project/clang/test/Index/
H A Dannotate-tokens-cxx0x.cpp45 typedef const _E& const_reference; typedef in std::initializer_list
/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h41 using const_reference = const value_type &; variable
/llvm-project/libc/src/__support/CPP/
H A Dspan.h46 using const_reference = const T &; global() variable
H A Dstring_view.h57 using const_reference = const char &; global() variable
/llvm-project/clang/test/Parser/
H A Dcxx0x-attributes.cpp22 typedef const _E& const_reference; typedef in std::initializer_list
/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h68 using const_reference = const std::remove_reference_t<T> &; variable
/llvm-project/libcxx/test/std/containers/container.adaptors/
H A Dpush_range_container_adaptors.h186 using const_reference = const T&; member

123