OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gswitch
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/analyzer/
supergraph.cc
1114
const
gswitch
*
gswitch
= get_switch_stmt ();
local
1115
for (unsigned i = 0; i < gimple_switch_num_labels (
gswitch
); i++)
1117
tree case_ = gimple_switch_label (
gswitch
, i);
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
supergraph.cc
1082
const
gswitch
*
gswitch
= get_switch_stmt ();
local
1083
for (unsigned i = 0; i < gimple_switch_num_labels (
gswitch
); i++)
1085
tree case_ = gimple_switch_label (
gswitch
, i);
Completed in 83 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026