Searched refs:xgnu89 (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
H A D | main.c | 48 int xssa, xtailcall, xtemps, xdeljumps, xdce, xinline, xccp, xgnu89, xgnu99; variable 92 xgnu89++; in xopt()
|
H A D | pass1.h | 190 extern int xinline, xgnu89, xgnu99;
|
H A D | inline.c | 192 (attr_find(sp->sap, GCC_ATYP_GNU_INLINE) || xgnu89)) { in inline_end()
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
H A D | main.c | 49 int xssa, xtailcall, xtemps, xdeljumps, xdce, xinline, xccp, xgnu89, xgnu99; variable 93 xgnu89++; in xopt()
|
H A D | inline.c | 257 if (xgnu89 && svclass == SNULL) in inline_end() 262 (attr_find(sp->sap, GCC_ATYP_GNU_INLINE) || xgnu89)) { in inline_end()
|
H A D | pass1.h | 186 extern int xinline, xgnu89, xgnu99;
|
H A D | builtins.c | 1041 if ((bt->flags & BTGNUONLY) && xgnu99 == 0 && xgnu89 == 0) in builtin_init()
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cc/ |
H A D | cc.c | 299 int xgnu89, xgnu99, c89defs, c99defs, c11defs; variable 933 case SGNU89: xgnu89 = c89defs = 1; break; in main() 1808 strlist_prepend(&preprocessor_flags, xgnu89 ? in setup_cpp_flags() 1860 { &xgnu89, 1, "-xgnu89" },
|