Searched refs:hfunc1 (Results 1 – 4 of 4) sorted by relevance
3 int func1() { return hfunc1(); } in func1()4 int func2() { fluffy; return hfunc1(); } // expected-error {{use of undeclared identifier 'fluffy'}} in func2()
3 static inline int hfunc1() in hfunc1() function