Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/cp/
Ddecl.c2443 bool saw_catch = false, identified = false; in check_goto() local
2499 saw_catch = true; in check_goto()
2509 else if (ent->in_catch_scope && !saw_catch) in check_goto()