Home
last modified time | relevance | path

Searched refs:to_lvalue_ref (Results 1 – 11 of 11) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp294 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
314 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
316 { int k = by_value_a(to_lvalue_ref(std::move(a))); } in test()
351 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
371 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
372 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
558 constexpr const Copy &to_lvalue_ref(const Copy &&a) { in to_lvalue_ref() function
571 { Copy c(to_lvalue_ref(std::move(C))); } in test()
578 { Copy c = Copy(to_lvalue_ref(std::move(C))); } in test()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp294 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
314 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
316 { int k = by_value_a(to_lvalue_ref(std::move(a))); } in test()
351 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
371 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
372 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
558 constexpr const Copy &to_lvalue_ref(const Copy &&a) { in to_lvalue_ref() function
571 { Copy c(to_lvalue_ref(std::move(C))); } in test()
578 { Copy c = Copy(to_lvalue_ref(std::move(C))); } in test()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp294 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
314 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
316 { int k = by_value_a(to_lvalue_ref(std::move(a))); } in test()
351 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
371 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
372 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
558 constexpr const Copy &to_lvalue_ref(const Copy &&a) { in to_lvalue_ref() function
571 { Copy c(to_lvalue_ref(std::move(C))); } in test()
578 { Copy c = Copy(to_lvalue_ref(std::move(C))); } in test()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp294 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
314 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
316 { int k = by_value_a(to_lvalue_ref(std::move(a))); } in test()
351 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
371 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
372 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
558 constexpr const Copy &to_lvalue_ref(const Copy &&a) { in to_lvalue_ref() function
571 { Copy c(to_lvalue_ref(std::move(C))); } in test()
578 { Copy c = Copy(to_lvalue_ref(std::move(C))); } in test()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp294 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
314 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
316 { int k = by_value_a(to_lvalue_ref(std::move(a))); } in test()
351 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
371 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
372 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
558 constexpr const Copy &to_lvalue_ref(const Copy &&a) { in to_lvalue_ref() function
571 { Copy c(to_lvalue_ref(std::move(C))); } in test()
578 { Copy c = Copy(to_lvalue_ref(std::move(C))); } in test()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp294 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
314 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
316 { int k = by_value_a(to_lvalue_ref(std::move(a))); } in test()
351 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
371 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
372 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
558 constexpr const Copy &to_lvalue_ref(const Copy &&a) { in to_lvalue_ref() function
571 { Copy c(to_lvalue_ref(std::move(C))); } in test()
578 { Copy c = Copy(to_lvalue_ref(std::move(C))); } in test()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp294 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
314 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
316 { int k = by_value_a(to_lvalue_ref(std::move(a))); } in test()
351 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
371 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
372 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
558 constexpr const Copy &to_lvalue_ref(const Copy &&a) { in to_lvalue_ref() function
571 { Copy c(to_lvalue_ref(std::move(C))); } in test()
578 { Copy c = Copy(to_lvalue_ref(std::move(C))); } in test()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp294 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
314 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
316 { int k = by_value_a(to_lvalue_ref(std::move(a))); } in test()
351 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
371 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
372 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
558 constexpr const Copy &to_lvalue_ref(const Copy &&a) { in to_lvalue_ref() function
571 { Copy c(to_lvalue_ref(std::move(C))); } in test()
578 { Copy c = Copy(to_lvalue_ref(std::move(C))); } in test()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp294 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
314 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
316 { int k = by_value_a(to_lvalue_ref(std::move(a))); } in test()
351 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
371 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
372 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
558 constexpr const Copy &to_lvalue_ref(const Copy &&a) { in to_lvalue_ref() function
571 { Copy c(to_lvalue_ref(std::move(C))); } in test()
578 { Copy c = Copy(to_lvalue_ref(std::move(C))); } in test()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp294 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
314 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
316 { int k = by_value_a(to_lvalue_ref(std::move(a))); } in test()
351 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
371 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
372 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
558 constexpr const Copy &to_lvalue_ref(const Copy &&a) { in to_lvalue_ref() function
571 { Copy c(to_lvalue_ref(std::move(C))); } in test()
578 { Copy c = Copy(to_lvalue_ref(std::move(C))); } in test()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dcxx2a-consteval.cpp294 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
314 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
316 { int k = by_value_a(to_lvalue_ref(std::move(a))); } in test()
351 consteval const A &to_lvalue_ref(const A &&a) { in to_lvalue_ref() function
371 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
372 { int k = const_a_ref(to_lvalue_ref(std::move(a))); } in test()
558 constexpr const Copy &to_lvalue_ref(const Copy &&a) { in to_lvalue_ref() function
571 { Copy c(to_lvalue_ref(std::move(C))); } in test()
578 { Copy c = Copy(to_lvalue_ref(std::move(C))); } in test()
[all …]