Lines Matching refs:consteval
17 consteval int ret7() { in ret7()
39 consteval const int &retI() { in retI()
62 consteval const int *retIPtr() { in retIPtr()
85 consteval const int &&retIRRef() { in retIRRef()
113 consteval Agg retAgg() { in retAgg()
139 consteval const Agg &retRefAgg() { in retRefAgg()
163 consteval Agg is_const() { in is_const()
187 consteval AggCtor(int a = 3, long b = 5) : a(a * a), b(a * b) {} in AggCtor()
216 consteval operator int() const noexcept { return 42; } in operator int()
245 consteval int test_UserConvOverload_helper_ceval(int a) { return a; } in test_UserConvOverload_helper_ceval()
255 consteval void void_test() {} in void_test()