Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha.c94 static int inside_function = FALSE; variable
7484 inside_function = TRUE;
7905 inside_function = FALSE;
8093 if (inside_function && ! TARGET_GAS)
9718 if (inside_function)
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dalpha.c90 static int inside_function = FALSE; variable
8015 inside_function = TRUE; in alpha_start_function()
8391 inside_function = FALSE; in alpha_end_function()
8549 if (inside_function && ! TARGET_GAS) in alpha_output_filename()
10154 if (inside_function) in unicosmk_output_align()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c245 int inside_function = 0; variable
6236 if (inside_function && !TARGET_GAS)
7257 inside_function = 1;
7850 inside_function = 0;
H A Dmips.h146 extern int inside_function; /* != 0 if inside of a function */