Home
last modified time | relevance | path

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

/dports/devel/z88dk/z88dk/src/sccz80/
H A Dstmt.c227 SYMBOL* savloc; in compound() local
233 savloc = locptr; in compound()
243 locptr = savloc; /* delete local symbols */ in compound()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dsemant.h579 bool savloc; /* at least one local variable SAVE'd */ member
H A Dsemutil0.cpp68 sem.savloc = false; in semant_reinit()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemant.h1193 LOGICAL savloc; /* at least one local variable SAVE'd */ member
H A Dsemant.c491 sem.savloc = FALSE; in semant_init()
6411 sem.savloc = TRUE; in semant1()
8727 sem.savloc = TRUE; in semant1()
8786 sem.savloc = TRUE; in semant1()
H A Dsemfin.c557 if (sem.savloc || sem.savall) in semfin()