Searched refs:f_eval (Results 1 – 1 of 1) sorted by relevance
70 consteval int f_eval(int i) { in f_eval() function79 func_type* p1 = (&f_eval);81 func_type* p7 = __builtin_addressof(f_eval);84 auto p = f_eval;172 return &f_eval; in operator ""_test1()245 consteval int f_eval(int i) { in f_eval() function435 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function560 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function579 { Copy c((Copy(&f_eval))); }// expected-error {{cannot take address of consteval}} in test()586 { Copy c = Copy(Copy(&f_eval)); }// expected-error {{cannot take address of consteval}} in test()[all …]