Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h550 bool found_return; member
Dast_function.cpp2154 if (state->found_return) { in hir()
Dglsl_parser_extras.cpp194 this->found_return = false; in _mesa_glsl_parse_state()
Dast_to_hir.cpp5771 state->found_return = false; in hir()
5801 if (!signature->return_type->is_void() && !state->found_return) { in hir()
5894 state->found_return = true; in hir()