OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCK_VARS
(Results
1 - 25
of
72
) sorted by relevancy
1
2
3
/src/external/gpl3/gcc.old/dist/gcc/
xcoffout.cc
367
dbxout_syms (
BLOCK_VARS
(block));
gimple-low.cc
456
/* Scrap DECL_CHAIN up to
BLOCK_VARS
to ease GC after we no longer
459
/*
BLOCK_VARS
and gimple_bind_vars share a common sub-chain. Find
460
it by marking all
BLOCK_VARS
. */
462
for (tree t =
BLOCK_VARS
(gimple_bind_block (stmt)); t; t = DECL_CHAIN (t))
470
/* Unmark
BLOCK_VARS
. */
472
for (tree t =
BLOCK_VARS
(gimple_bind_block (stmt)); t; t = DECL_CHAIN (t))
symtab-thunks.cc
378
BLOCK_VARS
(fn_block) = a;
491
BLOCK_VARS
(DECL_INITIAL (current_function_decl))
tree-ssa-live.cc
439
for (t = &
BLOCK_VARS
(scope); *t; t = next)
571
else if (
BLOCK_VARS
(scope) || BLOCK_NUM_NONLOCALIZED_VARS (scope))
705
for (var =
BLOCK_VARS
(scope); var; var = DECL_CHAIN (var))
function-tests.cc
257
BLOCK_VARS
(block) = BIND_EXPR_VARS (bind_expr);
ipa-free-lang-data.cc
663
tree *nextp = &
BLOCK_VARS
(DECL_INITIAL (decl));
825
for (tree *tem = &
BLOCK_VARS
(t); *tem; )
tree-inline.cc
823
BLOCK_VARS
(new_block) = remap_decls (
BLOCK_VARS
(old_block),
5047
for (var = &
BLOCK_VARS
(BLOCK_SUBBLOCKS (id->block)); *var; )
5052
TREE_CHAIN (v) =
BLOCK_VARS
(id->block);
5053
BLOCK_VARS
(id->block) = v;
5922
BLOCK_VARS
(block) = chainon (
BLOCK_VARS
(block), vars);
ipa-param-manipulation.cc
2404
=
BLOCK_VARS
(DECL_INITIAL (current_function_decl));
2405
BLOCK_VARS
(DECL_INITIAL (current_function_decl)) = copy;
omp-low.cc
107
tree
block_vars
;
member in struct:omp_context
598
DECL_CHAIN (copy) = ctx->
block_vars
;
599
ctx->
block_vars
= copy;
4351
/* Remove omp_member_access_dummy_var variables from
BLOCK_VARS
of
4357
for (tree *pvar = &
BLOCK_VARS
(block); *pvar; )
7061
DECL_CHAIN (iter_var) = ctx->
block_vars
;
7062
ctx->
block_vars
= iter_var;
7100
DECL_CHAIN (cond_ptr) = ctx->
block_vars
;
7101
ctx->
block_vars
= cond_ptr;
7111
DECL_CHAIN (iter_var) = ctx->
block_vars
;
[
all
...]
print-tree.cc
934
print_node (file, "vars",
BLOCK_VARS
(node), indent + 4);
tree-nested.cc
3234
for (var =
BLOCK_VARS
(block); var; var = DECL_CHAIN (var))
3324
for (tree var =
BLOCK_VARS
(block); var; var = DECL_CHAIN (var))
3631
BLOCK_VARS
(DECL_INITIAL (root->context))
3632
= chainon (
BLOCK_VARS
(DECL_INITIAL (root->context)),
/src/external/gpl3/gcc.old/dist/gcc/d/
toir.cc
118
BLOCK_VARS
(block) = level->names;
141
DECL_CHAIN (labels[i]) =
BLOCK_VARS
(block);
142
BLOCK_VARS
(block) = labels[i];
296
if (!
BLOCK_VARS
(block))
300
BLOCK_VARS
(block), body, block);
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-gimplify.cc
657
decls =
BLOCK_VARS
(block);
666
BLOCK_VARS
(block) = decls;
/src/external/gpl3/gcc/dist/gcc/
symtab-thunks.cc
378
BLOCK_VARS
(fn_block) = a;
489
BLOCK_VARS
(DECL_INITIAL (current_function_decl)) = restmp;
tree-ssa-live.cc
442
for (t = &
BLOCK_VARS
(scope); *t; t = next)
574
else if (
BLOCK_VARS
(scope) || BLOCK_NUM_NONLOCALIZED_VARS (scope))
618
for (tree t =
BLOCK_VARS
(block); t; t = DECL_CHAIN (t))
728
for (var =
BLOCK_VARS
(scope); var; var = DECL_CHAIN (var))
function-tests.cc
258
BLOCK_VARS
(block) = BIND_EXPR_VARS (bind_expr);
gimple-low.cc
899
/* Scrap DECL_CHAIN up to
BLOCK_VARS
to ease GC after we no longer
902
/*
BLOCK_VARS
and gimple_bind_vars share a common sub-chain. Find
903
it by marking all
BLOCK_VARS
. */
905
for (tree t =
BLOCK_VARS
(gimple_bind_block (stmt)); t; t = DECL_CHAIN (t))
913
/* Unmark
BLOCK_VARS
. */
915
for (tree t =
BLOCK_VARS
(gimple_bind_block (stmt)); t; t = DECL_CHAIN (t))
ipa-free-lang-data.cc
663
tree *nextp = &
BLOCK_VARS
(DECL_INITIAL (decl));
825
for (tree *tem = &
BLOCK_VARS
(t); *tem; )
tree-inline.cc
821
BLOCK_VARS
(new_block) = remap_decls (
BLOCK_VARS
(old_block),
5079
for (var = &
BLOCK_VARS
(BLOCK_SUBBLOCKS (id->block)); *var; )
5084
TREE_CHAIN (v) =
BLOCK_VARS
(id->block);
5085
BLOCK_VARS
(id->block) = v;
5957
BLOCK_VARS
(block) = chainon (
BLOCK_VARS
(block), vars);
/src/external/gpl3/gcc/dist/gcc/c-family/
c-gimplify.cc
745
decls =
BLOCK_VARS
(block);
754
BLOCK_VARS
(block) = decls;
/src/external/gpl3/gcc.old/dist/gcc/cp/
cp-gimplify.cc
1439
BLOCK_VARS
chained list. */
1463
DECL_CHAIN (using_directive) =
BLOCK_VARS
(block);
1464
BLOCK_VARS
(block) = using_directive;
1935
for (var =
BLOCK_VARS
(outer); var; var = DECL_CHAIN (var))
2174
for (var =
BLOCK_VARS
(outer); var; var = DECL_CHAIN (var))
coroutines.cc
2167
BLOCK_VARS
(top_block) = BIND_EXPR_VARS (actor_bind) ;
3192
BLOCK_VARS
(b_block) = BIND_EXPR_VARS (await_bind) ;
4095
BLOCK_VARS
(replace_blk) =
BLOCK_VARS
(block);
4337
BLOCK_VARS
(top_block) = BIND_EXPR_VARS (update_body);
4571
BLOCK_VARS
(top_block) = BIND_EXPR_VARS (ramp_bind);
/src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc
2351
BLOCK_VARS
(top_block) = BIND_EXPR_VARS (actor_bind) ;
3409
BLOCK_VARS
(b_block) = BIND_EXPR_VARS (await_bind) ;
4326
BLOCK_VARS
(replace_blk) =
BLOCK_VARS
(block);
4574
BLOCK_VARS
(top_block) = BIND_EXPR_VARS (update_body);
4799
BLOCK_VARS
(top_block) = BIND_EXPR_VARS (ramp_bind);
/src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc
1204
BLOCK_VARS
(block) = NULL_TREE;
1248
/* Labels go in
BLOCK_VARS
. */
1249
DECL_CHAIN (p) =
BLOCK_VARS
(block);
1250
BLOCK_VARS
(block) = p;
1339
/* All of these go in
BLOCK_VARS
, but only if this is the
1343
DECL_CHAIN (p) =
BLOCK_VARS
(block);
1344
BLOCK_VARS
(block) = p;
1366
DECL_CHAIN (extp) =
BLOCK_VARS
(block);
1367
BLOCK_VARS
(block) = extp;
1381
/* Parameters go in DECL_ARGUMENTS, not
BLOCK_VARS
, and hav
[
all
...]
/src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc
1257
BLOCK_VARS
(block) = NULL_TREE;
1301
/* Labels go in
BLOCK_VARS
. */
1302
DECL_CHAIN (p) =
BLOCK_VARS
(block);
1303
BLOCK_VARS
(block) = p;
1391
/* All of these go in
BLOCK_VARS
, but only if this is the
1395
DECL_CHAIN (p) =
BLOCK_VARS
(block);
1396
BLOCK_VARS
(block) = p;
1418
DECL_CHAIN (extp) =
BLOCK_VARS
(block);
1419
BLOCK_VARS
(block) = extp;
1428
/* Parameters go in DECL_ARGUMENTS, not
BLOCK_VARS
, and hav
[
all
...]
Completed in 99 milliseconds
1
2
3
Indexes created Tue Feb 24 08:35:24 UTC 2026