Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h840 extern bool attribute_fallthrough_p (tree);
H A Dc-common.c5682 attribute_fallthrough_p (tree attr) in attribute_fallthrough_p() function
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h862 extern bool attribute_fallthrough_p (tree);
H A DChangeLog1729 * c-common.c (attribute_fallthrough_p): Tweak the warning
2663 * c-common.c (attribute_fallthrough_p): In C, use pedwarn not
5936 * c-common.c (attribute_fallthrough_p): Return false for
6308 (attribute_fallthrough_p): New function.
6309 * c-common.h (attribute_fallthrough_p): Declare.
H A Dc-common.cc6017 attribute_fallthrough_p (tree attr) in attribute_fallthrough_p() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c1981 && attribute_fallthrough_p (specs->attrs)) in c_parser_declaration_or_fndef()
2098 else if (attribute_fallthrough_p (specs->attrs)) in c_parser_declaration_or_fndef()
5943 if (attribute_fallthrough_p (attrs)) in c_parser_label()
6264 if (attribute_fallthrough_p (attrs)) in c_parser_statement_after_labels()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc2018 && attribute_fallthrough_p (specs->attrs)) in c_parser_declaration_or_fndef()
2135 else if (attribute_fallthrough_p (specs->attrs)) in c_parser_declaration_or_fndef()
6234 if (attribute_fallthrough_p (attrs)) in c_parser_statement_after_labels()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c11511 if (attribute_fallthrough_p (std_attrs)) in cp_parser_statement()
11673 || attribute_fallthrough_p (attrs) in cp_parser_label_for_labeled_statement()
11722 if (attribute_fallthrough_p (attr)) in cp_parser_expression_statement()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc12504 if (attribute_fallthrough_p (std_attrs)) in cp_parser_statement()
12666 || attribute_fallthrough_p (attrs) in cp_parser_label_for_labeled_statement()
12715 if (attribute_fallthrough_p (attr)) in cp_parser_expression_statement()