Home
last modified time | relevance | path

Searched refs:cpp_pedantic (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h629 #define CPP_PEDANTIC(PF) CPP_OPTION (PF, cpp_pedantic)
H A Dmacro.c3369 && CPP_OPTION (pfile, cpp_pedantic) in parse_params()
3381 else if (CPP_OPTION (pfile, cpp_pedantic) in parse_params()
H A Ddirectives.c428 if (CPP_OPTION (pfile, cpp_pedantic)) in _cpp_handle_directive()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h655 #define CPP_PEDANTIC(PF) CPP_OPTION (PF, cpp_pedantic)
H A Dmacro.cc3572 && CPP_OPTION (pfile, cpp_pedantic) in parse_params()
3584 else if (CPP_OPTION (pfile, cpp_pedantic) in parse_params()
H A Ddirectives.cc436 if (CPP_OPTION (pfile, cpp_pedantic)) in _cpp_handle_directive()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h436 unsigned char cpp_pedantic; member
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h457 unsigned char cpp_pedantic; member
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dcpp.cc519 cpp_option->cpp_pedantic = pedantic; in gfc_cpp_post_options()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcpp.c469 cpp_option->cpp_pedantic = pedantic; in gfc_cpp_post_options()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-opts.c1460 cpp_opts->warn_dollars = (cpp_opts->cpp_pedantic && !cpp_opts->c99); in c_finish_options()
H A Dc.opt1003 C ObjC C++ ObjC++ CPP(cpp_pedantic) CppReason(CPP_W_PEDANTIC) Warning
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-opts.cc1508 cpp_opts->warn_dollars = (cpp_opts->cpp_pedantic && !cpp_opts->c99); in c_finish_options()
H A Dc.opt1145 C ObjC C++ ObjC++ CPP(cpp_pedantic) CppReason(CPP_W_PEDANTIC) Warning
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c1414 cpp_opts->cpp_pedantic = pedantic = 0; in disable_extension_diagnostics()
1433 cpp_opts->cpp_pedantic = pedantic = flags & 1; in restore_extension_diagnostics()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc1442 cpp_opts->cpp_pedantic = pedantic = 0; in disable_extension_diagnostics()
1461 cpp_opts->cpp_pedantic = pedantic = flags & 1; in restore_extension_diagnostics()