Home
last modified time | relevance | path

Searched refs:incremented (Results 1 – 25 of 85) sorted by relevance

1234

/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DGetopt.pod25 Contrary to L<getopt(3)>, C<$h-E<gt>{v}> is incremented each time the switch is
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dloop.h185 unsigned incremented : 1; /* 1 if somewhere incremented/decremented */ member
H A Dexpr.c9623 tree incremented = TREE_OPERAND (exp, 0); local
9637 || TREE_CODE (incremented) == BIT_FIELD_REF
9638 || (TREE_CODE (incremented) == COMPONENT_REF
9639 && (TREE_CODE (TREE_OPERAND (incremented, 0)) != INDIRECT_REF
9640 || DECL_BIT_FIELD (TREE_OPERAND (incremented, 1)))))
9641 incremented = stabilize_reference (incremented);
9645 if (TREE_CODE (incremented) == PREINCREMENT_EXPR
9646 || TREE_CODE (incremented) == PREDECREMENT_EXPR)
9647 incremented = save_expr (incremented);
9655 op0 = expand_expr (incremented, NULL_RTX, VOIDmode, 0);
[all …]
H A Dc-typeck.c2932 tree incremented, modify, value; local
2942 incremented = build (((code == PREINCREMENT_EXPR
2946 TREE_SIDE_EFFECTS (incremented) = 1;
2947 modify = build_modify_expr (arg, NOP_EXPR, incremented);
/openbsd-src/gnu/llvm/lldb/bindings/lua/
H A Dlua-typemaps.swig102 // SWIG_arg was already incremented
128 // SWIG_arg was already incremented
/openbsd-src/gnu/usr.bin/binutils/intl/
H A Dlibintl.glibc90 /* Variable defined in loadmsgcat.c which gets incremented every time a
/openbsd-src/gnu/usr.bin/binutils-2.17/intl/
H A Dlibintl.glibc90 /* Variable defined in loadmsgcat.c which gets incremented every time a
/openbsd-src/share/snmp/
H A DIP-MIB.txt770 incremented. This interface might not be the same as the
807 incoming interface is incremented for each datagram.
842 incremented. This interface might not be the same as the
861 incremented. This interface might not be the same as the
884 incremented. This interface might not be the same as the
920 incremented. This interface might not be the same as the
1005 outgoing interface is incremented for a successfully
1059 outgoing interface is incremented for a successfully
1077 outgoing interface is incremented for a successfully
1098 outgoing interface is incremented for an unsuccessfully
[all …]
H A DSNMPv2-TC.txt122 incremented by one. (Note that regardless of whether the
133 syntax must either be incremented from its value prior to
H A DSNMP-FRAMEWORK-MIB.txt456 snmpEngineBoots is incremented as if a
H A DBRIDGE-MIB.txt292 is incremented by both transparent and source
304 to an excessive size. It is incremented by both
/openbsd-src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/
H A D05_perlhook.t21 # could be established. $counter will be incremented each time the
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc49 // This field should be incremented every time the Allocator
/openbsd-src/gnu/llvm/clang/docs/
H A DLibASTMatchersTutorial.rst357 Specifying what is incremented introduces another quirk of Clang's AST:
370 incremented variable is an integer:
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kInstrInfo.td258 // address is used, it is incremented by one, two, or four depending upon whether
260 // is the stack pointer and the operand size is byte, the address is incremented
/openbsd-src/lib/libelf/
H A Dlibelf_convert.m4578 * - The destination pointer is incremented after the write.
636 * - The source pointer is incremented appropriately.
/openbsd-src/usr.bin/ssh/
H A DPROTOCOL.u2f282 SSH_SK_VERSION_MAJOR that should be incremented for each incompatible
/openbsd-src/gnu/llvm/llvm/docs/
H A DBugpoint.rst198 visit function can be helpful. Add a static counter which is incremented on
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/
H A Dabi.txt329 binaries, as this was the last time the .so number was incremented. In
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dmmo.texi96 assumed incremented by one.
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Dmmo.texi96 assumed incremented by one.
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc364 // (more, if exponent was incremented).
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c4136 tree incremented, modify, value, compound; local
4144 incremented = build (((code == PREINCREMENT_EXPR
4149 modify = build_modify_expr (arg, NOP_EXPR, incremented);
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck.c4195 tree incremented, modify, value, compound; in build_unary_op() local
4203 incremented = build2 (((code == PREINCREMENT_EXPR in build_unary_op()
4208 modify = build_modify_expr (arg, NOP_EXPR, incremented); in build_unary_op()
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dslist442 // non-dereferenceable iterator that, when incremented, yields

1234