Home
last modified time | relevance | path

Searched refs:inline_hint (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/clang/test/CodeGen/
H A Dinline-optim.c8 inline int inline_hint(int a, int b) { return(a+b); } in inline_hint() function
22 pa[0] = inline_hint(pa[1],pa[2]); in foo()