OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gfor_clauses_ptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimplify.cc
16049
tree *
gfor_clauses_ptr
= gimple_omp_for_clauses_ptr (gfor);
16051
tree c = *
gfor_clauses_ptr
;
16067
c = *
gfor_clauses_ptr
;
16116
*
gfor_clauses_ptr
= c;
16117
gfor_clauses_ptr
= &OMP_CLAUSE_CHAIN (c);
16146
*
gfor_clauses_ptr
= c;
16147
gfor_clauses_ptr
= &OMP_CLAUSE_CHAIN (c);
16175
*
gfor_clauses_ptr
= c;
16176
gfor_clauses_ptr
= &OMP_CLAUSE_CHAIN (c);
16189
*
gfor_clauses_ptr
= NULL_TREE
16046
tree *
gfor_clauses_ptr
= gimple_omp_for_clauses_ptr (gfor);
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc
13270
tree *
gfor_clauses_ptr
= gimple_omp_for_clauses_ptr (gfor);
13272
tree c = *
gfor_clauses_ptr
;
13288
c = *
gfor_clauses_ptr
;
13337
*
gfor_clauses_ptr
= c;
13338
gfor_clauses_ptr
= &OMP_CLAUSE_CHAIN (c);
13367
*
gfor_clauses_ptr
= c;
13368
gfor_clauses_ptr
= &OMP_CLAUSE_CHAIN (c);
13396
*
gfor_clauses_ptr
= c;
13397
gfor_clauses_ptr
= &OMP_CLAUSE_CHAIN (c);
13410
*
gfor_clauses_ptr
= NULL_TREE
13267
tree *
gfor_clauses_ptr
= gimple_omp_for_clauses_ptr (gfor);
local
[
all
...]
Completed in 67 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026