Home
last modified time | relevance | path

Searched refs:ConstReference (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/memory/default.allocator/
H A Dallocator_types.deprecated_in_cxx17.verify.cpp35 …typedef std::allocator<char>::const_reference ConstReference; // expected-warning {{'const_refer… in main() typedef
42 …typedef std::allocator<char const>::const_reference ConstReference; // expected-warning {{'const… in main() typedef
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp66 const auto ConstReference = hasType(references(isConstQualified())); in registerMatchers() local
89 unless(anyOf(ConstType, ConstReference, TemplateType, in registerMatchers()
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h389 static const_reference ConstReference(const RawContainer& container) {
410 static const_reference ConstReference(const Element (&array)[N]) {
430 static const_reference ConstReference(
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-copy-initialization.cpp260 const ExpensiveToCopyType &ConstReference = Obj.reference(); in PositiveLocalConstRef() local
261 const auto UnnecessaryCopy = ConstReference.reference(); in PositiveLocalConstRef()
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h2112 StlContainerReference lhs_stl_container = LhsView::ConstReference(lhs);
2209 LhsStlContainerReference lhs_stl_container = LhsView::ConstReference(lhs);
2318 LhsStlContainerReference lhs_stl_container = LhsView::ConstReference(lhs);
2391 StlContainerReference stl_container = View::ConstReference(container);
2772 StlContainerReference stl_container = View::ConstReference(container);
2997 StlContainerReference stl_container = View::ConstReference(container);
4147 RhsView::ConstReference(rhs_container);