Home
last modified time | relevance | path

Searched refs:doconcurrent_symavl (Results 1 – 4 of 4) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemant.h1165 SPTR doconcurrent_symavl; /* stb.stg_avail value at start of do concurrent */ member
1483 if (sem.doconcurrent_symavl) \
H A Dsemant3.c3174 DI_CONC_SYMAVL(doif-1) != sem.doconcurrent_symavl) { in semant3()
3176 DI_CONC_SYMAVL(doif) = sem.doconcurrent_symavl; in semant3()
3231 sem.doconcurrent_symavl = SPTR_NULL; in semant3()
3263 sem.doconcurrent_symavl = stb.stg_avail; in semant3()
3325 if (sem.doconcurrent_symavl) { in semant3()
3378 if (sem.doconcurrent_symavl) { in semant3()
H A Dsemutil.c1333 if (stmt_type == 0 && sem.doconcurrent_symavl) { in mklvalue()
1336 if (sptr < sem.doconcurrent_symavl) in mklvalue()
H A Dsemant.c452 sem.doconcurrent_symavl = SPTR_NULL; in semant_init()