Searched refs:cpp_warn_c90_c99_compat (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | macro.c | 2259 else if (CPP_OPTION (pfile, cpp_warn_c90_c99_compat)) in replace_args() 2261 CPP_OPTION (pfile, cpp_warn_c90_c99_compat) > 0 in replace_args() 2268 else if (CPP_OPTION (pfile, cpp_warn_c90_c99_compat) > 0 in replace_args() 3376 else if (CPP_OPTION (pfile, cpp_warn_c90_c99_compat) > 0 in parse_params()
|
| H A D | init.c | 197 CPP_OPTION (pfile, cpp_warn_c90_c99_compat) = -1; in cpp_create_reader()
|
| H A D | charset.c | 1055 else if (CPP_OPTION (pfile, cpp_warn_c90_c99_compat) > 0 in _cpp_valid_ucn()
|
| H A D | lex.c | 2900 else if (CPP_OPTION (pfile, cpp_warn_c90_c99_compat) > 0 in _cpp_lex_direct()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
| H A D | cpplib.h | 513 signed char cpp_warn_c90_c99_compat; member
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | macro.cc | 2370 else if (CPP_OPTION (pfile, cpp_warn_c90_c99_compat)) in replace_args() 2372 CPP_OPTION (pfile, cpp_warn_c90_c99_compat) > 0 in replace_args() 2379 else if (CPP_OPTION (pfile, cpp_warn_c90_c99_compat) > 0 in replace_args() 3579 else if (CPP_OPTION (pfile, cpp_warn_c90_c99_compat) > 0 in parse_params()
|
| H A D | init.cc | 202 CPP_OPTION (pfile, cpp_warn_c90_c99_compat) = -1; in cpp_create_reader()
|
| H A D | charset.cc | 1088 else if (CPP_OPTION (pfile, cpp_warn_c90_c99_compat) > 0 in _cpp_valid_ucn()
|
| H A D | lex.cc | 3735 else if (CPP_OPTION (pfile, cpp_warn_c90_c99_compat) > 0 in _cpp_lex_direct()
|
| H A D | ChangeLog | 3772 * include/cpplib.h (cpp_options): Change cpp_warn_c90_c99_compat 3780 * include/cpplib.h (cpp_options): Add cpp_warn_c90_c99_compat.
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
| H A D | cpplib.h | 543 signed char cpp_warn_c90_c99_compat; member
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c.opt | 378 C ObjC CPP(cpp_warn_c90_c99_compat) CppReason(CPP_W_C90_C99_COMPAT) Var(warn_c90_c99_compat) Init(-…
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c.opt | 425 C ObjC CPP(cpp_warn_c90_c99_compat) CppReason(CPP_W_C90_C99_COMPAT) Var(warn_c90_c99_compat) Init(-…
|