Home
last modified time | relevance | path

Searched refs:afterward (Results 1 – 25 of 45) sorted by relevance

12

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgenrecog.c128 struct decision *afterward; /* Node to test on success, member
1643 struct decision *p, *q, *afterward; local
1649 afterward = (p->subroutine_number > 0 ? NULL : real_afterward);
1661 q = afterward;
1662 p->afterward = q;
1670 find_afterward (&p->success, p->afterward);
1677 p->afterward = real_afterward;
1688 change_state (oldpos, newpos, afterward, indent) in change_state() argument
1691 struct decision *afterward;
1728 if (afterward)
[all …]
Dstmt.c3618 rtx afterward = gen_label_rtx (); local
3639 emit_jump (afterward);
3684 emit_label (afterward);
DChangeLog.25353 (debug_decision_1): Dump next and afterward codes.
6012 (write_tree): Remove afterward processing.
6386 by "system.h". Include <sys/mman.h> afterward.
9549 (change_state): New arg afterward. Update all callers.
/openbsd/src/gnu/gcc/gcc/
Dgenrecog.c129 struct decision *afterward; /* Node to test on success, member
1751 struct decision *p, *q, *afterward; in find_afterward() local
1757 afterward = (p->subroutine_number > 0 ? NULL : real_afterward); in find_afterward()
1769 q = afterward; in find_afterward()
1770 p->afterward = q; in find_afterward()
1778 find_afterward (&p->success, p->afterward); in find_afterward()
1785 p->afterward = real_afterward; in find_afterward()
1849 write_afterward (struct decision *start, struct decision *afterward, in write_afterward() argument
1852 if (!afterward || start->subroutine_number > 0) in write_afterward()
1856 change_state (start->position, afterward->position, indent); in write_afterward()
[all …]
/openbsd/src/gnu/llvm/llvm/tools/
DCMakeLists.txt44 # Flang depends on mlir, so place it afterward
/openbsd/src/gnu/lib/libiberty/src/
Dobstacks.texi409 afterward how long it became. You need not keep track of this as you grow
504 So, each time you use an ordinary growth function, check afterward for
/openbsd/src/gnu/llvm/llvm/docs/Frontend/
DPerformanceTips.rst59 would no longer be in the entry basic block afterward.
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/emultempl/
Dsunos.em710 afterward. */
/openbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Dsunos.em710 afterward. */
/openbsd/src/gnu/usr.bin/texinfo/doc/
Dinfo.texi216 don't type the Return key afterward---to get to the normal start of
255 do not type the quotes and do not type a @key{RET} afterward.
334 >> Now try typing a @key{SPC} (afterward, type a @key{BACKSPACE} to
/openbsd/src/gnu/llvm/llvm/docs/
DSpeculativeLoadHardening.md890 the function and then reads it back out of high bits of `%rsp` afterward. When
DDeveloperPolicy.rst474 correcting the format first (ideally) or afterward. Such changes should be
/openbsd/src/gnu/gcc/gcc/doc/
Dmd.texi4656 a register afterward. This is to avoid leaking the value some place
4667 value in a register afterward and branches to operand 2 if the values
5754 be validated afterward, so make sure your constraints are general enough
Dcpp.texi2489 like a function call, writing a semicolon afterward, as in
/openbsd/src/gnu/usr.bin/binutils/etc/
Dstandards.texi198 This applies both before you release the program and afterward. If
/openbsd/src/gnu/usr.bin/binutils/binutils/doc/
Dbinutils.info763 them afterward. `objcopy' uses BFD to do all its translation work; it
Dbinutils.texi1001 deletes them afterward. @command{objcopy} uses @sc{bfd} to do all its
/openbsd/src/gnu/usr.bin/binutils-2.17/etc/
Dstandards.texi198 This applies both before you release the program and afterward. If
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/doc/
Dbinutils.texi1021 deletes them afterward. @command{objcopy} uses @sc{bfd} to do all its
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dextend.texi1435 If you want to pass the array first and the length afterward, you can
3794 register (copying it afterward to @code{foo}'s own address). Of course,
Dcpp.texi2374 like a function call, writing a semicolon afterward, as in
/openbsd/src/gnu/usr.bin/binutils/binutils/
DChangeLog-9197148 copying it, and call set_times afterward.
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
DChangeLog-9197148 copying it, and call set_times afterward.
/openbsd/src/gnu/usr.bin/cvs/doc/
Dtexinfo.tex5545 % If its value is nonempty, SUFFIX is output afterward.
/openbsd/src/gnu/usr.bin/binutils-2.17/texinfo/
Dtexinfo.tex5934 % If its value is nonempty, SUFFIX is output afterward.

12