HomeSort by: relevance | last modified time | path
    Searched defs:no_add (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
attribs.cc 872 bool no_add = diag_attr_exclusions (last_decl, *anode, name, spec); local
873 if (!no_add && anode != node)
874 no_add = diag_attr_exclusions (last_decl, *node, name, spec);
875 no_add_attrs |= no_add;
  /src/external/gpl3/gcc.old/dist/gcc/
attribs.cc 842 bool no_add = diag_attr_exclusions (last_decl, *anode, name, spec); local
843 if (!no_add && anode != node)
844 no_add = diag_attr_exclusions (last_decl, *node, name, spec);
845 no_add_attrs |= no_add;

Completed in 31 milliseconds