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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-ccp.cc 3897 bool throws = stmt_can_throw_internal (cfun, call); local
3903 if (throws)
3923 if (throws)
3934 if (!throws || after || single_pred_p (e->dest))
3939 if (throws && !after)
4116 bool throws = stmt_can_throw_internal (cfun, call); local
4121 if (throws)
asan.cc 779 bool throws = false; local
785 throws = true;
907 if (throws)
921 if (throws)
934 if (throws)
942 if (throws)
948 if (throws)
1785 handle C++ code that throws exceptions -- it will give false positives
gimple-fold.cc 5363 bool throws = false; local
5391 throws = true;
5402 if (throws)
5414 if (throws && oldlhs == NULL_TREE)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ccp.cc 3818 bool throws = stmt_can_throw_internal (cfun, call); local
3824 if (throws)
3844 if (throws)
3855 if (!throws || after || single_pred_p (e->dest))
3860 if (throws && !after)
4037 bool throws = stmt_can_throw_internal (cfun, call); local
4042 if (throws)
asan.cc 739 bool throws = false; local
745 throws = true;
867 if (throws)
881 if (throws)
894 if (throws)
902 if (throws)
908 if (throws)
1743 handle C++ code that throws exceptions -- it will give false positives
gimple-fold.cc 5287 bool throws = false; local
5315 throws = true;
5326 if (throws)
5338 if (throws && oldlhs == NULL_TREE)

Completed in 63 milliseconds