Searched refs:inline_func (Results 1 – 3 of 3) sorted by relevance
4 inline void inline_func(int n) { in inline_func() function26 inline_func(17); in call_inline_func()
177 inline void inline_func(int x) { in inline_func() function184 inline_func(x); // expected-note {{Calling 'inline_func'}} in err_inline()
6 define float @inline_func(float %f1, float %f2) #0 {