Searched
full:warnings (Results
376 -
400 of
2194) sorted by null
<<11121314151617181920>>
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/ |
Runtime.pm | 4 use warnings;
|
/external/antlr/antlr-3.4/runtime/Python/ |
TODO | 34 - verbose/quiet flag: show/hide warnings
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestRewriteTemplates.java | 254 assertEquals("unexpected errors: "+equeue, 0, equeue.warnings.size()); 276 assertEquals("unexpected errors: "+equeue, 0, equeue.warnings.size()); 295 assertEquals("unexpected errors: "+equeue, 0, equeue.warnings.size()); 315 assertEquals("unexpected errors: "+equeue, 0, equeue.warnings.size());
|
/external/bison/lib/ |
gettext.h | 50 The casts to 'const char *' serve the purpose of producing warnings
|
/external/chromium/crypto/third_party/nss/ |
blapit.h | 51 ** warnings when return values are wrong. Correct testing of status codes:
|
/external/chromium/testing/gmock/ |
CHANGES | 42 * Significantly cleaned up compiler warnings.
|
/external/clang/ |
Makefile | 55 # GCC's have false positive warnings with it on Linux (which prove a pain to
|
/external/clang/include/clang/Frontend/ |
DiagnosticOptions.h | 77 std::vector<std::string> Warnings;
|
/external/clang/lib/Parse/ |
RAIIObjectsForParser.h | 26 /// ExtensionRAIIObject - This saves the state of extension warnings when
|
/external/clang/test/ASTMerge/ |
enum.c | 25 // CHECK: 4 warnings and 4 errors generated
|
/external/clang/test/Analysis/ |
constant-folding.c | 6 // There should be no warnings unless otherwise indicated.
|
/external/clang/test/FixIt/ |
fixit-objc.m | 8 warnings will be fixed by -fixit, and the resulting file should
|
fixit.c | 10 warnings will be fixed by -fixit, and the resulting file should
|
/external/clang/test/Sema/ |
unused-expr.c | 88 if (fn1() < 0 || fn2(2,1) < 0 || fn3(2) < 0) // no warnings
|
/external/clang/test/SemaCXX/ |
conversion.cpp | 68 bool bl = NULL; // FIXME: this should warn but we currently suppress a bunch of conversion-to-bool warnings including this one
|
/external/clang/test/SemaObjC/ |
comptypes-1.m | 57 /* Any comparison involving an 'id' must be without warnings. */
|
comptypes-7.m | 25 /* These should all generate warnings. */
|
nonnull.m | 44 // Shouldn't these emit warnings? Clang doesn't, and neither does GCC. It
|
/external/dropbear/ |
includes.h | 139 /* so we can avoid warnings about unused params (ie in signal handlers etc) */
|
/external/dropbear/libtommath/ |
makefile.cygwin_dll | 5 #"-Wl,--enable-auto-import" to your client build to avoid the auto-import warnings
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/ |
components.html | 50 The warning icon means that some warnings occur for some results. The current possible warning are:
|
/external/expat/bcb5/ |
expat_static.bpr | 31 <WARNINGS value="-w-rch -w-par -w-8027 -w-8026 -w-ccc"/>
|
outline.bpr | 32 <WARNINGS value="-w-par -w-8027 -w-8026"/>
|
/external/freetype/include/freetype/internal/ |
ftdebug.h | 239 /* in order to compile cleanly with the maximum level of warnings. */
|
/external/icu4c/samples/legacy/ |
Makefile | 39 # turn on super warnings
|
Completed in 315 milliseconds
<<11121314151617181920>>