OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SWITCH_BODY
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-pretty-print.cc
3244
if (
SWITCH_BODY
(node))
3247
dump_generic_node (pp,
SWITCH_BODY
(node), spc+4, flags,
tree.h
1274
#define
SWITCH_BODY
(NODE) TREE_OPERAND (SWITCH_EXPR_CHECK (NODE), 1)
gimplify.cc
2695
if (
SWITCH_BODY
(switch_expr))
2708
/* Do not create live_switch_vars if
SWITCH_BODY
is not a BIND_EXPR. */
2710
tree_code body_type = TREE_CODE (
SWITCH_BODY
(switch_expr));
2719
gimplify_stmt (&
SWITCH_BODY
(switch_expr), &switch_body_seq);
tree.cc
12499
SWITCH_BODY
falls through. */
12501
return block_may_fallthru (
SWITCH_BODY
(stmt));
fold-const.cc
12822
if (walk_tree (&
SWITCH_BODY
(*tp), contains_label_1, data, d->pset))
/src/external/gpl3/gcc/dist/gcc/
tree-pretty-print.cc
3519
if (
SWITCH_BODY
(node))
3522
dump_generic_node (pp,
SWITCH_BODY
(node), spc+4, flags,
gimplify.cc
2945
if (
SWITCH_BODY
(switch_expr))
2958
/* Do not create live_switch_vars if
SWITCH_BODY
is not a BIND_EXPR. */
2960
tree_code body_type = TREE_CODE (
SWITCH_BODY
(switch_expr));
2969
gimplify_stmt (&
SWITCH_BODY
(switch_expr), &switch_body_seq);
tree.h
1387
#define
SWITCH_BODY
(NODE) TREE_OPERAND (SWITCH_EXPR_CHECK (NODE), 1)
fold-const.cc
13200
if (walk_tree (&
SWITCH_BODY
(*tp), contains_label_1, data, d->pset))
tree.cc
12742
SWITCH_BODY
falls through. */
12744
return block_may_fallthru (
SWITCH_BODY
(stmt));
/src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc
6357
= TREE_CODE (t) == SWITCH_STMT ? SWITCH_STMT_BODY (t) :
SWITCH_BODY
(t);
/src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc
7321
= TREE_CODE (t) == SWITCH_STMT ? SWITCH_STMT_BODY (t) :
SWITCH_BODY
(t);
Completed in 140 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026