Home
last modified time | relevance | path

Searched refs:sem_strcmp (Results 1 – 6 of 6) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemant.c3877 if (sem_strcmp(np, "c") == 0) { in semant1()
5195 if (sem_strcmp(np, "len") == 0) { in semant1()
7989 if (sem_strcmp(np, "c") != 0) { in semant1()
8001 if (sem_strcmp(np, "name") != 0) { in semant1()
8009 if (sem_strcmp(np, "c") != 0) { in semant1()
8259 if (sem_strcmp(np, "in") == 0) in semant1()
8275 if (sem_strcmp(np, "in") == 0) { in semant1()
8277 if (sem_strcmp(np, "out") == 0) in semant1()
10154 if (sem_strcmp(np, "only") != 0) in semant1()
11361 if (sem_strcmp(np, "pass") == 0) { in semant1()
[all …]
H A Dsemsmp.c5974 if (sem_strcmp(nm, "static") == 0 || sem_strcmp(nm, "simple") == 0 || in sched_type()
5975 sem_strcmp(nm, "interleave") == 0 || sem_strcmp(nm, "interleaved") == 0) in sched_type()
5978 if (sem_strcmp(nm, "dynamic") == 0) in sched_type()
5981 if (sem_strcmp(nm, "guided") == 0 || sem_strcmp(nm, "gss") == 0) in sched_type()
5984 if (sem_strcmp(nm, "runtime") == 0) in sched_type()
5987 if (sem_strcmp(nm, "auto") == 0) in sched_type()
6003 if (sem_strcmp(nm, "parallel") == 0) in cancel_type()
6005 else if (sem_strcmp(nm, "do") == 0) in cancel_type()
6007 else if (sem_strcmp(nm, "sections") == 0) in cancel_type()
6009 else if (sem_strcmp(nm, "taskgroup") == 0) in cancel_type()
H A Dsemant2.c1753 if (sem_strcmp(np, "val") == 0) { in semant2()
1768 } else if (sem_strcmp(np, "ref") == 0) { in semant2()
H A Dsemant.h1009 int sem_strcmp(char *, char *);
H A Dsemutil2.c7766 sem_strcmp(char *str, char *pattern) in sem_strcmp() function
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dll_ftn.cpp554 sem_strcmp(char *str, char *pattern) in sem_strcmp() function