Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-parser.c1758 bool *fallthru_attr_p) in c_parser_declaration_or_fndef() argument
1862 if (fallthru_attr_p != NULL) in c_parser_declaration_or_fndef()
1863 *fallthru_attr_p = true; in c_parser_declaration_or_fndef()
5001 bool fallthru_attr_p = false; in c_parser_compound_statement_nostart() local
5004 &fallthru_attr_p); in c_parser_compound_statement_nostart()
5005 if (last_stmt && !fallthru_attr_p) in c_parser_compound_statement_nostart()
5008 last_stmt = fallthru_attr_p; in c_parser_compound_statement_nostart()