/openbsd-src/gnu/llvm/libcxx/utils/ci/ |
H A D | buildkite-pipeline.yml | 46 automatic: 65 automatic: 81 automatic: 105 automatic: 123 automatic: 140 automatic: 158 automatic: 176 automatic: 199 automatic: 217 automatic: [all …]
|
H A D | buildkite-pipeline-clang.yml | 32 automatic: 56 automatic: 78 automatic: 100 automatic:
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | wtr-aggr-init-1.c | 1 /* Test for -Wtraditional warnings on automatic aggregate initialization. 19 …struct foo f3 = { 0, 0 }; /* { dg-warning "traditional C rejects automatic" "automatic aggregate i… in testfunc1() 25 …struct foo f5 = { 0, 0 }; /* { dg-bogus "traditional C rejects automatic" "__extension__ disables … in testfunc1() 30 …struct foo f6 = { 0, 0 }; /* { dg-warning "traditional C rejects automatic" "__extension__ reenabl… in testfunc1()
|
/openbsd-src/usr.bin/tmux/ |
H A D | paste.c | 39 int automatic; member 121 /* Get the most recent automatic buffer. */ 128 while (pb != NULL && !pb->automatic) in paste_get_top() 158 if (pb->automatic) in paste_free() 167 * Add an automatic buffer, freeing the oldest automatic item if at limit. Note 188 if (pb->automatic) in paste_add() 204 pb->automatic = 1; in paste_add() 254 if (pb->automatic) in paste_rename() 256 pb->automatic in paste_rename() [all...] |
/openbsd-src/gnu/llvm/clang/docs/ |
H A D | BlockLanguageSpec.rst | 35 also contain various variable bindings to automatic (stack) or managed 47 that may reside in automatic (stack) memory, global memory, or heap 151 exception of those in automatic (stack) storage. Thus one may access 155 Local automatic (stack) variables referenced within the compound 233 initially automatic and only "moved" to allocated (heap) storage upon 242 an implementation provides initial automatic storage for Blocks. This 270 not. Blocks using automatic (stack) memory are objects and may be 281 variables of automatic storage referenced within the Block expression 312 use of C++ objects, pointers, or references held in automatic storage.
|
/openbsd-src/gnu/gcc/gcc/config/iq2000/ |
H A D | abi | 79 * All automatic arrays, automatic data aggregates, automatic 80 scalars which must be addressable, and automatic scalars for 91 Addressable automatic variables on the stack are addressed with positive
|
/openbsd-src/gnu/gcc/gcc/config/mt/ |
H A D | ABI.txt | 71 * All automatic arrays, automatic data aggregates, automatic 72 scalars which must be addressable, and automatic scalars for 83 Addressable automatic variables on the stack are addressed with positive
|
/openbsd-src/regress/usr.bin/mandoc/tbl/opt/ |
H A D | box.in | 13 automatic boxing: 37 automatic and manual boxing:
|
H A D | box.out_ascii | 10 automatic boxing: 27 automatic and manual boxing:
|
/openbsd-src/gnu/gcc/gcc/doc/ |
H A D | interface.texi | 65 @cindex @code{longjmp} and automatic variables 66 If you use @code{longjmp}, beware of automatic variables. ISO C says that 67 automatic variables that are not declared @code{volatile} have undefined
|
/openbsd-src/sbin/atactl/ |
H A D | atactl.8 | 114 Disables support for automatic acoustic management on the specified device. 115 Note that devices supporting automatic acoustic management may refuse to 121 Enables and sets the automatic acoustic management level to the requested 124 increase with increasing automatic acoustic management levels at the cost of 127 Support for automatic acoustic management is indicated by the device with 128 .Sq Automatic Acoustic Management feature set
|
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
H A D | interface.texi | 65 @cindex @code{longjmp} and automatic variables 66 If you use @code{longjmp}, beware of automatic variables. ISO C says that 67 automatic variables that are not declared @code{volatile} have undefined
|
/openbsd-src/usr.bin/mandoc/ |
H A D | tag.h | 26 #define TAG_STRONG 2 /* Good automatic tagging. */ 27 #define TAG_WEAK (INT_MAX - 2) /* Dubious automatic tagging. */
|
/openbsd-src/gnu/llvm/clang/include/clang/ARCMigrate/ |
H A D | ARCMT.h | 27 /// -Automatic Reference Counting mode is enabled 48 /// applies automatic modifications to source files to conform to ARC. 57 /// Applies automatic modifications and produces temporary files
|
/openbsd-src/games/trek/ |
H A D | phaser.c | 54 ** "automatic". In manual mode, you specify exactly which 56 ** of units to fire, and the spread angle. In automatic 123 /* decide if we want manual or automatic mode */ in phaser() 144 ptr = getcodpar("Manual or automatic", Matab); in phaser() 198 /* automatic distribution of power */ in phaser()
|
/openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
H A D | c-xtensa.texi | 25 * Xtensa Relaxation:: Other Automatic Transformations. 88 Enable or disable automatic alignment to reduce branch penalties at some 89 expense in code size. @xref{Xtensa Automatic Alignment, ,Automatic 193 generation of density instructions where appropriate and automatic 198 * Xtensa Automatic Alignment:: Automatic Instruction Alignment. 221 @node Xtensa Automatic Alignment 222 @subsection Automatic Instruction Alignment
|
/openbsd-src/sbin/disklabel/ |
H A D | disklabel.8 | 108 .Sx AUTOMATIC DISK ALLOCATION , 164 Read the template for automatic allocation from 168 .Sx AUTOMATIC DISK ALLOCATION 310 .Sx AUTOMATIC DISK ALLOCATION , 466 .Sh AUTOMATIC DISK ALLOCATION
|
/openbsd-src/usr.bin/bc/USD.doc/ |
H A D | bc | 385 Variables used in the function can be declared as automatic 394 These automatic variables are allocated space and initialized 398 Functions may be called recursively and the automatic variables 401 the same way as the automatic variables of that function 464 or may be declared as automatic in 1054 There are only two storage classes in BC, global and automatic 1069 Automatic variables in BC do not work in exactly the same way 1071 the names that appear as parameters and as automatic
|
/openbsd-src/sbin/fsck_ffs/ |
H A D | fsck_ffs.8 | 75 with an abnormal return status and an automatic reboot will then fail. 90 return status that causes an automatic reboot to fail. 92 automatic reboot,
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | c-xtensa.texi | 25 * Xtensa Relaxation:: Other Automatic Transformations. 62 Enable or disable automatic alignment to reduce branch penalties at some 63 expense in code size. @xref{Xtensa Automatic Alignment, ,Automatic 208 generation of density instructions where appropriate and automatic 213 * Xtensa Automatic Alignment:: Automatic Instruction Alignment. 236 @node Xtensa Automatic Alignment 237 @subsection Automatic Instruction Alignment
|
/openbsd-src/share/man/man4/man4.sparc64/ |
H A D | rfx.4 | 83 .It Li "\ \&R \ \&R \ \&R" Ta 1152x900 Ta 66Hz Ta "Automatic Configuration" 91 .It Li "\ \&R \ \&R \ \&R" Ta 1152x900 Ta 66Hz Ta "Automatic Configuration"
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/cert/ |
H A D | PutenvWithAutoChecker.cpp | 10 // function with automatic variable as the argument. 53 "arguments that have automatic storage"; in checkPostCall()
|
/openbsd-src/lib/libform/ |
H A D | form_hook.3 | 36 \fBform_hook\fP \- set hooks for automatic invocation by applications 57 points in the automatic processing of input event codes by \fBform_driver\fP.
|
/openbsd-src/gnu/llvm/libcxx/include/__format/ |
H A D | format_parse_context.h | 57 … std::__throw_format_error("Using automatic argument numbering in manual argument numbering mode"); in next_arg_id() 65 … std::__throw_format_error("Using manual argument numbering in automatic argument numbering mode"); in check_arg_id()
|
/openbsd-src/lib/libmenu/ |
H A D | menu_hook.3 | 36 \fBmenu_hook\fP \- set hooks for automatic invocation by applications 57 points in the automatic processing of input event codes by \fBmenu_driver\fP.
|