OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIND_EXPR_VARS
(Results
1 - 25
of
38
) sorted by relevancy
1
2
/src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc
2030
for (lvar =
BIND_EXPR_VARS
(*stmt); lvar != NULL;
2166
BIND_EXPR_VARS
(actor_bind) = continuation;
2167
BLOCK_VARS (top_block) =
BIND_EXPR_VARS
(actor_bind) ;
3180
BIND_EXPR_VARS
(await_bind) = nreverse (vlist);
3192
BLOCK_VARS (b_block) =
BIND_EXPR_VARS
(await_bind) ;
3325
tree b_vars =
BIND_EXPR_VARS
(bind);
3332
BIND_EXPR_VARS
(bind) = newvar;
3924
for (lvar =
BIND_EXPR_VARS
(*stmt); lvar != NULL;
4336
BIND_EXPR_VARS
(update_body) = nreverse (var_list);
4337
BLOCK_VARS (top_block) =
BIND_EXPR_VARS
(update_body)
[
all
...]
cp-gimplify.cc
1397
for (decl =
BIND_EXPR_VARS
(stmt); decl; decl = DECL_CHAIN (decl))
1418
for (tree decl =
BIND_EXPR_VARS
(stmt);
tree.cc
3268
if (TREE_CODE (*tp) == BIND_EXPR &&
BIND_EXPR_VARS
(*tp))
3271
for (tree *p = &
BIND_EXPR_VARS
(*tp); *p; p = &DECL_CHAIN (*p))
5527
/* User variables should be mentioned in
BIND_EXPR_VARS
semantics.cc
10715
/* Fix up range for decls. Those decls were pushed into BIND's
BIND_EXPR_VARS
10733
&& (
BIND_EXPR_VARS
(bind)
10736
for (tree *p = &
BIND_EXPR_VARS
(bind); *p; p = &DECL_CHAIN (*p))
10750
DECL_CHAIN (var) =
BIND_EXPR_VARS
(b);
10751
BIND_EXPR_VARS
(b) = var;
10755
BLOCK_VARS (BIND_EXPR_BLOCK (bind)) =
BIND_EXPR_VARS
(bind);
decl2.cc
4154
for (var =
BIND_EXPR_VARS
(*node); var; var = DECL_CHAIN (var))
/src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc
2214
for (lvar =
BIND_EXPR_VARS
(*stmt); lvar != NULL;
2350
BIND_EXPR_VARS
(actor_bind) = continuation;
2351
BLOCK_VARS (top_block) =
BIND_EXPR_VARS
(actor_bind) ;
3397
BIND_EXPR_VARS
(await_bind) = nreverse (vlist);
3409
BLOCK_VARS (b_block) =
BIND_EXPR_VARS
(await_bind) ;
3542
tree b_vars =
BIND_EXPR_VARS
(bind);
3549
BIND_EXPR_VARS
(bind) = newvar;
4152
for (lvar =
BIND_EXPR_VARS
(*stmt); lvar != NULL; lvar = DECL_CHAIN (lvar))
4573
BIND_EXPR_VARS
(update_body) = nreverse (var_list);
4574
BLOCK_VARS (top_block) =
BIND_EXPR_VARS
(update_body)
[
all
...]
cp-gimplify.cc
1849
for (decl =
BIND_EXPR_VARS
(stmt); decl; decl = DECL_CHAIN (decl))
1870
for (tree decl =
BIND_EXPR_VARS
(stmt);
constexpr.cc
486
In C++11 mode checks that the TYPE_DECLs in the
BIND_EXPR_VARS
of a
494
for (tree var =
BIND_EXPR_VARS
(t); var; var = DECL_CHAIN (var))
7149
for (tree decl =
BIND_EXPR_VARS
(cond_prep);
7179
for (tree decl =
BIND_EXPR_VARS
(cond_prep);
8562
for (tree decl =
BIND_EXPR_VARS
(t); decl; decl = DECL_CHAIN (decl))
8568
for (tree decl =
BIND_EXPR_VARS
(t); decl; decl = DECL_CHAIN (decl))
semantics.cc
11223
for (tree *p = &
BIND_EXPR_VARS
(*tp); *p; p = &DECL_CHAIN (*p))
11236
DECL_CHAIN (fofb->var) =
BIND_EXPR_VARS
(fofb->b);
11237
BIND_EXPR_VARS
(fofb->b) = fofb->var;
11239
BLOCK_VARS (BIND_EXPR_BLOCK (*tp)) =
BIND_EXPR_VARS
(*tp);
11249
BIND_EXPR_VARS
, or that of a nested BIND_EXPR inside its body,
tree.cc
3268
if (TREE_CODE (*tp) == BIND_EXPR &&
BIND_EXPR_VARS
(*tp))
3271
for (tree *p = &
BIND_EXPR_VARS
(*tp); *p; p = &DECL_CHAIN (*p))
5699
/* User variables should be mentioned in
BIND_EXPR_VARS
/src/external/gpl3/gcc.old/dist/gcc/
function-tests.cc
257
BLOCK_VARS (block) =
BIND_EXPR_VARS
(bind_expr);
tree-inline.cc
920
if (
BIND_EXPR_VARS
(*tp))
923
BIND_EXPR_VARS
(*tp) = remap_decls (
BIND_EXPR_VARS
(*tp), NULL, id);
tree-pretty-print.cc
2733
if (
BIND_EXPR_VARS
(node))
2737
for (op0 =
BIND_EXPR_VARS
(node); op0; op0 = DECL_CHAIN (op0))
omp-general.cc
922
if (
BIND_EXPR_VARS
(*tp)
/src/external/gpl3/gcc/dist/gcc/
function-tests.cc
258
BLOCK_VARS (block) =
BIND_EXPR_VARS
(bind_expr);
tree-inline.cc
918
if (
BIND_EXPR_VARS
(*tp))
921
BIND_EXPR_VARS
(*tp) = remap_decls (
BIND_EXPR_VARS
(*tp), NULL, id);
tree-pretty-print.cc
3007
if (
BIND_EXPR_VARS
(node))
3011
for (op0 =
BIND_EXPR_VARS
(node); op0; op0 = DECL_CHAIN (op0))
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-gimplify.cc
75
in
BIND_EXPR_VARS
, we have to walk them manually, so we can avoid
78
for (tree decl =
BIND_EXPR_VARS
(*tp); decl; decl = DECL_CHAIN (decl))
/src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc
1806
/* Prepend to
BIND_EXPR_VARS
: */
1807
DECL_CHAIN (inner) =
BIND_EXPR_VARS
(m_inner_bind_expr);
1808
BIND_EXPR_VARS
(m_inner_bind_expr) = inner;
1910
BLOCK_VARS (m_inner_block) =
BIND_EXPR_VARS
(m_inner_bind_expr);
/src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc
1973
/* Prepend to
BIND_EXPR_VARS
: */
1974
DECL_CHAIN (inner) =
BIND_EXPR_VARS
(m_inner_bind_expr);
1975
BIND_EXPR_VARS
(m_inner_bind_expr) = inner;
2079
BLOCK_VARS (m_inner_block) =
BIND_EXPR_VARS
(m_inner_bind_expr);
/src/external/gpl3/gcc/dist/gcc/c-family/
c-gimplify.cc
78
in
BIND_EXPR_VARS
, we have to walk them manually, so we can avoid
81
for (tree decl =
BIND_EXPR_VARS
(*tp); decl; decl = DECL_CHAIN (decl))
c-omp.cc
1747
for (tree b =
BIND_EXPR_VARS
(body); b; b = DECL_CHAIN (b))
/src/external/gpl3/gcc.old/dist/gcc/c/
gimple-parser.cc
271
gbind *bind_stmt = gimple_build_bind (
BIND_EXPR_VARS
(stmt), NULL,
280
for (tree var =
BIND_EXPR_VARS
(stmt); var; var = DECL_CHAIN (var))
/src/external/gpl3/gcc/dist/gcc/c/
gimple-parser.cc
271
gbind *bind_stmt = gimple_build_bind (
BIND_EXPR_VARS
(stmt), NULL,
280
for (tree var =
BIND_EXPR_VARS
(stmt); var; var = DECL_CHAIN (var))
/src/external/gpl3/gcc/dist/gcc/config/bpf/
core-builtins.cc
939
tmp =
BIND_EXPR_VARS
(tmp);
Completed in 138 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026