Home
last modified time | relevance | path

Searched refs:const_ref (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_arg_template.cpp55 { X<int> const_ref(); };
59 …0 << a.const_ref(); // expected-error{{invalid operands to binary expression ('int' and 'X<int>')}}
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-values.cpp471 const double &const_ref = p_local3[2]; in handle_from_array() local
527 for (const int &const_ref : p_local1) { in range_for() local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Duninitialized.cpp906 A const_ref(const A&);
919 B(char (*)[7]) : a(const_ref(a)) {} in B()
935 A a7 = const_ref(a7);
951 A a7 = const_ref(a7);
968 A a7 = const_ref(a7);