Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.h808 extern bool attribute_fallthrough_p (tree);
H A Dc-common.c5578 attribute_fallthrough_p (tree attr) in attribute_fallthrough_p() function
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c1860 && attribute_fallthrough_p (specs->attrs)) in c_parser_declaration_or_fndef()
1970 else if (attribute_fallthrough_p (specs->attrs)) in c_parser_declaration_or_fndef()
5186 if (attribute_fallthrough_p (attrs)) in c_parser_label()
5500 if (attribute_fallthrough_p (attrs)) in c_parser_statement_after_labels()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dparser.c10945 if (attribute_fallthrough_p (std_attrs)) in cp_parser_statement()
11148 if (attribute_fallthrough_p (attr)) in cp_parser_expression_statement()