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

  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 1006 static gimple_seq maybe_catch_exception (gimple_seq);
1028 new_seq = maybe_catch_exception (seq);
8448 maybe_catch_exception (gimple_seq body)
8648 new_body = maybe_catch_exception (new_body);
8814 bind_body = maybe_catch_exception (bind_body);
8905 bind_body = maybe_catch_exception (bind_body);
8969 gimple_omp_set_body (stmt, maybe_catch_exception (gimple_omp_body (stmt)));
9962 gimple_omp_set_body (stmt, maybe_catch_exception (gimple_omp_body (stmt)));
10387 gimple_omp_set_body (stmt, maybe_catch_exception (gimple_omp_body (stmt)));
11847 body = maybe_catch_exception (body)
8447 maybe_catch_exception (gimple_seq body) function
    [all...]
omp-low.cc 1006 static gimple_seq maybe_catch_exception (gimple_seq);
1028 new_seq = maybe_catch_exception (seq);
8448 maybe_catch_exception (gimple_seq body)
8648 new_body = maybe_catch_exception (new_body);
8814 bind_body = maybe_catch_exception (bind_body);
8905 bind_body = maybe_catch_exception (bind_body);
8969 gimple_omp_set_body (stmt, maybe_catch_exception (gimple_omp_body (stmt)));
9962 gimple_omp_set_body (stmt, maybe_catch_exception (gimple_omp_body (stmt)));
10387 gimple_omp_set_body (stmt, maybe_catch_exception (gimple_omp_body (stmt)));
11847 body = maybe_catch_exception (body)
8447 maybe_catch_exception (gimple_seq body) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 1003 static gimple_seq maybe_catch_exception (gimple_seq);
1025 new_seq = maybe_catch_exception (seq);
8490 maybe_catch_exception (gimple_seq body)
8690 new_body = maybe_catch_exception (new_body);
8856 bind_body = maybe_catch_exception (bind_body);
8947 bind_body = maybe_catch_exception (bind_body);
9011 gimple_omp_set_body (stmt, maybe_catch_exception (gimple_omp_body (stmt)));
10005 gimple_omp_set_body (stmt, maybe_catch_exception (gimple_omp_body (stmt)));
10430 gimple_omp_set_body (stmt, maybe_catch_exception (gimple_omp_body (stmt)));
11890 body = maybe_catch_exception (body)
8489 maybe_catch_exception (gimple_seq body) function
    [all...]
omp-low.cc 1003 static gimple_seq maybe_catch_exception (gimple_seq);
1025 new_seq = maybe_catch_exception (seq);
8490 maybe_catch_exception (gimple_seq body)
8690 new_body = maybe_catch_exception (new_body);
8856 bind_body = maybe_catch_exception (bind_body);
8947 bind_body = maybe_catch_exception (bind_body);
9011 gimple_omp_set_body (stmt, maybe_catch_exception (gimple_omp_body (stmt)));
10005 gimple_omp_set_body (stmt, maybe_catch_exception (gimple_omp_body (stmt)));
10430 gimple_omp_set_body (stmt, maybe_catch_exception (gimple_omp_body (stmt)));
11890 body = maybe_catch_exception (body)
8489 maybe_catch_exception (gimple_seq body) function
    [all...]

Completed in 59 milliseconds