Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h622 bool found_return; member
Dglsl_parser_extras.cpp205 this->found_return = false; in _mesa_glsl_parse_state()
Dast_to_hir.cpp6421 state->found_return = false; in hir()
6453 if (!signature->return_type->is_void() && !state->found_return) { in hir()
6547 state->found_return = true; in hir()
Dast_function.cpp2474 if (state->found_return) { in hir()