Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfunction.h472 unsigned int x_whole_function_mode_p : 1; member
H A Dtoplev.c2445 if (!cfun->x_whole_function_mode_p)
2450 if (cfun->x_whole_function_mode_p)
H A Dstmt.c895 if (!cfun->x_whole_function_mode_p)
907 if (cfun->x_whole_function_mode_p)
911 if (cfun->x_whole_function_mode_p)
H A Dc-decl.c6446 cfun->x_whole_function_mode_p = 1; in store_parm_decls()
6657 cfun->x_whole_function_mode_p = 1;
H A Dintegrate.c1263 if (! cfun->x_whole_function_mode_p)
H A DChangeLog.27181 * functiion.h (struct function): Add x_whole_function_mode_p.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c2520 cfun->x_whole_function_mode_p = 1;