Searched refs:undefined (Results 1 - 25 of 130) sorted by relevance

123456

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dnest20.C12 enum Type { undefined, slong, ulong, ldouble }; enumerator in enum:Expr::Type
24 // Construct an undefined expression.
28 type_(undefined),
/openbsd-current/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\233\240/, "But does NOT find the softref sub when it's lacking the UTF-8 flag";
41 like $@, qr/Goto undefined subroutine &main::���/, "goto undefined sub gets the right error message";
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Drequire_override.t19 like($error, qr/Missing or undefined argument to require/, "Make sure we got the error we expect");
32 like($error, qr/^Missing or undefined argument to require/,
42 like($error, qr/^Missing or undefined argument to require/,
/openbsd-current/gnu/usr.bin/binutils/ld/emulparams/
H A Delf32xtensa.sh8 OUTPUT_FORMAT=undefined
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/emulparams/
H A Delf32xtensa.sh8 OUTPUT_FORMAT=undefined
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/
H A Dundefined-block.t16 eval { no strict 'refs'; &{$sub}(\&undefined, 1, 2) };
17 like($@, qr{^Undefined subroutine in $sub}, "$sub(\&undefined, ...) croaks");
/openbsd-current/gnu/llvm/libcxx/utils/ci/
H A Doss-fuzz.sh7 if [[ ${SANITIZER} = *undefined* ]]; then
/openbsd-current/regress/lib/libssl/symbols/
H A DMakefile9 LDFLAGS+= -Wl,--no-allow-shlib-undefined
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dra-build.c138 it were still undefined when that insn was reached. */
142 unsigned HOST_WIDE_INT undefined; member in struct:visit_trace
153 undefined is valid. Otherwise not. */
155 /* The still undefined bytes at that time. The use to which this is
157 unsigned HOST_WIDE_INT undefined; member in struct:ra_bb_info
300 potentially, because we may never reach a def, so this is an undefined use,
368 A set bit means an undefined byte. Factor all undefined bytes into
369 groups, and return a size/ofs pair of consecutive undefined bytes,
384 undef_to_size_word (reg, undefined)
603 unsigned HOST_WIDE_INT undefined; member in struct:curr_use
[all...]
/openbsd-current/usr.sbin/ldapd/
H A Dfilter.c40 if (plan->undefined)
121 if (plan->undefined)
134 return -1; /* internal failure, false or undefined? */
195 if (plan->undefined)
H A Dsearch.c673 log_debug("%s: no such attribute, undefined term", attr);
709 plan->undefined = 1;
713 plan->undefined = 1;
725 plan->undefined = 1;
729 plan->undefined = 1;
741 plan->undefined = 1;
753 if (arg->undefined) {
754 plan->undefined = 1;
760 /* The term is undefined if any arg is undefined
[all...]
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBDefs.h63 #error undefined architecture
/openbsd-current/gnu/usr.bin/perl/lib/File/
H A DCompare.t124 like($@, qr/from\s+undefined/,
125 "compare() fails: first argument undefined");
131 like($@, qr/to\s+undefined/,
132 "compare() fails: second argument undefined");
/openbsd-current/regress/lib/libcrypto/symbols/
H A DMakefile24 LDFLAGS+= -Wl,--no-allow-shlib-undefined
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dmacscp.exp48 # If GDB says that MACRO has no definition, return the string `undefined'.
87 set definition undefined
98 # (for undefined symbols).
110 if {[string compare $definition undefined] == 0 \
145 undefined -
344 "$before_macro defined/undefined when stopped at $func"
364 undefined { pass $test_name }
374 "$until_macro defined/undefined when stopped at $func"
385 undefined { pass $test_name }
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dmktodo.pl69 # List of functions that are never considered undefined. Add to as necessary
177 # in this version of perl. If not, we figure out which ones were undefined,
245 # If it didn't find any undefined symbols, everything should be working.
254 # Alas, something was wrong. Add any undefined symbols listed in the
257 if ($l =~ /undefined symbol: (\w+)/) {
263 # For each undefined symbol
271 # pthread_[gs]etspecific() are undefined. khw doesn't know why; these
317 # recheck symbols except undefined ones reported by the dynamic linker
320 # Display each newly found undefined symbol, and add it to the list of todo
562 # returns a list of undefined symbol
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/AutoLoader/t/
H A D01AutoLoader.t85 like( $@, qr/^Can't locate/, 'undefined method' );
88 ok( ! $result, 'can() should fail on undefined methods' );
/openbsd-current/lib/libc/arch/sparc64/gen/
H A Dfixunsdfsi.S79 ! fits (if not, the result is undefined anyway).
123 ! fits (if not, the result is undefined anyway).
/openbsd-current/lib/libcbor/src/cbor/
H A Dcallbacks.h100 cbor_simple_callback undefined; member in struct:cbor_callbacks
H A Dcallbacks.c115 .undefined = cbor_null_undefined_callback,
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dia64-tdep.c71 undefined /* undefined or reserved */ enumerator in enum:instruction_type
443 { undefined, undefined, undefined }, /* 06 */
444 { undefined, undefined, undefined }, /* 07 */
457 { undefined, undefined, undefine
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module/
H A Dbasic.t260 qr{ \A undefined [ ] subroutine [ ] \&Term::ANSIColor::RSET [ ] called
267 qr{ \A undefined [ ] subroutine [ ] \&Term::ANSIColor::reset [ ] called
278 qr{ \A undefined [ ] subroutine [ ] \&Term::ANSIColor::RSET [ ] called
280 'Correct error from undefined attribute with disabled colors'
/openbsd-current/gnu/llvm/llvm/utils/
H A Dcheck-each-file22 *undefined*reference*__main*)
/openbsd-current/sys/arch/arm/arm/
H A Dvfp.c26 #include <arm/include/undefined.h>
/openbsd-current/gnu/usr.bin/perl/dist/Data-Dumper/t/
H A Dseen.t40 qr/^Value of ref must be defined; ignoring undefined item \$mark/,
41 "Got expected warning for undefined value of item");

Completed in 308 milliseconds

123456