Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemant.h1143 PHASE_SPEC = 5, enumerator
H A Dsemant.c1269 else if (sem.pgphase < PHASE_SPEC) in semant1()
1270 sem.pgphase = PHASE_SPEC; in semant1()
1275 if (sem.pgphase > PHASE_SPEC) in semant1()
1290 if (sem.pgphase > PHASE_SPEC) in semant1()
1295 sem.pgphase = PHASE_SPEC; in semant1()
1418 if (sem.pgphase > PHASE_SPEC) in semant1()
13171 } else if (sem.pgphase > PHASE_SPEC) { in fixup_function_return_type()
16421 case PHASE_SPEC: in sem_pgphase_name()
H A Dsemant3.c435 sem.pgphase = PHASE_SPEC; in semant3()
472 sem.pgphase = PHASE_SPEC; in semant3()
H A Dscan.c5011 if (sem.pgphase <= PHASE_SPEC && is_keyword(id, idlen, "parameter")) { in alpha()