Home
last modified time | relevance | path

Searched refs:pic16_localFunctions (Results 1 – 3 of 3) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dglue.h30 extern set *pic16_localFunctions;
H A Dglue.c50 set *pic16_localFunctions = NULL; variable
1587 if (!checkLocals || !pic16_stringInSet(sym, &pic16_localFunctions, 0)) { in pic16_emitSymbolIfNew()
H A Dgen.c3336 pic16_stringInSet (sym->rname, &pic16_localFunctions, 1); in genFunction()