OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:t_switch_body
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc
2337
tree
t_switch_body
= alloc_stmt_list ();
local
2345
add_case (&
t_switch_body
, t_low_value, t_high_value, c->m_dest_block);
2348
add_case (&
t_switch_body
, NULL_TREE, NULL_TREE, default_block);
2350
tree switch_stmt = build2 (SWITCH_EXPR, t_type, t_expr,
t_switch_body
);
jit-playback.cc
2337
tree
t_switch_body
= alloc_stmt_list ();
local
2345
add_case (&
t_switch_body
, t_low_value, t_high_value, c->m_dest_block);
2348
add_case (&
t_switch_body
, NULL_TREE, NULL_TREE, default_block);
2350
tree switch_stmt = build2 (SWITCH_EXPR, t_type, t_expr,
t_switch_body
);
/src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc
2165
tree
t_switch_body
= alloc_stmt_list ();
local
2173
add_case (&
t_switch_body
, t_low_value, t_high_value, c->m_dest_block);
2176
add_case (&
t_switch_body
, NULL_TREE, NULL_TREE, default_block);
2178
tree switch_stmt = build2 (SWITCH_EXPR, t_type, t_expr,
t_switch_body
);
jit-playback.cc
2165
tree
t_switch_body
= alloc_stmt_list ();
local
2173
add_case (&
t_switch_body
, t_low_value, t_high_value, c->m_dest_block);
2176
add_case (&
t_switch_body
, NULL_TREE, NULL_TREE, default_block);
2178
tree switch_stmt = build2 (SWITCH_EXPR, t_type, t_expr,
t_switch_body
);
Completed in 48 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026