Home
last modified time | relevance | path

Searched refs:tfree (Results 1 – 25 of 56) sorted by relevance

123

/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dcgram.y459 tfree($3); /* XXX - handle */
617 declaration: declaration_specifiers ';' { tfree($1); fun_inline = 0; }
619 tfree($1);
703 tfree($1);
734 tfree(p);
925 tfree(eve($5));
996 tfree(p->n_left);
1080 tfree($3);
1204 tfree($6);
1205 tfree($3);
[all …]
H A Dbuiltins.c75 tfree(a); in builtin_constant_p()
89 tfree(a->n_right); in builtin_expect()
379 tfree(a); in builtin_va_end()
431 tfree(a); in builtin_prefetch()
470 tfree(a); in builtin_isunordered()
486 tfree(a); in builtin_isany()
525 tfree(a); in builtin_islessgreater()
H A Dcxxcode.c117 tfree(q); in cxx_new()
506 tfree(q->n_left); in cxxlookup()
747 tfree(t); in cxxrstruct()
823 tfree(p); in cxxstructref()
H A Dinit.c860 tfree(il->n); in endinit()
1055 tfree(q); in strcvt()
1187 tfree(r); in simpleinit()
1192 tfree(p); in simpleinit()
1204 tfree(p); in simpleinit()
H A Doptim.c191 tfree(p->n_left); in optim()
232 tfree(p->n_left); in optim()
H A Dtrees.c217 tfree(r->n_right); in buildtree()
221 tfree(r->n_left); in buildtree()
797 tfree(p); in cbranch()
798 tfree(q); in cbranch()
1605 tfree(p); in icons()
1889 tfree(p); in doszof()
2325 tfree(p->n_left); in delasgop()
2436 tfree(p); in rdualfld()
2668 tfree(p); in ecomp()
3074 tfree(va_arg(ap, NODE *)); in send_passt()
H A Dpftn.c550 tfree(p); in ftnend()
1862 tfree(p); in typenode()
2038 tfree(n); in arglist()
3130 tfree(q); in cxop()
3176 tfree(real_r); in cxop()
3177 tfree(real_l); in cxop()
3178 tfree(imag_r); in cxop()
3179 tfree(imag_l); in cxop()
3209 tfree(r); in imop()
3285 tfree(p); in cxelem()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dcode.c33 #define p1tfree tfree
37 #define tfree p1tfree macro
249 tfree(a); in builtin_return_address()
274 tfree(a); in builtin_frame_address()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Doptim.c41 #define tfree p1tfree macro
195 tfree(p->n_left); in optim()
234 tfree(p->n_left); in optim()
257 tfree(p); in optim()
429 tfree(p); in optim()
432 tfree(p->n_left); in optim()
H A Dinit.c70 #define tfree p1tfree macro
238 tfree(p); in inval()
883 tfree(il->n); in endinit()
1080 tfree(q); in strcvt()
1212 tfree(r); in simpleinit()
1217 tfree(p); in simpleinit()
1227 tfree(p); in simpleinit()
1244 tfree(p); in simpleinit()
1245 tfree(q); in simpleinit()
1257 tfree(p); in simpleinit()
H A Dgcc_compat.c42 #define tfree p1tfree macro
489 tfree(r->n_right); in gcc_attribs()
563 tfree(p); in gcc_attr_parse()
838 tfree(p1); in gcc_eval_ticast()
843 tfree(p1); in gcc_eval_ticast()
866 tfree(p1); in gcc_eval_ticast()
1028 tfree(p1); in gcc_eval_timode()
1054 tfree(p1); in gcc_eval_timode()
H A Dpftn.c76 #define tfree p1tfree macro
585 tfree(p); in ftnend()
1864 tfree(p); in typenode()
2055 tfree(n); in arglist()
3204 tfree(q); in cxop()
3212 tfree(q); in cxop()
3245 tfree(q); in cxop()
3281 tfree(r); in imop()
3350 tfree(l); in imop()
3351 tfree(r); in imop()
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dlocal.c1197 tfree(f);
1272 tfree(f);
1273 tfree(a);
1283 tfree(f);
1304 tfree(f);
1305 tfree(a);
1334 tfree(f);
1335 tfree(a);
/netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/
H A Dorder.c115 tfree(p); in myormake()
123 tfree(p); in myormake()
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsclean.c327 tfree(a);
335 tfree(offset);
H A Drcsutil.c296 tfree(p->alloc); in ffree()
297 tfree(p); in ffree()
312 tfree(p->alloc);
313 tfree(p);
H A Dmerger.c148 tfree(b[i]);
/netbsd-src/external/bsd/pcc/dist/pcc/arch/vax/
H A Dcode.c43 #define tfree p1tfree macro
430 tfree(a); in builtin_return_address()
461 tfree(a); in builtin_frame_address()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dcode.c40 #define tfree p1tfree macro
616 tfree(a); in amd64_builtin_stdarg_start()
691 tfree(a); in amd64_builtin_va_arg()
698 tfree(a); in amd64_builtin_va_end()
1189 tfree(a); in builtin_return_address()
1213 tfree(a); in builtin_frame_address()
/netbsd-src/bin/ksh/
H A Dtree.c700 tfree(t, ap) in tfree() function
727 tfree(t->left, ap);
728 tfree(t->right, ap);
/netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dlocal.c427 tfree(p); in clocal()
447 tfree(p); in clocal()
539 tfree(t); in makememcpy()
540 tfree(u); in makememcpy()
H A Dorder.c93 tfree(p); in myormake()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/
H A Dcode.c405 tfree(a); in builtin_return_address()
433 tfree(a); in builtin_frame_address()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dorder.c110 tfree(q); in myormake()
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dreader.c231 tfree(ip->ip_node); in stkarg()
717 tfree(p); in emit()
1005 tfree(l); in rewrite()
1007 tfree(r); in rewrite()
1191 tfree(p->n_right); in gencode()
1505 tfree(q);

123