Home | History | Annotate | Download | only in glsl

Lines Matching full:is_void

2579       if ((decl_type == NULL) || decl_type->is_void()) {
3017 if (type->is_void()) {
3022 is_void = true;
3044 is_void = false;
3106 if (param->is_void)
3269 if (! return_type->is_void()) {
3343 if (!signature->return_type->is_void() && !state->found_return) {