Searched defs:goo (Results 1 – 11 of 11) sorted by relevance
2 #define goo macro
8 function goo() {} function
37 var g = function goo(y) { function
49 function goo(x) { return this.f(x, "f"); } function
127 function goo(i) { function
632 function goo(a, i) { function
17 inline namespace goo::bar { // expected-error {{nested namespace definition cannot be 'inline'}} ex… namespace
22 Two goo __attribute__((init_priority(2,3))) ( 5, 6 ); // expected-error {{'init_priority' attribute… variable
23 double *goo(ad_struct *x) { in goo() function
9 int Fii_i(int bar, int goo) { return 0; } in Fii_i()10 int Fiii_i(int bar, int goo, int hoo) { return 0; } in Fiii_i()