| /openbsd-src/regress/usr.bin/mandoc/roff/esc/ |
| H A D | invalid.out_lint | 1 mandoc: invalid.in:7:8: WARNING: undefined escape, printing literally: \+ 3 mandoc: invalid.in:8:13: WARNING: undefined escape, printing literally: \; 5 mandoc: invalid.in:9:13: WARNING: undefined escape, printing literally: \< 7 mandoc: invalid.in:10:12: WARNING: undefined escape, printing literally: \= 9 mandoc: invalid.in:11:16: WARNING: undefined escape, printing literally: \> 11 mandoc: invalid.in:12:6: WARNING: undefined escape, printing literally: \@ 13 mandoc: invalid.in:13:18: WARNING: undefined escape, printing literally: \] 16 mandoc: invalid.in:15:9: WARNING: undefined escape, printing literally: \1 18 mandoc: invalid.in:16:5: WARNING: undefined escape, printing literally: \G 20 mandoc: invalid.in:17:5: WARNING: undefined escape, printing literally: \I [all …]
|
| H A D | w.out_lint | 1 mandoc: w.in:25:15: WARNING: undefined escape, printing literally: \G 4 mandoc: w.in:37:16: WARNING: undefined escape, printing literally: \G
|
| H A D | A1.out_lint | 1 mandoc: A1.in:17:25: WARNING: undefined escape, printing literally: \G 4 mandoc: A1.in:25:16: WARNING: undefined escape, printing literally: \G
|
| /openbsd-src/regress/usr.bin/mandoc/roff/string/ |
| H A D | name.out_lint | 5 mandoc: name.in:20:7: WARNING: undefined string, using "": quot 7 mandoc: name.in:28:6: WARNING: undefined string, using "": bse 9 mandoc: name.in:30:5: WARNING: undefined string, using "": bs 11 mandoc: name.in:38:7: WARNING: undefined string, using "": bl e 13 mandoc: name.in:40:6: WARNING: undefined string, using "": ble 15 mandoc: name.in:42:5: WARNING: undefined string, using "": bl 17 mandoc: name.in:46:19: WARNING: undefined escape, printing literally: \G
|
| H A D | undef.out_ascii | 4 string-undef - expanding undefined strings 8 The sting "mys" is undefined and remains undefined. 14 After removing the definition, it is now undefined. 17 The macro "mym" is undefined. 23 After removing the definition, it is now undefined.
|
| H A D | std.out_lint | 1 mandoc: std.in:7:4: WARNING: undefined string, using "": DT 2 mandoc: std.in:11:4: WARNING: undefined string, using "": myname
|
| /openbsd-src/gnu/llvm/lld/docs/ |
| H A D | WebAssembly.rst | 72 .. option:: --allow-undefined 74 Allow undefined symbols in linked binary. This is the legacy 76 ``--import-undefined``. 78 .. option:: --allow-undefined-file=<filename> 80 Like ``--allow-undefined``, but the filename specified a flat list of 81 symbols, one per line, which are allowed to be undefined. 85 This is a more full featured version of ``--allow-undefined``. 96 Resolve all undefined symbols to zero. For data and function addresses 98 trapping stub function in place of the undefined function. 102 Undefined symbols generate WebAssembly imports, including undefined data [all …]
|
| H A D | missingkeyfunction.rst | 6 foo.cc:28: error: undefined reference to 'vtable for C' 7 the vtable symbol may be undefined because the class is missing its key function 16 function calls your missing function, you won't see any undefined reference errors 17 for it, but you will see undefined references to the vtable symbol. 42 not emit the vtable for ``B``, and you'll get an undefined reference to "vtable 49 you won't see any undefined reference errors that point directly to the problem.
|
| H A D | error_handling_script.rst | 30 - ``undefined-symbol``: indicates that given symbol is marked as undefined. The 32 ``error-handling-script undefined-symbol mysymbol``
|
| /openbsd-src/regress/usr.bin/mandoc/char/unicode/ |
| H A D | nogroff.out_utf8 | 106 <undefined> 107 <undefined> 110 <undefined> 111 <undefined> 114 <undefined> 115 <undefined> 118 <undefined> 119 <undefined>
|
| H A D | nogroff.out_ascii | 106 <?> <undefined> 107 <?> <undefined> 110 <?> <undefined> 111 <?> <undefined> 114 <?> <undefined> 115 <?> <undefined> 118 <?> <undefined> 119 <?> <undefined>
|
| H A D | nogroff.out_html | 99  <undefined> 100  <undefined> 103  <undefined> 104  <undefined> 107  <undefined> 108  <undefined> 111  <undefined> 112  <undefined>
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | UndefinedBehaviorSanitizer.rst | 11 UndefinedBehaviorSanitizer (UBSan) is a fast undefined behavior detector. 12 UBSan modifies the program at compile-time to catch various kinds of undefined 35 Use ``clang++`` to compile and link your program with ``-fsanitize=undefined`` 48 % clang++ -fsanitize=undefined test.cc 89 ``-fsanitize=local-bounds`` is not included in ``-fsanitize=undefined``. 99 zero. This is undefined per the C and C++ standards, but is defined 101 infinity or NaN value, so is not included in ``-fsanitize=undefined``. 114 Issues caught by these sanitizers are not undefined behavior, 120 Issues caught by this sanitizer are not undefined behavior, 134 to an incompatible type. This is often unintentional, but is not undefined [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ra-build.c | 142 unsigned HOST_WIDE_INT undefined; member 157 unsigned HOST_WIDE_INT undefined; member 384 undef_to_size_word (reg, undefined) in undef_to_size_word() argument 386 unsigned HOST_WIDE_INT *undefined; 390 if (*undefined <= 15) 393 u = undef_table[*undefined]; 394 *undefined = u.new_undef; 399 switch (*undefined) 401 case 0x00f0 : *undefined = 0; return BL_TO_WORD (4, 4); 402 case 0x00ff : *undefined = 0; return BL_TO_WORD (0, 8); [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/Dumpvalue/t/ |
| H A D | rt-134441-dumpvalue.t | 43 'dumpValue worked on array ref, first element undefined' ); 47 'dumpValues worked on array, first element undefined' ); 49 "dumpValues called on array returns same as dumpValue on array ref, first element undefined"); 55 'dumpValue worked on array ref, last element undefined' ); 59 'dumpValues worked on array, last element undefined' ); 61 "dumpValues called on array returns same as dumpValue on array ref, last element undefined");
|
| /openbsd-src/regress/usr.bin/mandoc/roff/nr/ |
| H A D | undef.out_ascii | 4 nr-undef - using an undefined number register 7 The myr register is initially undefined. 15 After removing it, it is again undefined.
|
| /openbsd-src/gnu/llvm/lld/docs/ELF/ |
| H A D | warn_backrefs.rst | 4 ``--warn-backrefs`` gives a warning when an undefined symbol reference is 8 right maintaining the set of undefined symbol references from the files loaded 12 set of undefined symbol references. When all resolving definitions have been 15 an undefined symbol resolved by a archive to the left of it. For example: 19 will result in an ``undefined reference`` error. If there are no cyclic 27 still search that archive for resolving any undefined references. This means 51 will result in an ``undefined reference`` error: 56 ``B``, your link may fail surprisingly with ``undefined symbol: 63 fail surprisingly with ``undefined symbol`` if there is somehow a dependency on
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | pp | 18 Constant subroutine %s undefined 21 Constant subroutine (anonymous) undefined 104 Constant subroutine foo undefined at - line 4. 116 Constant subroutine ฝᶱ undefined at - line 6. 126 Constant subroutine (anonymous) undefined at - line 4.
|
| /openbsd-src/usr.sbin/ldapd/ |
| H A D | search.c | 709 plan->undefined = 1; in search_planner() 713 plan->undefined = 1; in search_planner() 725 plan->undefined = 1; in search_planner() 729 plan->undefined = 1; in search_planner() 741 plan->undefined = 1; in search_planner() 753 if (arg->undefined) { in search_planner() 754 plan->undefined = 1; in search_planner() 761 if (plan->undefined) in search_planner() 784 plan->undefined = 1; in search_planner() 786 if (!arg->undefined) { in search_planner() [all …]
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | Options.td | 138 defm undefined: Eq<"undefined", "Force undefined symbol during linking">; 160 def allow_undefined: F<"allow-undefined">, 161 HelpText<"Allow undefined symbols in linked binary. " 162 "This options is equivalent to --import-undefined " 165 def import_undefined: F<"import-undefined">, 166 HelpText<"Turn undefined symbols into imports where possible">; 168 def allow_undefined_file: J<"allow-undefined-file=">, 169 HelpText<"Allow symbols listed in <file> to be undefined in linked binary">; 171 def allow_undefined_file_s: Separate<["-"], "allow-undefined-file">, 256 def: JoinedOrSeparate<["-"], "u">, Alias<undefined>;
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
| H A D | nest20.C | 12 enum Type { undefined, slong, ulong, ldouble }; enumerator 28 type_(undefined), in Expr()
|
| /openbsd-src/gnu/usr.bin/perl/t/uni/ |
| H A D | goto.t | 35 …like $@, qr/Goto undefined subroutine &main::\345\225\217\351\241\214\343\201\256\345\216\237\345\… 41 …like $@, qr/Goto undefined subroutine &main::因/, "goto undefined sub gets the right error message";
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | macscp.exp | 87 set definition undefined 110 if {[string compare $definition undefined] == 0 \ 145 undefined - 364 undefined { pass $test_name } 385 undefined { pass $test_name }
|
| /openbsd-src/regress/usr.bin/mandoc/roff/de/ |
| H A D | indir.out_lint | 1 mandoc: indir.in:19:11: WARNING: undefined string, using "": myie 2 mandoc: indir.in:26:6: WARNING: undefined string, using "": myim
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Sanitizers.def | 139 // -fsanitize=undefined includes all the sanitizers which have low overhead, no 140 // ABI or address space layout implications, and only catch undefined behavior. 141 SANITIZER_GROUP("undefined", Undefined, 149 // -fsanitize=undefined-trap is an alias for -fsanitize=undefined. 150 SANITIZER_GROUP("undefined-trap", UndefinedTrap, Undefined)
|