Searched defs:another (Results 1 – 10 of 10) sorted by relevance
4 static void another(void) { // expected-warning {{function 'another' is not needed and will not be … in another() function
88 struct another { struct89 another() : r(thing()) {} // expected-error {{binds to a temporary object}} in another() function91 const function &r; // expected-note {{reference member declared here}}
28 T another; member
22 int another(int a) { in another() function
19 @property(assign) id another; property
28 _Bool another = val; // expected-warning {{implicit conversion of nullptr constant to 'bool'}} in questionable_behaviors() local
167 omp_interop_t another; in foo2() local
86 namespace another { namespace
77 typedef Test<my_class *> another; typedef
680 unsigned another : 20; global() member