Home
last modified time | relevance | path

Searched refs:undefined (Results 1 – 25 of 744) sorted by relevance

12345678910>>...30

/openbsd/regress/usr.bin/mandoc/roff/esc/
H A Dinvalid.out_lint1 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 DA1.out_lint1 mandoc: A1.in:17:25: WARNING: undefined escape, printing literally: \G
4 mandoc: A1.in:25:16: WARNING: undefined escape, printing literally: \G
H A Dw.out_lint1 mandoc: w.in:25:15: WARNING: undefined escape, printing literally: \G
4 mandoc: w.in:37:16: WARNING: undefined escape, printing literally: \G
/openbsd/regress/usr.bin/mandoc/roff/string/
H A Dname.out_lint5 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 Dundef.out_ascii4 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 Dstd.out_lint1 mandoc: std.in:7:4: WARNING: undefined string, using "": DT
2 mandoc: std.in:11:4: WARNING: undefined string, using "": myname
/openbsd/gnu/llvm/lld/docs/
H A DWebAssembly.rst72 .. 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``.
98 trapping stub function in place of the undefined function.
119 .. option:: --import-undefined
195 they are expected to be undefined at static link time.
[all …]
H A Dmissingkeyfunction.rst6 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 Derror_handling_script.rst30 - ``undefined-symbol``: indicates that given symbol is marked as undefined. The
32 ``error-handling-script undefined-symbol mysymbol``
/openbsd/regress/usr.bin/mandoc/char/unicode/
H A Dnogroff.out_utf8106 ￾ <undefined>
107 ￿ <undefined>
110 �� <undefined>
111 �� <undefined>
114 �� <undefined>
115 �� <undefined>
118 �� <undefined>
119 �� <undefined>
H A Dnogroff.out_ascii106 <?> <undefined>
107 <?> <undefined>
110 <?> <undefined>
111 <?> <undefined>
114 <?> <undefined>
115 <?> <undefined>
118 <?> <undefined>
119 <?> <undefined>
H A Dnogroff.out_html99 &#xFFFE; &lt;undefined&gt;
100 &#xFFFF; &lt;undefined&gt;
103 &#xEFFFE; &lt;undefined&gt;
104 &#xEFFFF; &lt;undefined&gt;
107 &#xFFFFE; &lt;undefined&gt;
108 &#xFFFFF; &lt;undefined&gt;
111 &#x10FFFE; &lt;undefined&gt;
112 &#x10FFFF; &lt;undefined&gt;
/openbsd/gnu/llvm/clang/docs/
H A DUndefinedBehaviorSanitizer.rst11 UndefinedBehaviorSanitizer (UBSan) is a fast undefined behavior detector.
12 UBSan modifies the program at compile-time to catch various kinds of undefined
48 % clang++ -fsanitize=undefined test.cc
99 zero. This is undefined per the C and C++ standards, but is defined
114 Issues caught by these sanitizers are not undefined behavior,
120 Issues caught by this sanitizer are not undefined behavior,
189 - ``-fsanitize=undefined-trap``: Deprecated alias of
190 ``-fsanitize=undefined``.
230 ``-fsanitize=undefined``, you could enable the minimal runtime with
231 ``-fsanitize=undefined -fsanitize-minimal-runtime``.
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dra-build.c390 if (*undefined <= 15)
394 *undefined = u.new_undef;
399 switch (*undefined)
431 *undefined = u;
450 undefined);
688 old_u = use->undefined;
724 visit_trace[uid].undefined = use->undefined;
762 undef = use->undefined;
843 use->undefined = 0;
876 && (use->undefined & ~visit_trace[uid].undefined) == 0)
[all …]
/openbsd/regress/usr.bin/mandoc/roff/nr/
H A Dundef.out_ascii4 nr-undef - using an undefined number register
7 The myr register is initially undefined.
15 After removing it, it is again undefined.
/openbsd/gnu/usr.bin/perl/dist/Dumpvalue/t/
H A Drt-134441-dumpvalue.t43 '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/gnu/llvm/lld/docs/ELF/
H A Dwarn_backrefs.rst4 ``--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/gnu/usr.bin/perl/t/lib/warnings/
H A Dpp18 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/usr.sbin/ldapd/
H A Dsearch.c709 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()
808 plan->undefined = arg->undefined; in search_planner()
[all …]
/openbsd/gnu/llvm/lld/wasm/
H A DOptions.td138 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/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dnest20.C12 enum Type { undefined, slong, ulong, ldouble }; enumerator
28 type_(undefined), in Expr()
/openbsd/gnu/usr.bin/perl/t/uni/
H A Dgoto.t35 …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/regress/usr.bin/mandoc/roff/de/
H A Dindir.out_lint1 mandoc: indir.in:19:11: WARNING: undefined string, using "": myie
2 mandoc: indir.in:26:6: WARNING: undefined string, using "": myim
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dmacscp.exp87 set definition undefined
110 if {[string compare $definition undefined] == 0 \
145 undefined -
364 undefined { pass $test_name }
385 undefined { pass $test_name }
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DSanitizers.def139 // -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)

12345678910>>...30