Searched refs:found_return (Results 1 – 3 of 3) sorted by relevance
149 bool found_return; member
3311 state->found_return = false; in hir()3343 if (!signature->return_type->is_void() && !state->found_return) { in hir()3407 state->found_return = true; in hir()
8023 bool found_return = false; in TEST() local8031 if (location.IsReturn()) found_return = true; in TEST()8035 CHECK(found_return); in TEST()