Home
last modified time | relevance | path

Searched refs:IP_PROLOG (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dinline.c320 case IP_PROLOG: in puto()
321 if (ip->type == IP_PROLOG) { in puto()
410 case IP_PROLOG: in printip()
530 ipp = getprol(is, IP_PROLOG); in inlinetree()
H A Dtrees.c2760 case IP_PROLOG: in pass2_compile()
3176 if (type == IP_PROLOG || type == IP_EPILOG) in send_passt()
3194 case IP_PROLOG: in send_passt()
3195 inftn = type == IP_PROLOG ? 1 : 0; in send_passt()
3197 memset(ipp->ipp_regs, (type == IP_PROLOG)? -1 : 0, in send_passt()
3207 if (type == IP_PROLOG) in send_passt()
H A Dcgram.y1865 send_passt(IP_PROLOG, -1, getexname(cftnsp), cftnsp->stype, in fundef()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dinline.c249 case IP_PROLOG: in puto()
250 if (ip->type == IP_PROLOG) { in puto()
334 case IP_PROLOG: in printip()
H A Dtrees.c3077 if (type == IP_PROLOG || type == IP_EPILOG) in send_passt()
3101 case IP_PROLOG: in send_passt()
3102 inftn = type == IP_PROLOG ? 1 : 0; in send_passt()
3104 memset(ipp->ipp_regs, (type == IP_PROLOG)? -1 : 0, in send_passt()
3113 if (type == IP_PROLOG) in send_passt()
H A Dcgram.y1827 send_passt(IP_PROLOG, -1, c, cftnsp->stype, in fundef()
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Doptim2.c755 if (ip->type == IP_PROLOG) in bblocks_build()
1567 case IP_PROLOG: in printip2()
1697 if (ip->type != IP_PROLOG) in printflowdiagram()
1717 if (ip->type==IP_PROLOG) in printflowdiagram()
1737 case IP_PROLOG: in printflowdiagram()
H A Dmanifest.h301 #define IP_PROLOG 2 macro
H A Dreader.c505 ip->type = IP_PROLOG; in mainp2()
580 if (ip->type == IP_PROLOG) { in pass2_compile()
719 case IP_PROLOG: in emit()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dlocal2.c633 case IP_PROLOG: in myreader()
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dputscj.c120 ipp->ipp_ip.type = IP_PROLOG; in puthead()