OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bind_stmt
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
function-tests.cc
475
gimple *
bind_stmt
= gimple_seq_first_stmt (seq_fn_body);
local
476
ASSERT_EQ (GIMPLE_BIND, gimple_code (
bind_stmt
));
477
ASSERT_EQ (NULL,
bind_stmt
->next);
479
gimple_seq seq_bind_body = gimple_bind_body (as_a <gbind *> (
bind_stmt
));
tree-nested.cc
1836
gbind *
bind_stmt
= as_a <gbind *> (stmt);
local
1838
for (tree var = gimple_bind_vars (
bind_stmt
); var; var = DECL_CHAIN (var))
gimplify.cc
391
gimple_push_bind_expr (gbind *
bind_stmt
)
394
gimplify_ctxp->bind_expr_stack.safe_push (
bind_stmt
);
1383
gbind *
bind_stmt
;
1635
bind_stmt
= gimple_build_bind (BIND_EXPR_VARS (bind_expr), NULL,
1637
gimple_push_bind_expr (
bind_stmt
);
1645
gimple_bind_set_body (
bind_stmt
, body);
1777
gs = gimple_build_try (gimple_bind_body (
bind_stmt
), cleanup,
1783
gimple_bind_set_body (
bind_stmt
, new_body);
1793
gimplify_seq_add_stmt (pre_p,
bind_stmt
);
1381
gbind *
bind_stmt
;
local
/src/external/gpl3/gcc.old/dist/gcc/
function-tests.cc
474
gimple *
bind_stmt
= gimple_seq_first_stmt (seq_fn_body);
local
475
ASSERT_EQ (GIMPLE_BIND, gimple_code (
bind_stmt
));
476
ASSERT_EQ (NULL,
bind_stmt
->next);
478
gimple_seq seq_bind_body = gimple_bind_body (as_a <gbind *> (
bind_stmt
));
tree-nested.cc
1825
gbind *
bind_stmt
= as_a <gbind *> (stmt);
local
1827
for (tree var = gimple_bind_vars (
bind_stmt
); var; var = DECL_CHAIN (var))
gimplify.cc
371
gimple_push_bind_expr (gbind *
bind_stmt
)
374
gimplify_ctxp->bind_expr_stack.safe_push (
bind_stmt
);
1352
gbind *
bind_stmt
;
1421
bind_stmt
= gimple_build_bind (BIND_EXPR_VARS (bind_expr), NULL,
1423
gimple_push_bind_expr (
bind_stmt
);
1431
gimple_bind_set_body (
bind_stmt
, body);
1544
gs = gimple_build_try (gimple_bind_body (
bind_stmt
), cleanup,
1550
gimple_bind_set_body (
bind_stmt
, new_body);
1560
gimplify_seq_add_stmt (pre_p,
bind_stmt
);
1350
gbind *
bind_stmt
;
local
/src/external/gpl3/gcc/dist/gcc/c/
gimple-parser.cc
271
gbind *
bind_stmt
= gimple_build_bind (BIND_EXPR_VARS (stmt), NULL,
local
273
gimple_bind_set_body (
bind_stmt
, seq);
274
gimple_seq_add_stmt_without_update (&body,
bind_stmt
);
/src/external/gpl3/gcc.old/dist/gcc/c/
gimple-parser.cc
271
gbind *
bind_stmt
= gimple_build_bind (BIND_EXPR_VARS (stmt), NULL,
local
273
gimple_bind_set_body (
bind_stmt
, seq);
274
gimple_seq_add_stmt_without_update (&body,
bind_stmt
);
Completed in 58 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026