Searched refs:somefunc (Results 1 – 8 of 8) sorted by relevance
14 template <typename T> void somefunc(T*, T*); //expected-note {{'somefunc' declared here}}15 template <typename T> void somefunc(const T[]); //expected-note {{'somefunc' declared here}}16 template <typename T1, typename T2> void somefunc(T1*, T2*); //expected-note {{'somefunc' declared …17 template <typename T1, typename T2> void somefunc(T1*, const T2[]); //expected-note 2 {{'somefunc' …
238 void somefunc(); // expected-note{{'::outer::somefunc' declared here}}239 void somefunc(int, int); // expected-note{{'::outer::somefunc' declared here}}242 void somefunc(int) { in somefunc() function
24 short somefunc();26 short t = __builtin_constant_p(5353) ? 42 : somefunc();
10 extern id **somefunc(void); function50 id **ppptr = somefunc();
3 int somefunc(char *x, int y, double z) { in somefunc() function
23 void somefunc(foo x) {} // expected-error {{interface type 'foo' cannot be passed by value; did you… function
1140 somefunc(42);1153 somefunc (42);
239 void somefunc(void)