Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c17401 bool error_occurred; in cp_parser_parse_definitely() local
17406 error_occurred = cp_parser_error_occurred (parser); in cp_parser_parse_definitely()
17411 if (!error_occurred) in cp_parser_parse_definitely()
17431 return !error_occurred; in cp_parser_parse_definitely()
21792 bool error_occurred; in c_parse_file() local
21805 error_occurred = cp_parser_translation_unit (the_parser); in c_parse_file()