Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dopts.cc1006 unsigned int right_seen = (opts->x_flag_sanitize & right); in report_conflicting_sanitizer_options() local
1007 if (left_seen && right_seen) in report_conflicting_sanitizer_options()
1010 const char* right_arg = find_sanitizer_argument (opts, right_seen); in report_conflicting_sanitizer_options()