HomeSort by: relevance | last modified time | path
    Searched refs:anything (Results 1 - 25 of 137) sorted by relevancy

1 2 3 4 5 6

  /src/tests/usr.bin/xlint/lint1/
gcc_cast_union.c 16 union anything { union
62 union anything any;
64 any = (union anything)(_Bool)0;
65 any = (union anything)(char)'\0';
66 any = (union anything)(signed char)'\0';
67 any = (union anything)(unsigned char)'\0';
68 any = (union anything)(short)'\0';
69 any = (union anything)(unsigned short)'\0';
70 any = (union anything)(int)'\0';
71 any = (union anything)(unsigned int)'\0'
    [all...]
msg_247.c 52 * about endianness, but that's not something lint can do anything about. The
358 } anything; typedef in typeref:union:__anon8090
364 static anything *p_anything;
379 /* expect+1: warning: invalid combination of 'pointer to union typedef anything' and 'pointer to double', op '=' [124] */
381 /* OK, since the union 'anything' has a 'double' member. */
382 p_anything = (anything *)p_double;
383 /* expect+1: warning: invalid combination of 'pointer to double' and 'pointer to union typedef anything', op '=' [124] */
385 /* OK, since the union 'anything' has a 'double' member. */
392 /* expect+1: warning: invalid combination of 'pointer to function(void) returning void' and 'pointer to union typedef anything', op '=' [124] */
393 p_function = (anything *)p_int
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_add_impl.inc 26 // 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.)
fp_mul_impl.inc 32 // NaN * anything = qNaN
34 // anything * NaN = qNaN
51 // zero * anything = +/- zero
53 // anything * zero = +/- zero
65 // won't hurt anything.)
  /src/external/bsd/zstd/dist/tests/gzip/
z-suffix.sh 22 printf anything > F && cp F G || framework_failure_
null-suffix-clobber.sh 22 printf anything | gzip > F.gz || framework_failure_
  /src/bin/sh/
shell.h 96 * matters for anything, just makes it easier to assign a different
166 /* This one allows anything extra needed in DEBUG mode -- often var decls */
167 #define DEBUG_ONLY(anything) anything
224 #define DEBUG_ONLY(anything) do { /* nothing */ } while(0)
  /src/distrib/mac68k/miniroot/
install.md 147 As with anything which modifies your hard disk's contents, this
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
RunLoopAutoreleaseLeakChecker.cpp 131 static StatementMatcher getRunLoopRunM(StatementMatcher Extra = anything()) {
147 static StatementMatcher getOtherMessageSentM(StatementMatcher Extra = anything()) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_malloc_mac.inc 75 // We don't need to do anything here. We're not registering new zones, so we
306 // I don't think we support anything like this
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-alias.h 32 unsigned int anything : 1;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_malloc_mac.inc 75 // We don't need to do anything here. We're not registering new zones, so we
341 // I don't think we support anything like this
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-alias.h 32 unsigned int anything : 1;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_malloc_mac.inc 75 // We don't need to do anything here. We're not registering new zones, so we
341 // I don't think we support anything like this
  /src/games/hack/
hack.makemon.c 88 boolean anything = (!ptr); local
169 if (anything)
  /src/share/mk/
bsd.klinks.mk 42 # XXX .BEGIN is used to make sure the links are done before anything else.
  /src/usr.bin/make/unit-tests/
directive.mk 36 # Not even the space after the '.info' can change anything about this.
recursive.mk 4 # This would stop make from doing anything since the "recursive" error
directive-include.mk 31 # As of 2020-11-21, anything after the delimiter '"' is ignored.
32 .include "/dev/null" and ignore anything in the rest of the line.
deptgt-end-fail.mk 68 # anything and thus has been dropped. To run some commands on error, use the
directive-export-impl.mk 52 # Now the referenced variable gets defined. This does not influence anything
  /src/external/gpl3/gcc/dist/contrib/header-tools/
headerutils.py 393 # Return the new SRC only if anything changed.
397 anything = False
406 anything = True
409 anything = True
418 if (anything):
  /src/external/gpl3/gcc.old/dist/contrib/header-tools/
headerutils.py 393 # Return the new SRC only if anything changed.
397 anything = False
406 anything = True
409 anything = True
418 if (anything):
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
dlmopen-ns-ids.exp 139 "before loading anything"
  /src/libexec/httpd/lua/
optparse.lua 12 -- <opt> the option string to be used (can be anything, if one letter opt, then should be -x val, more letters: -xy=val )

Completed in 66 milliseconds

1 2 3 4 5 6