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

  /src/external/gpl3/gcc/dist/gcc/
ipa-pure-const.cc 97 looping (true), can_throw (true), can_free (true),
103 looping (s.looping), can_throw (s.can_throw), can_free (s.can_free),
120 bool can_throw; member in class:funct_state_d
589 local->can_throw = true;
681 local->can_throw = true;
797 local->can_throw = true;
1078 l->can_throw = false;
1128 l->can_throw = true;
1136 && l->can_throw
1887 bool can_throw = false; local
    [all...]
ipa-pure-const.cc 97 looping (true), can_throw (true), can_free (true),
103 looping (s.looping), can_throw (s.can_throw), can_free (s.can_free),
120 bool can_throw; member in class:funct_state_d
589 local->can_throw = true;
681 local->can_throw = true;
797 local->can_throw = true;
1078 l->can_throw = false;
1128 l->can_throw = true;
1136 && l->can_throw
1887 bool can_throw = false; local
    [all...]
ipa-pure-const.cc 97 looping (true), can_throw (true), can_free (true),
103 looping (s.looping), can_throw (s.can_throw), can_free (s.can_free),
120 bool can_throw; member in class:funct_state_d
589 local->can_throw = true;
681 local->can_throw = true;
797 local->can_throw = true;
1078 l->can_throw = false;
1128 l->can_throw = true;
1136 && l->can_throw
1887 bool can_throw = false; local
    [all...]
tree-inline.cc 2435 bool can_throw, bool nonlocal_goto)
2450 if (!can_throw)
2605 bool can_throw, nonlocal_goto; local
2622 can_throw = stmt_can_throw_internal (cfun, copy_stmt);
2627 if (can_throw || nonlocal_goto)
2653 else if (can_throw)
2717 if ((can_throw || nonlocal_goto)
2720 can_throw, nonlocal_goto); local
tree-inline.cc 2435 bool can_throw, bool nonlocal_goto)
2450 if (!can_throw)
2605 bool can_throw, nonlocal_goto; local
2622 can_throw = stmt_can_throw_internal (cfun, copy_stmt);
2627 if (can_throw || nonlocal_goto)
2653 else if (can_throw)
2717 if ((can_throw || nonlocal_goto)
2720 can_throw, nonlocal_goto); local
tree-inline.cc 2435 bool can_throw, bool nonlocal_goto)
2450 if (!can_throw)
2605 bool can_throw, nonlocal_goto; local
2622 can_throw = stmt_can_throw_internal (cfun, copy_stmt);
2627 if (can_throw || nonlocal_goto)
2653 else if (can_throw)
2717 if ((can_throw || nonlocal_goto)
2720 can_throw, nonlocal_goto); local
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-pure-const.cc 95 looping (true), can_throw (true), can_free (true),
101 looping (s.looping), can_throw (s.can_throw), can_free (s.can_free),
118 bool can_throw; member in class:funct_state_d
578 local->can_throw = true;
670 local->can_throw = true;
786 local->can_throw = true;
1067 l->can_throw = false;
1117 l->can_throw = true;
1125 && l->can_throw
1876 bool can_throw = false; local
    [all...]
ipa-pure-const.cc 95 looping (true), can_throw (true), can_free (true),
101 looping (s.looping), can_throw (s.can_throw), can_free (s.can_free),
118 bool can_throw; member in class:funct_state_d
578 local->can_throw = true;
670 local->can_throw = true;
786 local->can_throw = true;
1067 l->can_throw = false;
1117 l->can_throw = true;
1125 && l->can_throw
1876 bool can_throw = false; local
    [all...]
ipa-pure-const.cc 95 looping (true), can_throw (true), can_free (true),
101 looping (s.looping), can_throw (s.can_throw), can_free (s.can_free),
118 bool can_throw; member in class:funct_state_d
578 local->can_throw = true;
670 local->can_throw = true;
786 local->can_throw = true;
1067 l->can_throw = false;
1117 l->can_throw = true;
1125 && l->can_throw
1876 bool can_throw = false; local
    [all...]
tree-inline.cc 2419 bool can_throw, bool nonlocal_goto)
2434 if (!can_throw)
2586 bool can_throw, nonlocal_goto; local
2606 can_throw = stmt_can_throw_internal (cfun, copy_stmt);
2611 if (can_throw || nonlocal_goto)
2639 else if (can_throw)
2700 if ((can_throw || nonlocal_goto)
2703 can_throw, nonlocal_goto); local
tree-inline.cc 2419 bool can_throw, bool nonlocal_goto)
2434 if (!can_throw)
2586 bool can_throw, nonlocal_goto; local
2606 can_throw = stmt_can_throw_internal (cfun, copy_stmt);
2611 if (can_throw || nonlocal_goto)
2639 else if (can_throw)
2700 if ((can_throw || nonlocal_goto)
2703 can_throw, nonlocal_goto); local
tree-inline.cc 2419 bool can_throw, bool nonlocal_goto)
2434 if (!can_throw)
2586 bool can_throw, nonlocal_goto; local
2606 can_throw = stmt_can_throw_internal (cfun, copy_stmt);
2611 if (can_throw || nonlocal_goto)
2639 else if (can_throw)
2700 if ((can_throw || nonlocal_goto)
2703 can_throw, nonlocal_goto); local

Completed in 99 milliseconds