Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
Dcxx2a-consteval.cpp284 consteval int by_value_a(A a) { return a.ret_i(); } in by_value_a() function
341 consteval int by_value_a(A a) { return a.ret_i(); } in by_value_a() function