Searched refs:inline_hint (Results 1 – 1 of 1) sorted by relevance
8 inline int inline_hint(int a, int b) { return(a+b); } in inline_hint() function22 pa[0] = inline_hint(pa[1],pa[2]); in foo()