Home
last modified time | relevance | path

Searched refs:regs_allocated (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/cvs/lib/
Dregex.h341 unsigned regs_allocated : 2; member
Dregex.c981 printf ("regs_alloc: %d\t", bufp->regs_allocated);
3642 bufp->regs_allocated = REGS_REALLOCATE;
3649 bufp->regs_allocated = REGS_UNALLOCATED;
4428 if (bufp->regs_allocated == REGS_UNALLOCATED)
4440 bufp->regs_allocated = REGS_REALLOCATE;
4442 else if (bufp->regs_allocated == REGS_REALLOCATE)
4462 assert (bufp->regs_allocated == REGS_FIXED);
6050 bufp->regs_allocated = REGS_UNALLOCATED;
6275 private_preg.regs_allocated = REGS_FIXED;
/openbsd/src/gnu/lib/libiberty/include/
Dxregex2.h376 unsigned regs_allocated : 2; member
/openbsd/src/gnu/usr.bin/binutils/include/
Dxregex2.h373 unsigned regs_allocated : 2; member
/openbsd/src/gnu/usr.bin/binutils-2.17/include/
Dxregex2.h376 unsigned regs_allocated : 2; member
/openbsd/src/gnu/gcc/include/
Dxregex2.h376 unsigned regs_allocated : 2; member
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
Dgnu-regex.c850 printf ("regs_alloc: %d\t", bufp->regs_allocated);
3385 bufp->regs_allocated = REGS_REALLOCATE;
3392 bufp->regs_allocated = REGS_UNALLOCATED;
4056 if (bufp->regs_allocated == REGS_UNALLOCATED)
4068 bufp->regs_allocated = REGS_REALLOCATE;
4070 else if (bufp->regs_allocated == REGS_REALLOCATE)
4090 assert (bufp->regs_allocated == REGS_FIXED);
5407 bufp->regs_allocated = REGS_UNALLOCATED;
5648 private_preg.regs_allocated = REGS_FIXED;
Dgnu-regex.h368 unsigned regs_allocated : 2; member
/openbsd/src/gnu/lib/libiberty/src/
Dregex.c1160 printf ("regs_alloc: %d\t", bufp->regs_allocated); in PREFIX()
4894 bufp->regs_allocated = REGS_REALLOCATE; in weak_alias()
4901 bufp->regs_allocated = REGS_UNALLOCATED; in weak_alias()
5978 if (bufp->regs_allocated == REGS_UNALLOCATED) in wcs_re_match_2_internal()
5990 bufp->regs_allocated = REGS_REALLOCATE; in wcs_re_match_2_internal()
5992 else if (bufp->regs_allocated == REGS_REALLOCATE) in wcs_re_match_2_internal()
6012 assert (bufp->regs_allocated == REGS_FIXED); in wcs_re_match_2_internal()
7772 bufp->regs_allocated = REGS_UNALLOCATED;
8019 private_preg.regs_allocated = REGS_FIXED;
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.510345 * i386.c (ix86_reg_alloc_order, regs_allocated,