Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dglsl_parser_extras.h149 bool found_return; member
Dast_to_hir.cpp3311 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()
/external/v8/test/cctest/
Dtest-debug.cc8023 bool found_return = false; in TEST() local
8031 if (location.IsReturn()) found_return = true; in TEST()
8035 CHECK(found_return); in TEST()