Searched defs:another (Results 1 – 6 of 6) sorted by relevance
5 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()) {} in another() function92 const function &r; // expected-note {{reference member declared here}}
29 T another; member
19 @property(assign) id another; property
86 namespace another { namespace
501 another(int *pargc, char ***pargv, const char *aprompt) in another() function