Searched refs:found_return (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/glsl/
H A Dglsl_parser_extras.h149 bool found_return; member in struct:_mesa_glsl_parse_state
H A Dast_to_hir.cpp3311 state->found_return = false;
3343 if (!signature->return_type->is_void() && !state->found_return) {
3407 state->found_return = true;

Completed in 126 milliseconds