/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | simplify-subscript-expr.cpp | 14 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 D | use-nodiscard.cpp | 197 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 D | gmock-internal-utils.h | 345 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 D | initializer_list.h | 13 typedef const _E &const_reference; typedef
|
/llvm-project/libcxx/test/std/containers/container.adaptors/priority.queue/ |
H A D | types.pass.cpp | 51 typedef const int& const_reference; typedef
|
/llvm-project/libcxx/test/std/containers/container.adaptors/queue/queue.defn/ |
H A D | types.pass.cpp | 44 typedef const int& const_reference; typedef
|
/llvm-project/libcxx/test/std/containers/container.adaptors/stack/stack.defn/ |
H A D | types.pass.cpp | 45 typedef const int& const_reference; typedef
|
/llvm-project/compiler-rt/lib/orc/ |
H A D | adt.h | 36 typedef const T &const_reference; typedef
|
/llvm-project/libcxx/include/__memory/ |
H A D | compressed_pair.h | 46 using const_reference = const _Tp&; global() member
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/ |
H A D | for-range-copy-allowed-types.cpp | 13 typedef const T& const_reference; typedef 21 typedef typename T::const_reference const_reference; typedef
|
H A D | for-range-copy.cpp | 27 typedef const T& const_reference; typedef 36 typedef typename T::const_reference const_reference; typedef 301 typedef const T &const_reference; typedef
|
H A D | inefficient-vector-operation.cpp | 14 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 D | EnumeratedArray.h | 36 using const_reference = const ValueType &; variable
|
H A D | PriorityWorklist.h | 60 using const_reference = const T&; variable
|
H A D | ArrayRef.h | 47 using const_reference = const value_type &; variable 313 using const_reference = const value_type &; global() variable
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | cxx0x-initializer-stdinitializerlist-pr12086.cpp | 31 typedef const _E& const_reference; typedef in std::initializer_list
|
H A D | cxx0x-initializer-stdinitializerlist-startend.cpp | 21 typedef const _E& const_reference; typedef in std::initializer_list
|
/llvm-project/clang/test/SemaCXX/ |
H A D | overload-ary-bind.cpp | 71 typedef const _E &const_reference; typedef in std::initializer_list
|
/llvm-project/clang/test/Index/ |
H A D | annotate-tokens-cxx0x.cpp | 45 typedef const _E& const_reference; typedef in std::initializer_list
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | ContinuousRangeMap.h | 41 using const_reference = const value_type &; variable
|
/llvm-project/libc/src/__support/CPP/ |
H A D | span.h | 46 using const_reference = const T &; global() variable
|
H A D | string_view.h | 57 using const_reference = const char &; global() variable
|
/llvm-project/clang/test/Parser/ |
H A D | cxx0x-attributes.cpp | 22 typedef const _E& const_reference; typedef in std::initializer_list
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | ErrorOr.h | 68 using const_reference = const std::remove_reference_t<T> &; variable
|
/llvm-project/libcxx/test/std/containers/container.adaptors/ |
H A D | push_range_container_adaptors.h | 186 using const_reference = const T&; member
|