Lines Matching refs:CPP_OPTION
550 if (CPP_OPTION (pfile, warn_date_time)) in _cpp_builtin_macro_text()
634 if (CPP_OPTION (pfile, traditional)) in _cpp_builtin_macro_text()
656 if (CPP_OPTION (pfile, warn_date_time)) in _cpp_builtin_macro_text()
717 if (CPP_OPTION (pfile, directives_only) && pfile->state.in_directive) in _cpp_builtin_macro_text()
985 if (CPP_OPTION (pfile, lang) != CLK_ASM) in paste_tokens()
1109 && ! CPP_OPTION (pfile, va_opt)) in _cpp_arguments_ok()
1111 if (CPP_OPTION (pfile, cplusplus)) in _cpp_arguments_ok()
1162 bool track_macro_expansion_p = CPP_OPTION (pfile, track_macro_expansion); in collect_args()
1294 CPP_OPTION (pfile, track_macro_expansion)); in collect_args()
1305 CPP_OPTION (pfile, track_macro_expansion)); in collect_args()
1346 && !CPP_OPTION (pfile, std)))) in collect_args()
1506 if (CPP_OPTION (pfile, track_macro_expansion)) in enter_macro_context()
1556 if (!CPP_OPTION (pfile, track_macro_expansion)) in enter_macro_context()
1578 && CPP_OPTION (pfile, track_macro_expansion)) in enter_macro_context()
1854 if (CPP_OPTION (pfile, track_macro_expansion) > 1) in expanded_token_index()
1973 track_macro_exp = CPP_OPTION (pfile, track_macro_expansion); in replace_args()
2109 CPP_OPTION (pfile, in replace_args()
2118 CPP_OPTION (pfile, in replace_args()
2128 CPP_OPTION (pfile, in replace_args()
2170 CPP_OPTION (pfile, in replace_args()
2250 else if (CPP_PEDANTIC (pfile) && ! CPP_OPTION (pfile, c99) in replace_args()
2253 if (CPP_OPTION (pfile, cplusplus)) in replace_args()
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()
2269 && ! CPP_OPTION (pfile, cplusplus) in replace_args()
2584 if (CPP_OPTION (pfile, track_macro_expansion)) in alloc_expanded_arg_mem()
2604 if (CPP_OPTION (pfile, track_macro_expansion)) in ensure_expanded_arg_room()
2626 bool track_macro_exp_p = CPP_OPTION (pfile, track_macro_expansion); in expand_arg()
2664 CPP_OPTION (pfile, track_macro_expansion)); in expand_arg()
2833 if (CPP_OPTION (pfile, traditional)) in maybe_adjust_loc_for_trad_cpp()
2989 if (!CPP_OPTION (pfile, track_macro_expansion) in cpp_get_token_1()
3092 if (CPP_OPTION (pfile, traditional)) in cpp_scan_nooutput()
3167 return CPP_OPTION (pfile, warn_builtin_macro_redefined); in warn_of_redefinition()
3304 if (!CPP_OPTION (pfile, discard_comments_in_macro_exp)) in parse_params()
3368 if (! CPP_OPTION (pfile, c99) in parse_params()
3369 && CPP_OPTION (pfile, cpp_pedantic) in parse_params()
3370 && CPP_OPTION (pfile, warn_variadic_macros)) in parse_params()
3373 CPP_OPTION (pfile, cplusplus) in parse_params()
3376 else if (CPP_OPTION (pfile, cpp_warn_c90_c99_compat) > 0 in parse_params()
3377 && ! CPP_OPTION (pfile, cplusplus)) in parse_params()
3381 else if (CPP_OPTION (pfile, cpp_pedantic) in parse_params()
3382 && CPP_OPTION (pfile, warn_variadic_macros)) in parse_params()
3384 CPP_OPTION (pfile, cplusplus) in parse_params()
3462 && ! CPP_OPTION (pfile, discard_comments_in_macro_exp))) in create_iso_definition()
3467 if (CPP_OPTION (pfile, c99)) in create_iso_definition()
3469 CPP_OPTION (pfile, cplusplus) in create_iso_definition()
3542 else if (CPP_OPTION (pfile, lang) != CLK_ASM) in create_iso_definition()
3656 macro->used = !CPP_OPTION (pfile, warn_unused_macros); in _cpp_new_macro()
3674 if (CPP_OPTION (pfile, traditional)) in _cpp_create_definition()
3684 if (CPP_OPTION (pfile, warn_unused_macros)) in _cpp_create_definition()
3839 if (CPP_OPTION (pfile, traditional)) in cpp_macro_definition()
3902 if (CPP_OPTION (pfile, traditional)) in cpp_macro_definition()