Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp304 consteval int by_value_a(A a) { return a.ret_i(); } in by_value_a() function
361 consteval int by_value_a(A a) { return a.ret_i(); } in by_value_a() function