Home
last modified time | relevance | path

Searched refs:anything (Results 1 – 25 of 1274) sorted by relevance

12345678910>>...51

/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dgcc_cast_union.c16 union anything { union
62 union anything any; in test()
64 any = (union anything)(_Bool)0; in test()
65 any = (union anything)(char)'\0'; in test()
66 any = (union anything)(signed char)'\0'; in test()
67 any = (union anything)(unsigned char)'\0'; in test()
68 any = (union anything)(short)'\0'; in test()
69 any = (union anything)(unsigned short)'\0'; in test()
70 any = (union anything)(int)'\0'; in test()
71 any = (union anything)(unsigned int)'\0'; in test()
[all …]
H A Dmsg_247.c52 * about endianness, but that's not something lint can do anything about. The
358 } anything; typedef
364 static anything *p_anything;
379 /* expect+1: warning: illegal combination of 'pointer to union typedef anything' and 'pointer to double', op '=' [124] */ in conversions_from_and_to_union()
381 /* OK, since the union 'anything' has a 'double' member. */ in conversions_from_and_to_union()
382 p_anything = (anything *)p_double; in conversions_from_and_to_union()
383 /* expect+1: warning: illegal combination of 'pointer to double' and 'pointer to union typedef anything', op '=' [124] */ in conversions_from_and_to_union()
385 /* OK, since the union 'anything' has a 'double' member. */ in conversions_from_and_to_union()
392 /* expect+1: warning: illegal combination of 'pointer to function(void) returning void' and 'pointer to union typedef anything', op '=' [124] */ in conversions_from_and_to_union()
393 p_function = (anything *)p_in in conversions_from_and_to_union()
[all...]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfp_add_impl.inc26 // NaN + anything = qNaN
28 // anything + NaN = qNaN
34 // +/-infinity + anything remaining = +/- infinity
38 // anything remaining + +/-infinity = +/-infinity
41 // zero + anything = anything
48 // anything + zero = anything
77 // anything.)
H A Dfp_mul_impl.inc32 // NaN * anything = qNaN
34 // anything * NaN = qNaN
51 // zero * anything = +/- zero
53 // anything * zero = +/- zero
65 // won't hurt anything.)
/netbsd-src/sys/arch/sparc64/doc/
H A DSunFire_v210.txt7 undocumented pins do, if anything.
28 all low active, the remaining outputs don't seem to do anything.
47 all low active, the remaining outputs don't seem to do anything.
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/symcheck-blacklists/
H A Dosx_blacklist.txt16 # anything using __hidden_allocator
18 # anything using __sso_allocator
H A Dlinux_blacklist.txt16 # anything using __hidden_allocator
18 # anything using __sso_allocator
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/data/
H A Dtest011-out.ldif1 # ldapsearch does not return anything tangible in the output if it enounters a referral
7 # Asking for anything under a referral will do the same
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dheaderdirs.texi21 doesn't install anything there. It is normally
26 doesn't install anything there.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dheaderdirs.texi21 doesn't install anything there. It is normally
26 doesn't install anything there.
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Daout12 # XXX - is there anything we can look at to distinguish BSD/OS 386 from
34 # XXX - is there anything we can look at to distinguish old SunOS 68010
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Diter_stub_leak.rpl141 ; match anything, servfail
155 ; match anything, servfail
169 ; match anything, servfail
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DRunLoopAutoreleaseLeakChecker.cpp131 static StatementMatcher getRunLoopRunM(StatementMatcher Extra = anything()) { in getRunLoopRunM()
147 static StatementMatcher getOtherMessageSentM(StatementMatcher Extra = anything()) { in getOtherMessageSentM()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pdp11/
H A Dpredicates.md41 ;; Accept anything general_operand accepts, except that registers must
50 ;; Accept anything nonimmediate_operand accepts, except that registers must
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pdp11/
H A Dpredicates.md41 ;; Accept anything general_operand accepts, except that registers must
50 ;; Accept anything nonimmediate_operand accepts, except that registers must
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dfnmatch.txh10 character is in the set. A set may be inverted (i.e., match anything
13 as anything other than the first character of the set. To include a
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dfnmatch.txh10 character is in the set. A set may be inverted (i.e., match anything
13 as anything other than the first character of the set. To include a
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dfnmatch.txh10 character is in the set. A set may be inverted (i.e., match anything
13 as anything other than the first character of the set. To include a
/netbsd-src/external/gpl3/gdb.old/dist/libiberty/
H A Dfnmatch.txh10 character is in the set. A set may be inverted (i.e., match anything
13 as anything other than the first character of the set. To include a
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dfnmatch.txh10 character is in the set. A set may be inverted (i.e., match anything
13 as anything other than the first character of the set. To include a
/netbsd-src/external/gpl3/gdb/dist/libiberty/
H A Dfnmatch.txh10 character is in the set. A set may be inverted (i.e., match anything
13 as anything other than the first character of the set. To include a
/netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dheaderutils.py397 anything = False
406 anything = True
409 anything = True
418 if (anything):
/netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/
H A Dheaderutils.py397 anything = False
406 anything = True
409 anything = True
418 if (anything):
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-inject/
H A Dtest-empty.txt2 # This test voluntarily has no RUN lines or anything else. The RUN lines are
/netbsd-src/games/hack/
H A Dhack.makemon.c88 boolean anything = (!ptr); in makemon() local
169 if (anything) in makemon()

12345678910>>...51