| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | Getopt.pod | 25 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 D | loop.h | 185 unsigned incremented : 1; /* 1 if somewhere incremented/decremented */ member
|
| H A D | expr.c | 9623 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 D | c-typeck.c | 2932 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 D | lua-typemaps.swig | 102 // SWIG_arg was already incremented 128 // SWIG_arg was already incremented
|
| /openbsd-src/gnu/usr.bin/binutils/intl/ |
| H A D | libintl.glibc | 90 /* Variable defined in loadmsgcat.c which gets incremented every time a
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/intl/ |
| H A D | libintl.glibc | 90 /* Variable defined in loadmsgcat.c which gets incremented every time a
|
| /openbsd-src/share/snmp/ |
| H A D | IP-MIB.txt | 770 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 D | SNMPv2-TC.txt | 122 incremented by one. (Note that regardless of whether the 133 syntax must either be incremented from its value prior to
|
| H A D | SNMP-FRAMEWORK-MIB.txt | 456 snmpEngineBoots is incremented as if a
|
| H A D | BRIDGE-MIB.txt | 292 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 D | 05_perlhook.t | 21 # could be established. $counter will be incremented each time the
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_malloc_mac.inc | 49 // This field should be incremented every time the Allocator
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | LibASTMatchersTutorial.rst | 357 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 D | M68kInstrInfo.td | 258 // 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 D | libelf_convert.m4 | 578 * - The destination pointer is incremented after the write. 636 * - The source pointer is incremented appropriately.
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | PROTOCOL.u2f | 282 SSH_SK_VERSION_MAJOR that should be incremented for each incompatible
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | Bugpoint.rst | 198 visit function can be helpful. Add a static counter which is incremented on
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/ |
| H A D | abi.txt | 329 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 D | mmo.texi | 96 assumed incremented by one.
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | mmo.texi | 96 assumed incremented by one.
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ |
| H A D | fp_div_impl.inc | 364 // (more, if exponent was incremented).
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | typeck.c | 4136 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 D | typeck.c | 4195 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 D | slist | 442 // non-dereferenceable iterator that, when incremented, yields
|