Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c11400 bool attr_err = false; in c_parser_objc_method_decl() local
11448 attr_err |= c_parser_objc_maybe_method_attributes (parser, attributes) ; in c_parser_objc_method_decl()
11462 attr_err |= c_parser_objc_maybe_method_attributes in c_parser_objc_method_decl()
11475 attr_err |= c_parser_objc_maybe_method_attributes (parser, attributes) ; in c_parser_objc_method_decl()
11483 if (attr_err) in c_parser_objc_method_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc11464 bool attr_err = false; in c_parser_objc_method_decl() local
11512 attr_err |= c_parser_objc_maybe_method_attributes (parser, attributes) ; in c_parser_objc_method_decl()
11526 attr_err |= c_parser_objc_maybe_method_attributes in c_parser_objc_method_decl()
11539 attr_err |= c_parser_objc_maybe_method_attributes (parser, attributes) ; in c_parser_objc_method_decl()
11547 if (attr_err) in c_parser_objc_method_decl()