Home
last modified time | relevance | path

Searched refs:If (Results 1 – 25 of 2470) sorted by relevance

12345678910>>...99

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def13 FUZZER_FLAG_UNSIGNED(seed, 0, "Random seed. If 0, seed is generated.")
17 "If 0, libFuzzer tries to guess a good value based on the corpus "
21 "limit is increased (smaller == faster). If 0, immediately try inputs with "
26 FUZZER_FLAG_INT(keep_seed, 0, "If 1, keep seed inputs in the corpus even if "
30 FUZZER_FLAG_INT(cross_over, 1, "If 1, cross over inputs.")
31 FUZZER_FLAG_INT(cross_over_uniform_dist, 0, "Experimental. If 1, use a "
47 "If 1, always prefer smaller inputs during the corpus shuffle.")
51 "If one unit runs more than this number of seconds the process will abort.")
56 FUZZER_FLAG_INT(max_total_time, 0, "If positive, indicates the maximal total "
68 FUZZER_FLAG_INT(merge, 0, "If 1, the 2-nd, 3-rd, etc corpora will be "
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc24 "If set, use the online symbolizer from common sanitizer runtime to turn "
28 "Path to external symbolizer. If empty, the tool will search $PATH for "
32 "If set, allows online symbolizer to run addr2line binary to symbolize "
38 "If available, use the fast frame-pointer-based unwinder on "
41 "If available, use the fast frame-pointer-based unwinder on fatal "
49 "If available, use the fast frame-pointer-based unwinder on "
57 "\"stderr\". If unspecified, defaults to \"stderr\".")
84 "If false, the allocator will crash instead of returning 0 on "
87 "If false, disable printing error summaries in addition to error "
112 "Deprecated. True has no effect, use handle_sigbus=1. If false, "
[all …]
/openbsd-src/gnu/usr.bin/perl/vms/
H A Ddescrip_mms.template6 #: or the free MMK clone (available by ftp at ftp.spc.edu). If you want to
97 @ If F$TrnLnm("Sys").eqs."" .and. F$TrnLnm("DECC$System_Include").nes."" Then Define/NoLog SYS DECC$System_Include
100 @ If F$TrnLnm("Sys").eqs."" .and. F$TrnLnm("DECC$System_Include").eqs."" Then Define/NoLog SYS Sys$Library
102 @ If F$TrnLnm("Sys").eqs."" .and. F$TrnLnm("DECC$System_Include").eqs."" Then Define/NoLog SYS DECC$Library_Include
340 @ If F$Search("$(MMS$TARGET)").eqs."" Then Library/Object/Create $(MMS$TARGET)
344 @ If F$Search("$(MMS$TARGET)").eqs."" Then Library/Object/Create $(MMS$TARGET)
399 @ If F$Search("$(DBG)perlshr_xtras.ts").nes."" Then Delete/NoLog/NoConfirm $(DBG)perlshr_xtras.ts;*
418 @ If F$Search("$(MMS$TARGET)").nes."" Then Delete/NoLog/NoConfirm $(MMS$TARGET);*
512 @ If F$Search("perl_root:[lib]html.dir").eqs."" Then Create/Directory perl_root:[lib.html]
563 If
[all...]
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/doxygen/
H A Duser.cfg.in37 # If a relative path is entered, it will be relative to the location
38 # where doxygen was started. If left blank the current directory will be used.
53 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
60 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
65 # If the EXTRACT_STATIC tag is set to YES all static members of a file
70 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
72 # If set to NO only classes defined in header files are included.
76 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
78 # If set to NO (the default) these members will be included in the
84 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dmpw-config.in5 If "{target_arch}" =~ /powerpc/
10 End If
27 If "{target_canonical}" =~ /m68k-apple-macos/
32 Else If "{target_canonical}" =~ /powerpc-apple-macos/
37 Else If "{target_canonical}" =~ /i386-\Option-x-go32/
41 Else If "{target_canonical}" =~ /m68k-\Option-x-coff/
44 Else If "{target_canonical}" =~ /mips-idt-ecoff/
48 Else If "{target_canonical}" =~ /mips-\Option-x-\Option-x/
55 Else If "{target_canonical}" =~ /sh-\Option-x-hms/
58 End If
[all …]
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DInterpreterProperties.td7 …Desc<"If true, regular expression alias commands will show the expanded command that will be execu…
11 …Desc<"If true, LLDB will prompt you before quitting if there are any live processes being debugged…
15 Desc<"If true, LLDB will save the session's transcripts before quitting.">;
19 Desc<"If true, LLDB will open the saved session's transcripts in the external editor.">;
26 Desc<"If true, LLDB will stop running a 'command source' script upon encountering an error.">;
30 Desc<"If true, blank lines will be printed between between REPL submissions.">;
34 Desc<"If true, commands will be echoed before they are evaluated.">;
38 Desc<"If true, commands will be echoed even if they are pure comment lines.">;
42 …Desc<"If true, LLDB will repeat the previous command if no command was passed to the interpreter.
46 …Desc<"If true, require --overwrite in 'command script add' before overwriting existing user comman…
/openbsd-src/gnu/gcc/libstdc++-v3/docs/doxygen/
H A Duser.cfg.in30 # If a relative path is entered, it will be relative to the location
31 # where doxygen was started. If left blank the current directory will be used.
35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
67 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
74 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will
87 # If left blank, the following values are used ("$name" is automatically
94 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
100 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show
108 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
109 # path before files name in the file list and in the header files. If set
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetCallingConv.td28 /// CCIfType - If the current argument is one of the specified types, apply
34 /// CCIf - If the predicate matches, apply A.
39 /// CCIfByVal - If the current argument has ByVal parameter attribute, apply
44 /// CCIfPreallocated - If the current argument has Preallocated parameter attribute,
49 /// CCIfSwiftSelf - If the current argument has swiftself parameter attribute,
54 /// CCIfSwiftAsync - If the current argument has swiftasync parameter attribute,
59 /// CCIfSwiftError - If the current argument has swifterror parameter attribute,
64 /// CCIfCFGuardTarget - If the current argument has cfguardtarget parameter
69 /// CCIfConsecutiveRegs - If the current argument has InConsecutiveRegs
78 /// CCIfInReg - If this argument is marked with the 'inreg' attribute, apply
[all …]
/openbsd-src/gnu/llvm/lldb/docs/
H A Ddoxygen.cfg.in38 # If a relative path is entered, it will be relative to the location
39 # where doxygen was started. If left blank the current directory will be used.
43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
84 # If left blank, the following values are used ("$name" is automatically
91 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
97 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
104 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
105 # path before files name in the file list and in the header files. If set
[all …]
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dmpw-config.in7 If "{target_arch}" =~ /m68k/
9 Else If "{target_arch}" =~ /powerpc/
11 Else If "{target_arch}" =~ /i386/
13 Else If "{target_arch}" =~ /mips/
15 Else If "{target_arch}" =~ /sh/
17 End If
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_flags.inc38 "If set, prints some debugging information and does additional checks.")
45 "If set, attempts to catch initialization order issues.")
48 "If set, uses custom wrappers and replacements for libc string functions "
51 "If set, uses custom wrappers for memset/memcpy/memmove intrinsics.")
75 "If set, user may manually mark memory regions as poisoned or "
94 "If set, explicitly unmaps the (huge) shadow at exit.")
95 ASAN_FLAG(bool, protect_shadow_gap, true, "If set, mprotect the shadow gap")
103 "If set, prints ASan exit stats even after program terminates "
107 "If set, prints thread creation stacks for the threads involved in the "
114 "If true, poison partially addressable 8-byte aligned words "
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_flags.inc20 "If set, explicitly unmaps the (huge) shadow at exit.")
21 MEMPROF_FLAG(bool, protect_shadow_gap, true, "If set, mprotect the shadow gap")
24 "If set, prints MemProf exit stats even after program terminates "
28 "If set, prints thread creation stacks for the threads involved in the "
36 "POSIX standard). If set to false, realloc(p, 0) will return a "
39 "If set, prints the heap profile in text format. Else use the raw binary serialization format.")
41 … "If set, prints memory profile in a terse format. Only applicable if print_text = true.")
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dhostconfig.texi16 If your host does need a special configuration header, it should be
53 backslash (@samp{/} and @samp{\}) are directory separators. If you
57 If defined, this macro should expand to a character constant specifying
63 If defined, these macros expand to character constants specifying
65 used somewhat inconsistently throughout the compiler. If your system
67 neither of them. If your system behaves like DOS (both forward and
73 files on your host machine. If you do not define this macro, GCC will
78 executable files on your host machine. If you do not define this macro,
84 This is commonly known as a @dfn{bit bucket} or @dfn{null device}. If
86 bucket. If the host does not support a bit bucket, define this macro to
[all …]
/openbsd-src/distrib/notes/i386/
H A Dinstall8 If your machine supports PXE network boots, you could try to configure a
13 If you are using CD-ROM, USB key or floppy media, ensure the media is
21 If you are installing across the network with PXE, you will need
28 If some action doesn't eventually happen, or the spinning cursor
30 floppy is bad or you are having hardware problems. If trying
32 CPU's internal and external caches (if any). If it still doesn't
34 probably be considered a bug, so you might want to report it. If
47 If you have DOS or Linux partitions defined on the disk, these
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-as.rst18 If *filename* is omitted or is ``-``, then **llvm-as** reads its input from
21 If an output file is not specified with the **-o** option, then
25 * If the input is standard input, then the output is standard output.
27 * If the input is a file that ends with ``.ll``, then the output file is of the
30 * If the input is a file that does not end with the ``.ll`` suffix, then the
46 Specify the output file name. If *filename* is ``-``, then **llvm-as**
52 If **llvm-as** succeeds, it will exit with 0. Otherwise, if an error occurs, it
/openbsd-src/gnu/usr.bin/binutils/ld/
H A Dmpw-config.in3 If "{target_canonical}" =~ /m68k-apple-macos/
8 Else If "{target_canonical}" =~ /powerpc-apple-macos/
13 Else If "{target_canonical}" =~ /i386-\Option-x-go32/
18 Else If "{target_canonical}" =~ /mips-\Option-x-ecoff/
23 Else If "{target_canonical}" =~ /mips-\Option-x-\Option-x/
28 Else If "{target_canonical}" =~ /sh-\Option-x-hms/
32 End If
/openbsd-src/distrib/notes/amd64/
H A Dinstall8 If your machine supports PXE network boots, you could try to configure a
13 If you are using CD-ROM, USB key or floppy media, ensure the media is
21 If you are installing across the network with PXE, you will need
28 If some action doesn't eventually happen, or the spinning cursor
30 floppy is bad or you are having hardware problems. If trying
33 want to report it. If you do, please {:-include-:} as many details
46 If you have DOS or Linux partitions defined on the disk, these
/openbsd-src/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx7_vaddr_da1f09.rst17 * If only :ref:`addr64<amdgpu_synid_addr64>` is specified, this operand supplies a 64-bit address. …
18 * If only :ref:`idxen<amdgpu_synid_idxen>` is specified, this operand supplies an index. Size is 1 …
19 * If only :ref:`offen<amdgpu_synid_offen>` is specified, this operand supplies an offset. Size is 1…
20 * If both :ref:`idxen<amdgpu_synid_idxen>` and :ref:`offen<amdgpu_synid_offen>` are specified, inde…
21 * If none of these modifiers are specified, this operand must be set to :ref:`off<amdgpu_synid_off>…
H A Dgfx8_vaddr_b73dc0.rst17 * If only :ref:`idxen<amdgpu_synid_idxen>` is specified, this operand supplies an index. Size is 1 …
18 * If only :ref:`offen<amdgpu_synid_offen>` is specified, this operand supplies an offset. Size is 1…
19 * If both modifiers are specified, index is in the first register and offset is in the second. Size…
20 * If none of these modifiers are specified, this operand must be set to :ref:`off<amdgpu_synid_off>…
H A Dgfx90a_vaddr_b73dc0.rst17 * If only :ref:`idxen<amdgpu_synid_idxen>` is specified, this operand supplies an index. Size is 1 …
18 * If only :ref:`offen<amdgpu_synid_offen>` is specified, this operand supplies an offset. Size is 1…
19 * If both modifiers are specified, index is in the first register and offset is in the second. Size…
20 * If none of these modifiers are specified, this operand must be set to :ref:`off<amdgpu_synid_off>…
H A Dgfx908_vaddr_b73dc0.rst17 * If only :ref:`idxen<amdgpu_synid_idxen>` is specified, this operand supplies an index. Size is 1 …
18 * If only :ref:`offen<amdgpu_synid_offen>` is specified, this operand supplies an offset. Size is 1…
19 * If both modifiers are specified, index is in the first register and offset is in the second. Size…
20 * If none of these modifiers are specified, this operand must be set to :ref:`off<amdgpu_synid_off>…
/openbsd-src/gnu/llvm/llvm/docs/
H A Ddoxygen.cfg.in57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
95 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief
98 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
108 # text. Otherwise, the brief description is used as-is. If left blank, the
115 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
122 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
130 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path
[all …]
/openbsd-src/gnu/llvm/clang/docs/
H A Ddoxygen.cfg.in57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
95 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief
98 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
108 # text. Otherwise, the brief description is used as-is. If left blank, the
115 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
122 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
130 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/DB_File/
H A Dconfig.in27 # If you have version 2.0 or greater, you can skip this question.
29 # If you have Berkeley DB 1.78 or greater you shouldn't have to
35 # If you don't know what version you have have a look in the file db.h.
37 # Search for the string "DB_VERSION_MAJOR". If it is present, you
40 # If that didn't work, find the definition of the BTREEINFO typedef.
73 # If you have copies of both 1.x and 2.x Berkeley DB installed on
88 # Note: If you are building this module with Win32, -llibdb will be
91 # If you have changed the name of the library, uncomment the line
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.os4003 If you read this file _as_is_, just ignore the funny characters you see.
44 If you don't want to install the compiled Perl in AIX into /QOpenSys
50 If building natively on PASE, please do the build under the /QOpenSys
55 If you are compiling on AIX, simply do a "make install" on the AIX box.
65 If you are compiling in PASE, then "make install" is the only thing you
79 PASE_EXEC_QOPENSYS="N". If you have V5R1, you'll need to get the
87 level of AIX that your version of PASE runtime supports. If you're
90 If you have test cases that fail, check for the existence of spool files.
93 environment variable or have a handler for the SIGILL. If you can
95 when it gives you the option. If you want to remove fchdir(), which
[all …]

12345678910>>...99