Lines Matching full:itself
3 void a() { // expected-warning{{call itself}} in a()
7 void b(int x) { // expected-warning{{call itself}} in b()
19 void d(int x) { // expected-warning{{call itself}} in d()
46 void i(int x) { // expected-warning{{call itself}} in i()
53 int j() { // expected-warning{{call itself}} in j()
62 void S::a() { // expected-warning{{call itself}} in a()
66 void S::b() { // expected-warning{{call itself}} in b()
77 void a() { return a(); } // expected-warning{{call itself}} in a()
78 static void b() { return b(); } // expected-warning{{call itself}} in b()
89 void Fun() { // expected-warning{{call itself}} in Fun()
95 // sum<0>() is instantiated, does recursively call itself, but never runs.
139 static int run2() { // expected-warning{{call itself}} in run2()