Home
last modified time | relevance | path

Searched refs:DI_ID (Results 1 – 10 of 10) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemant3.c442 if (DI_ID(doif) == DI_WHERE || DI_ID(doif) == DI_ELSEWHERE) { in semant3()
614 if (DI_ID(doif) == DI_WHERE || DI_ID(doif) == DI_ELSEWHERE) { in semant3()
1941 if (!doif || (DI_ID(doif) != DI_IF && DI_ID(doif) != DI_IFELSE)) { in semant3()
2007 else if ((DI_ID(doif) != DI_DO && DI_ID(doif) != DI_DOWHILE && in semant3()
2104 if (DI_ID(doif) != DI_WHERE && DI_ID(doif) != DI_ELSEWHERE) in semant3()
5319 if (DI_ID(j) != DI_PARDO && DI_ID(j) != DI_PDO && in semant3()
5320 DI_ID(j) != DI_SIMD && DI_ID(j) != DI_DISTPARDO && in semant3()
5321 DI_ID(j) != DI_TEAMSDISTPARDO && DI_ID(j) != DI_TEAMSDIST && in semant3()
5322 DI_ID(j) != DI_TARGTEAMSDIST && DI_ID(j) != DI_DISTRIBUTE && in semant3()
5347 if (DI_ID(doif) != DI_DO && DI_ID(doif) != DI_DOWHILE && in semant3()
[all …]
H A Dsemsmp.c1119 if (DI_ID(doif) == DI_PDO || DI_ID(doif) == DI_PARDO) { in semsmp()
1152 if (DI_ID(doif) == DI_PDO || DI_ID(doif) == DI_PARDO) { in semsmp()
7784 switch (DI_ID(doif)) { in begin_parallel_clause()
7810 switch (DI_ID(doif)) { in begin_parallel_clause()
7832 do_firstprivate((DI_ID(doif) == DI_TASK || DI_ID(doif) == DI_TASKLOOP)); in begin_parallel_clause()
7837 switch (DI_ID(doif)) { in begin_parallel_clause()
7857 switch (DI_ID(doif)) { in begin_parallel_clause()
7873 switch (DI_ID(doif)) { in begin_parallel_clause()
7881 switch (DI_ID(doif)) { in begin_parallel_clause()
7901 switch (DI_ID(doif)) { in end_parallel_clause()
[all …]
H A Dsemutil.c1455 switch (DI_ID(sem.doif_depth)) { in mklvalue()
2572 if (DI_ID(i) == DI_ASSOC) { in is_selector()
2579 } else if (DI_ID(i) == DI_SELECT_TYPE && in is_selector()
5726 if (DI_ID(sem.doif_depth) == DI_TASKLOOP) { in do_parbegin()
5741 if(DI_ID(sem.doif_depth) == DI_PARDO && in do_parbegin()
5742 DI_ID(sem.doif_depth-1) == DI_TARGET) { in do_parbegin()
6082 if (DI_ID(sem.doif_depth) == DI_SIMD) in collapse_add()
6088 if (DI_ID(sv) == DI_DOCONCURRENT) in collapse_add()
6232 if (DI_ID(orig_doif) == DI_DOCONCURRENT) { in do_end()
6279 switch (DI_ID(par_doif)) { in do_end()
[all …]
H A Dsemant.h371 #define DI_ID(d) sem.doif_base[d].Id macro
456 DI_ID(df) = typ; \
H A Dsemant.c445 DI_ID(0) = -1; in semant_init()
934 switch (DI_ID(sem.doif_depth)) { in semant1()
1015 } else if (DI_ID(sem.doif_depth) == DI_TEAMS) { in semant1()
1076 switch (DI_ID(sem.doif_depth)) { in semant1()
1230 DI_ID(sem.doif_depth) != DI_SELECT_TYPE) in semant1()
1623 if ((DI_ID(doif) == DI_DO || DI_ID(doif) == DI_DOWHILE || in semant1()
1624 DI_ID(doif) == DI_DOCONCURRENT) && in semant1()
1650 par_type = DI_ID(sem.doif_depth); in semant1()
H A Dsemutil2.c745 for (depth = sem.doif_depth; depth > 0 && DI_ID(depth) == DI_FORALL; --depth) in add_p_dealloc_item()
765 for (depth = sem.doif_depth; depth > 0 && DI_ID(depth) == DI_FORALL; in gen_deallocate_arrays()
8033 if (sem.doif_depth > 0 && DI_ID(sem.doif_depth) == DI_FORALL) { in not_in_forall()
13896 id = DI_ID(df); in sem_err104()
13903 interr("sem_err104:unk doif->ID", DI_ID(df), 3); in sem_err104()
13912 id = DI_ID(df); in sem_err105()
13928 id = DI_ID(df); in _dmp_doif()
H A Dsemsym.c1745 switch (DI_ID(i)) { in decl_private_sym()
H A Dsemfunc.c606 switch (DI_ID(df)) { in in_kernel_region()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dsemant.h228 #define DI_ID(d) sem.doif_base[d].Id macro
262 DI_ID(df) = typ; \
/dports/lang/expect/expect5.45.4/
H A Dexpect.c2897 DI_ID in process_di() enumerator
2920 case DI_ID: in process_di()