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

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 842 eh_region_may_contain_throw (eh_region r) function
1695 this_tf.may_throw = eh_region_may_contain_throw (this_tf.region);
1786 if (!eh_region_may_contain_throw (try_region))
1877 if (!eh_region_may_contain_throw (this_region))
1957 if (cleanup_dead || !eh_region_may_contain_throw (this_region))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 842 eh_region_may_contain_throw (eh_region r) function
1694 this_tf.may_throw = eh_region_may_contain_throw (this_tf.region);
1785 if (!eh_region_may_contain_throw (try_region))
1876 if (!eh_region_may_contain_throw (this_region))
1956 if (cleanup_dead || !eh_region_may_contain_throw (this_region))

Completed in 22 milliseconds