Home
last modified time | relevance | path

Searched refs:DI_DOINFO (Results 1 – 7 of 7) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dsemant.h236 #define DI_DOINFO(d) sem.doif_base[d].u.u2.doinfo macro
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemant3.c1976 DI_DOINFO(doif) = doinfo; in semant3()
2016 doinfo = DI_DOINFO(doif); in semant3()
2023 doinfo = DI_DOINFO(sem.doif_depth-1); in semant3()
3120 DI_DOINFO(sem.doif_depth) = 0; /* remove any chunk info */ in semant3()
3209 DI_DOINFO(doif) = doinfo; in semant3()
3246 DI_DOINFO(doif) = doinfo; in semant3()
5311 DI_DOINFO(sem.doif_depth)) { in semant3()
5988 DOINFO *doinfo = DI_DOINFO(i); in check_doconcurrent()
H A Dsemsmp.c1121 sptr = DI_DOINFO(doif + 1)->index_var; in semsmp()
1154 sptr = DI_DOINFO(doif + 1)->index_var; in semsmp()
6485 DI_DOINFO(doif) = doinfo; in do_distbegin()
6558 DI_DOINFO(doif) = doinfo; in do_distbegin()
8241 sptr = DI_DOINFO(doif + 1)->index_var; in end_lastprivate()
8243 sptr = DI_DOINFO(doif + 1)->lastval_var; in end_lastprivate()
8263 sptr = DI_DOINFO(doif + 1)->lastval_var; in end_lastprivate()
H A Dsemutil.c5932 DI_DOINFO(sem.doif_depth) = 0; /* remove any chunk info */ in collapse_begin()
6099 dd = DI_DOINFO(i); in collapse_add()
6105 DI_DOINFO(coll_st.doif_depth + 1) = dinf; in collapse_add()
6262 if (!DI_DOINFO(orig_doif)->collapse) { in do_end()
6266 doinfo = DI_DOINFO(orig_doif); in do_end()
H A Dsemant.h381 #define DI_DOINFO(d) sem.doif_base[d].u.u1.doinfo macro
H A Dsemutil2.c13946 fprintf(f, " doinfo:%p collapse:%d", DI_DOINFO(df), in _dmp_doif()
13947 DI_DOINFO(df)->collapse); in _dmp_doif()
H A Dsemant.c1647 do_end(DI_DOINFO(doif)); in semant1()