OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_switch_innermost
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
glsl_parser_extras.h
59
bool
is_switch_innermost
; // if switch stmt is closest to break, ...
member in struct:glsl_switch_state
ast_to_hir.cpp
6558
mode == ast_continue && !state->switch_state.
is_switch_innermost
) {
6569
if (state->switch_state.
is_switch_innermost
&&
6584
} else if (state->switch_state.
is_switch_innermost
&&
6743
state->switch_state.
is_switch_innermost
= true;
7161
bool saved_is_switch_innermost = state->switch_state.
is_switch_innermost
;
7162
state->switch_state.
is_switch_innermost
= false;
7191
state->switch_state.
is_switch_innermost
= saved_is_switch_innermost;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
glsl_parser_extras.h
59
bool
is_switch_innermost
; // if switch stmt is closest to break, ...
member in struct:glsl_switch_state
ast_to_hir.cpp
6357
mode == ast_continue && !state->switch_state.
is_switch_innermost
) {
6368
if (state->switch_state.
is_switch_innermost
&&
6383
} else if (state->switch_state.
is_switch_innermost
&&
6517
state->switch_state.
is_switch_innermost
= true;
6932
bool saved_is_switch_innermost = state->switch_state.
is_switch_innermost
;
6933
state->switch_state.
is_switch_innermost
= false;
6952
state->switch_state.
is_switch_innermost
= saved_is_switch_innermost;
Completed in 22 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026