예제 #1
0
파일: vect-all.c 프로젝트: aubonbeurre/gcc
__attribute__ ((noinline)) void 
ibar_add (int *a)
{
  icheck_results (a, iadd_results);
} 
예제 #2
0
void 
ibar_add (int *a)
{
  icheck_results (a, iadd_results);
}