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

  /src/external/gpl3/gcc/dist/gcc/
gcov.cc 106 unsigned int is_throw : 1; member in struct:arc_info
1187 branch->set_bool ("throw", (*it)->is_throw);
2055 arc->is_throw = 1;
2541 if (!arc->fake && !arc->is_throw && arc->dst->exceptional)
3091 : arc->is_throw ? " (throw)" : "");
3095 : arc->is_throw ? " (throw)" : ""));
  /src/external/gpl3/gcc.old/dist/gcc/
gcov.cc 102 unsigned int is_throw : 1; member in struct:arc_info
1129 branch->set ("throw", new json::literal ((*it)->is_throw));
1955 arc->is_throw = 1;
2404 if (!arc->fake && !arc->is_throw && arc->dst->exceptional)
2889 : arc->is_throw ? " (throw)" : "");

Completed in 23 milliseconds