Home
last modified time | relevance | path

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

/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCerr.h113 W_LOCAL_NOINIT = 84, /* local reference before assignment */ enumerator
H A DSDCCerr.c228 { W_LOCAL_NOINIT, ERROR_LEVEL_WARNING,
H A DSDCClrange.c466 werrorfl (ic->filename, ic->lineno, W_LOCAL_NOINIT, in findPrevUse()
474 werrorfl (ic->filename, ic->lineno, W_LOCAL_NOINIT, in findPrevUse()
H A DSDCCopt.c1603 werrorfl (ic->filename, ic->lineno, W_LOCAL_NOINIT, sym->name); in replaceRegEqvOperand()
/dports/lang/sdcc/sdcc-4.0.0/src/z80/
H A Dralloc.c1061 …werrorfl (ic->filename, ic->lineno, W_LOCAL_NOINIT, sym->prereqv ? sym->prereqv->name : sym->name); in verifyRegsAssigned()
/dports/lang/sdcc/sdcc-4.0.0/src/ds390/
H A Dralloc.c1406 …werrorfl (ic->filename, ic->lineno, W_LOCAL_NOINIT, sym->prereqv ? sym->prereqv->name : sym->name); in verifyRegsAssigned()
/dports/lang/sdcc/sdcc-4.0.0/src/mcs51/
H A Dralloc.c1217 …werrorfl (ic->filename, ic->lineno, W_LOCAL_NOINIT, sym->prereqv ? sym->prereqv->name : sym->name); in verifyRegsAssigned()
/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dralloc.c1995 werrorfl (ic->filename, ic->lineno, W_LOCAL_NOINIT, in verifyRegsAssigned()
/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dralloc.c2251 werrorfl (ic->filename, ic->lineno, W_LOCAL_NOINIT, in verifyRegsAssigned()
/dports/lang/sdcc/sdcc-4.0.0/
H A DChangeLog33026 W_LOCAL_NOINIT, marking of outermost loop was incomplete,