OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prog_unit
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
parse.cc
1356
gfc_namespace *
prog_unit
= gfc_current_ns;
local
1357
while (
prog_unit
->parent)
1362
prog_unit
=
prog_unit
->parent;
1364
prog_unit
->omp_target_seen = true;
3980
gfc_symbol *
prog_unit
, *sym;
local
4075
prog_unit
= gfc_new_block;
4076
prog_unit
->formal_ns = gfc_current_ns;
4088
if (
prog_unit
->result ==
prog_unit
[
all
...]
openmp.cc
6316
gfc_namespace *
prog_unit
= gfc_current_ns;
local
6317
while (
prog_unit
->parent)
6322
prog_unit
=
prog_unit
->parent;
6326
if (
prog_unit
->omp_target_seen
6328
&& !(
prog_unit
->omp_requires & clause))
6342
&& (
prog_unit
->omp_requires & OMP_REQ_ATOMIC_MEM_ORDER_MASK)
6343
&& (
prog_unit
->omp_requires & OMP_REQ_ATOMIC_MEM_ORDER_MASK)
6347
switch (
prog_unit
->omp_requires & OMP_REQ_ATOMIC_MEM_ORDER_MASK)
6371
if (
prog_unit
!= gfc_current_ns && !(prog_unit->omp_requires & clause)
6914
gfc_namespace *
prog_unit
= gfc_current_ns;
local
8187
gfc_namespace *
prog_unit
= ns;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/fortran/
parse.cc
1189
gfc_namespace *
prog_unit
= gfc_current_ns;
local
1190
while (
prog_unit
->parent)
1195
prog_unit
=
prog_unit
->parent;
1197
prog_unit
->omp_target_seen = true;
3749
gfc_symbol *
prog_unit
, *sym;
local
3843
prog_unit
= gfc_new_block;
3844
prog_unit
->formal_ns = gfc_current_ns;
3845
if (
prog_unit
==
prog_unit
->formal_ns->proc_nam
[
all
...]
openmp.cc
5250
gfc_namespace *
prog_unit
= gfc_current_ns;
local
5251
while (
prog_unit
->parent)
5256
prog_unit
=
prog_unit
->parent;
5260
if (
prog_unit
->omp_target_seen
5262
&& !(
prog_unit
->omp_requires & clause))
5276
&& (
prog_unit
->omp_requires & OMP_REQ_ATOMIC_MEM_ORDER_MASK)
5277
&& (
prog_unit
->omp_requires & OMP_REQ_ATOMIC_MEM_ORDER_MASK)
5281
if (
prog_unit
->omp_requires & OMP_REQ_ATOMIC_MEM_ORDER_SEQ_CST)
5283
else if (
prog_unit
->omp_requires & OMP_REQ_ATOMIC_MEM_ORDER_ACQ_REL
5846
gfc_namespace *
prog_unit
= gfc_current_ns;
local
[
all
...]
Completed in 24 milliseconds
Indexes created Sat Apr 04 00:22:49 UTC 2026