Home
last modified time | relevance | path

Searched refs:const_lvalue (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/
H A Dp4-0x.cpp31 void const_lvalue() const&;
95 lvalue<X0>().const_lvalue(); in test_diagnostics()
99 xvalue<X0>().const_lvalue(); in test_diagnostics()
103 prvalue<X0>().const_lvalue(); in test_diagnostics()
/llvm-project/libcxx/test/libcxx/algorithms/
H A Ddebug_less.pass.cpp233 const int const_lvalue = 101; in test_value_categories() local
235 assert(dl(lvalue, const_lvalue)); in test_value_categories()