Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dinline.c153 SLIST_INSERT_FIRST(&ipole, is, link); in inline_start()
231 SLIST_INSERT_FIRST(&ipole, w, link); in inline_ref()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dinline.c217 SLIST_INSERT_FIRST(&ipole, is, link); in inline_start()
302 SLIST_INSERT_FIRST(&ipole, w, link); in inline_ref()
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Doptim2.c1110 SLIST_INSERT_FIRST(&defsites.stack[tempnr],stacke,varstackelem); in searchasg()
1261 SLIST_INSERT_FIRST(&defsites.stack[tempnr],stacke,varstackelem); in renamevarhelper()
1265 SLIST_INSERT_FIRST(poplist,stacke,varstackelem); in renamevarhelper()
1307 SLIST_INSERT_FIRST(&defsites.stack[tmpregno],stacke,varstackelem); in renamevar()
1311 SLIST_INSERT_FIRST(&poplist,stacke,varstackelem); in renamevar()
H A Dmanifest.h226 #define SLIST_INSERT_FIRST(h,e,f) { \ macro