Home
last modified time | relevance | path

Searched defs:to_lvalue_ref (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp314 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
371 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
590 constexpr const Copy &to_lvalue_ref(const Copy &&a) { to_lvalue_ref() function
[all...]
/llvm-project/clang/test/AST/Interp/
H A Dfunctions.cpp