Home
last modified time | relevance | path

Searched refs:tryblock_throws_ok (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c19387 int unchecked_ok = 0, tryblock_throws_ok = 0; local
19436 tryblock_throws_ok = check_thrown_exceptions_do (TREE_TYPE (expr));
19437 if (!(unchecked_ok || tryblock_throws_ok))
19453 && !tryblock_throws_ok)
H A Dparse.y15822 int unchecked_ok = 0, tryblock_throws_ok = 0; local
15871 tryblock_throws_ok = check_thrown_exceptions_do (TREE_TYPE (expr));
15872 if (!(unchecked_ok || tryblock_throws_ok))
15888 && !tryblock_throws_ok)