OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outer_context
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc
224
struct gimplify_omp_ctx *
outer_context
;
member in struct:gimplify_omp_ctx
457
c->
outer_context
= gimplify_omp_ctxp;
811
ctx = ctx->
outer_context
;
1389
for (; ctx; ctx = ctx->
outer_context
)
3517
for (ctx = gimplify_omp_ctxp; ctx; ctx = ctx->
outer_context
)
7204
ctx = ctx->
outer_context
;
7382
struct gimplify_omp_ctx *outer_ctx = ctx->
outer_context
;
7412
outer_ctx = outer_ctx->
outer_context
;
7429
for (octx = ctx; octx; octx = octx->
outer_context
)
7575
if (struct gimplify_omp_ctx *octx = ctx->
outer_context
)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
gimplify.cc
244
struct gimplify_omp_ctx *
outer_context
;
member in struct:gimplify_omp_ctx
477
c->
outer_context
= gimplify_omp_ctxp;
842
ctx = ctx->
outer_context
;
1423
ctx2 && !missing_dyn_alloc; ctx2 = ctx2->
outer_context
)
1603
for (; ctx; ctx = ctx->
outer_context
)
3794
for (ctx = gimplify_omp_ctxp; ctx; ctx = ctx->
outer_context
)
7634
ctx = ctx->
outer_context
;
7812
struct gimplify_omp_ctx *outer_ctx = ctx->
outer_context
;
7842
outer_ctx = outer_ctx->
outer_context
;
7859
for (octx = ctx; octx; octx = octx->
outer_context
)
[
all
...]
Completed in 35 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026