Lines Matching refs:CPP_OPTION

559 	if (CPP_OPTION (pfile, warn_date_time))  in _cpp_builtin_macro_text()
649 if (CPP_OPTION (pfile, traditional)) in _cpp_builtin_macro_text()
671 if (CPP_OPTION (pfile, warn_date_time)) in _cpp_builtin_macro_text()
716 if (CPP_OPTION (pfile, directives_only) && pfile->state.in_directive) in _cpp_builtin_macro_text()
1037 if (CPP_OPTION (pfile, lang) != CLK_ASM) in paste_tokens()
1167 && ! CPP_OPTION (pfile, va_opt)) in _cpp_arguments_ok()
1169 if (CPP_OPTION (pfile, cplusplus)) in _cpp_arguments_ok()
1220 bool track_macro_expansion_p = CPP_OPTION (pfile, track_macro_expansion); in collect_args()
1352 CPP_OPTION (pfile, track_macro_expansion)); in collect_args()
1364 CPP_OPTION (pfile, track_macro_expansion)); in collect_args()
1404 && !CPP_OPTION (pfile, std)))) in collect_args()
1565 if (CPP_OPTION (pfile, track_macro_expansion)) in enter_macro_context()
1615 if (!CPP_OPTION (pfile, track_macro_expansion)) in enter_macro_context()
1637 && CPP_OPTION (pfile, track_macro_expansion)) in enter_macro_context()
1913 if (CPP_OPTION (pfile, track_macro_expansion) > 1) in expanded_token_index()
2032 track_macro_exp = CPP_OPTION (pfile, track_macro_expansion); in replace_args()
2222 CPP_OPTION (pfile, in replace_args()
2231 CPP_OPTION (pfile, in replace_args()
2241 CPP_OPTION (pfile, in replace_args()
2280 CPP_OPTION (pfile, in replace_args()
2361 else if (CPP_PEDANTIC (pfile) && ! CPP_OPTION (pfile, c99) in replace_args()
2364 if (CPP_OPTION (pfile, cplusplus)) in replace_args()
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()
2380 && ! CPP_OPTION (pfile, cplusplus) in replace_args()
2694 if (CPP_OPTION (pfile, track_macro_expansion)) in alloc_expanded_arg_mem()
2714 if (CPP_OPTION (pfile, track_macro_expansion)) in ensure_expanded_arg_room()
2736 bool track_macro_exp_p = CPP_OPTION (pfile, track_macro_expansion); in expand_arg()
2778 CPP_OPTION (pfile, track_macro_expansion)); in expand_arg()
2947 if (CPP_OPTION (pfile, traditional)) in maybe_adjust_loc_for_trad_cpp()
3107 if (!CPP_OPTION (pfile, track_macro_expansion) in cpp_get_token_1()
3294 if (CPP_OPTION (pfile, traditional)) in cpp_scan_nooutput()
3369 return CPP_OPTION (pfile, warn_builtin_macro_redefined); in warn_of_redefinition()
3507 if (!CPP_OPTION (pfile, discard_comments_in_macro_exp)) in parse_params()
3571 if (! CPP_OPTION (pfile, c99) in parse_params()
3572 && CPP_OPTION (pfile, cpp_pedantic) in parse_params()
3573 && CPP_OPTION (pfile, warn_variadic_macros)) in parse_params()
3576 CPP_OPTION (pfile, cplusplus) in parse_params()
3579 else if (CPP_OPTION (pfile, cpp_warn_c90_c99_compat) > 0 in parse_params()
3580 && ! CPP_OPTION (pfile, cplusplus)) in parse_params()
3584 else if (CPP_OPTION (pfile, cpp_pedantic) in parse_params()
3585 && CPP_OPTION (pfile, warn_variadic_macros)) in parse_params()
3587 CPP_OPTION (pfile, cplusplus) in parse_params()
3665 && ! CPP_OPTION (pfile, discard_comments_in_macro_exp))) in create_iso_definition()
3670 if (CPP_OPTION (pfile, c99)) in create_iso_definition()
3672 CPP_OPTION (pfile, cplusplus) in create_iso_definition()
3748 else if (CPP_OPTION (pfile, lang) != CLK_ASM) in create_iso_definition()
3866 macro->used = !CPP_OPTION (pfile, warn_unused_macros); in _cpp_new_macro()
3885 if (CPP_OPTION (pfile, traditional)) in _cpp_create_definition()
3895 if (CPP_OPTION (pfile, warn_unused_macros)) in _cpp_create_definition()
4090 if (CPP_OPTION (pfile, traditional)) in cpp_macro_definition()
4153 if (CPP_OPTION (pfile, traditional)) in cpp_macro_definition()