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

  /src/external/gpl3/gcc/dist/gcc/
tree-cfg.cc 172 static bool call_can_make_abnormal_goto (gimple *);
505 if (call_can_make_abnormal_goto (stmt)
2727 call_can_make_abnormal_goto (gimple *t) function
2756 return call_can_make_abnormal_goto (t);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.cc 172 static bool call_can_make_abnormal_goto (gimple *);
502 if (call_can_make_abnormal_goto (stmt)
2651 call_can_make_abnormal_goto (gimple *t) function
2680 return call_can_make_abnormal_goto (t);

Completed in 34 milliseconds