Home
last modified time | relevance | path

Searched refs:ignore_stmt (Results 1 – 5 of 5) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dparser.c320 if (sem.ignore_stmt) { in _parser()
321 sem.ignore_stmt = FALSE; in _parser()
322 goto ignore_stmt; in _parser()
407 ignore_stmt:; in _parser()
H A Dsemant.h1208 LOGICAL ignore_stmt; /* TRUE => parser is to ignore current stmt */ member
H A Dsemant.c508 sem.ignore_stmt = FALSE; in semant_init()
870 sem.ignore_stmt = TRUE; in semant1()
899 sem.ignore_stmt = TRUE; in semant1()
1748 sem.ignore_stmt = TRUE; in semant1()
1764 sem.ignore_stmt = TRUE; in semant1()
1780 sem.ignore_stmt = TRUE; in semant1()
4576 sem.ignore_stmt = TRUE; in semant1()
4588 sem.ignore_stmt = TRUE; in semant1()
4607 sem.ignore_stmt = TRUE; in semant1()
12139 sem.ignore_stmt = TRUE; in semant1()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dsemant.h595 bool ignore_stmt; /* TRUE => parser is to ignore current stmt */ member
H A Dsemutil0.cpp76 sem.ignore_stmt = false; in semant_reinit()