Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dcxx2a-consteval.cpp234 int test_UserConvOverload_helper(int a) { return a; } in test_UserConvOverload_helper() function
242 return test_UserConvOverload_helper(UserConv()); in test_UserConvOverload()