HomeSort by relevance Sort by last modified time
    Searched full:warn (Results 151 - 175 of 3214) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/test/Preprocessor/
expr_liveness.c 49 // -Wundef should not warn about use of undefined identifier if not live.
  /external/clang/test/Sema/
constant-conversion.c 19 a.bit = 1; // shouldn't warn
25 return 10; // shouldn't warn
54 // Don't warn about this implicit conversion to bool, or at least
55 // don't warn about it just because it's a bitfield.
vla-2.c 16 (void)*(int(*)[(0 << 32,n)])0; // FIXME: We should warn here.
  /external/clang/test/SemaCXX/
uninit-variables.cpp 19 // Don't warn on unevaluated contexts.
26 // Warn for glvalue arguments to typeid whose type is polymorphic.
101 // Don't warn about uninitialized variables in unreachable code.
109 // Don't warn about variables declared in "catch"
virtual-override-x64.cpp 3 // Non-x86 targets ignore the calling conventions by default (but will warn
warn-new-overaligned-3.cpp 5 #include <warn-new-overaligned-3.h>
  /external/clang/test/SemaObjC/
property-11.m 26 // GCC does *not* warn about the following. Since foo/setFoo: are not in the
  /external/clang/test/SemaObjCXX/
delay-parsing-cfunctions.mm 16 [self privateMethod]; // clang already does not warn here
delay-parsing-cplusfuncs.mm 24 [self privateMethod]; // clang already does not warn here
  /external/libxml2/include/libxml/
relaxng.h 140 xmlRelaxNGValidityWarningFunc warn,
145 xmlRelaxNGValidityWarningFunc *warn,
170 xmlRelaxNGValidityWarningFunc warn,
175 xmlRelaxNGValidityWarningFunc *warn,
xmlschemas.h 131 xmlSchemaValidityWarningFunc warn,
140 xmlSchemaValidityWarningFunc * warn,
160 xmlSchemaValidityWarningFunc warn,
169 xmlSchemaValidityWarningFunc *warn,
  /external/llvm/test/Bindings/Ocaml/
ext_exc.ml 1 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_bitreader.cmxa llvm_executionengine.cmxa %s -o %t
  /external/mesa3d/src/mapi/glapi/
glapi_nop.c 64 Warn(const char *func)
82 return Warn(" function");
92 #define DISPATCH(func, args, msg) Warn(#func);
93 #define RETURN_DISPATCH(func, args, msg) Warn(#func); return 0
  /external/openssh/regress/
connect-privsep.sh 23 warn "ssh privsep/sandbox+proxyconnect protocol $p failed"
  /external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
gendef.pl 9 warn "Couldn't open $file: $!\n";
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
MemoryTextBody.java 84 log.warn("No MIME charset specified. Using " + javaCharset
87 log.warn("MIME charset '" + mimeCharset + "' has no "
96 log.warn("No MIME charset specified. Using the "
99 log.warn("MIME charset '" + mimeCharset + "' has no "
TempFileTextBody.java 83 log.warn("No MIME charset specified. Using " + javaCharset
86 log.warn("MIME charset '" + mimeCharset + "' has no "
95 log.warn("No MIME charset specified. Using the "
98 log.warn("MIME charset '" + mimeCharset + "' has no "
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/
libgmp.la 27 # Should we warn about portability when linking against -modules?
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pydebug.h 27 /* Warn about 3.x issues */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pydebug.h 27 /* Warn about 3.x issues */
  /external/apache-http/src/org/apache/commons/logging/
Log.java 31 * <li>warn</li>
129 * <p> Is warn logging currently enabled? </p>
133 * when the log level is more than warn. </p>
135 * @return true if warn is enabled in the underlying logger.
195 * <p> Log a message with warn log level. </p>
199 public void warn(Object message); method in interface:Log
203 * <p> Log an error with warn log level. </p>
208 public void warn(Object message, Throwable t); method in interface:Log
  /external/chromium_org/skia/
skia_chrome_opts.target.darwin-arm.mk 36 -Wl,--warn-shared-textrel \
57 -Wl,--warn-shared-textrel
skia_chrome_opts.target.linux-arm.mk 36 -Wl,--warn-shared-textrel \
57 -Wl,--warn-shared-textrel
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasmlib.h 39 * `*warn' to TRUE if an overflow occurs, and FALSE otherwise.
43 yasm_intnum *nasm_readstrnum(char *str, size_t length, int *warn);
  /external/clang/test/Parser/
warn-dangling-else.cpp 5 // should warn
34 // Somewhat more elaborate case that shouldn't warn.

Completed in 364 milliseconds

1 2 3 4 5 67 8 91011>>