Searched refs:SLIST_INSERT_FIRST (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
H A D | inline.c | 153 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 D | inline.c | 217 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 D | optim2.c | 1110 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 D | manifest.h | 226 #define SLIST_INSERT_FIRST(h,e,f) { \ macro
|