Searched refs:warn_long_long (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h336 unsigned char warn_long_long; member in struct:cpp_options
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dinit.c162 CPP_OPTION (pfile, warn_long_long) = !CPP_OPTION (pfile, c99);
H A Dexpr.c326 if (u_or_i || (large && CPP_OPTION (pfile, warn_long_long)))
334 && CPP_OPTION (pfile, warn_long_long))
/freebsd-10-stable/contrib/gcc/
H A Dc-opts.c1379 cpp_opts->warn_long_long
1380 = warn_long_long && ((!flag_isoc99 && pedantic) || warn_traditional);
H A Dc-format.c253 ? (warn_long_long ? STD_C99 : STD_C89) \
H A Dc-decl.c8425 && warn_long_long)
/freebsd-10-stable/contrib/gcc/cp/
H A Dparser.c2092 else if (pedantic && !in_system_header && warn_long_long)

Completed in 128 milliseconds