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

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 1365 int return_index, eh_index, fallthru_index; local
1396 fallthru_index = eh_index + (tf->may_throw && !eh_else);
1397 ndests = fallthru_index + tf->may_fallthru;
1417 fallthru_index));
1421 tmp = build_int_cst (integer_type_node, fallthru_index);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 1364 int return_index, eh_index, fallthru_index; local
1395 fallthru_index = eh_index + (tf->may_throw && !eh_else);
1396 ndests = fallthru_index + tf->may_fallthru;
1416 fallthru_index));
1420 tmp = build_int_cst (integer_type_node, fallthru_index);

Completed in 22 milliseconds