Searched refs:warning (Results 1 - 25 of 586) sorted by relevance

1234567891011>>

/external/clang/test/Misc/
H A Ddiag-mapping2.c2 // RUN: %clang_cc1 %s 2>&1 | grep "warning:"
11 // -Werror can map this one warning to error.
15 // RUN: %clang_cc1 %s -Werror -Wno-error=#warnings 2>&1 | grep "warning:"
18 // RUN: %clang_cc1 %s -Werror -Wno-error 2>&1 | grep "warning:"
20 #warning foo
H A Dwarn-in-system-header.h4 #warning the cake is a lie
/external/libvorbis/symbian/
H A Dconfig.h40 #pragma warning(disable: 4100) /* unreferenced formal parameter */
41 #pragma warning(disable: 4127) /* conditional expression is constant */
42 #pragma warning(disable: 4189) /* local variable is initialized but not referenced */
43 #pragma warning(disable: 4244) /* conversion from '...' to '...', possible loss of data */
44 #pragma warning(disable: 4305) /* truncation from '...' to '...' */
45 #pragma warning(disable: 4505) /* unreferenced local function has been removed */
46 #pragma warning(disable: 4514) /* unreferenced inline function has been removed */
47 #pragma warning(disable: 4702) /* unreachable code */
48 #pragma warning(disable: 4701) /* local variable may be be used without having been initialized */
49 #pragma warning(disabl
[all...]
/external/stlport/src/
H A Dwarning_disable.h8 # pragma warning( disable : 4097 ) /* typedef-name used as based class of (...) */
9 # pragma warning( disable : 4251 ) /* DLL interface needed */
10 # pragma warning( disable : 4284 ) /* for -> operator */
11 # pragma warning( disable : 4503 ) /* decorated name length exceeded, name was truncated */
12 # pragma warning( disable : 4514 ) /* unreferenced inline function has been removed */
13 # pragma warning( disable : 4660 ) /* template-class specialization '...' is already instantiated */
14 # pragma warning( disable : 4701 ) /* local variable 'base' may be used without having been initialized */
15 # pragma warning( disable : 4710 ) /* function (...) not inlined */
16 # pragma warning( disable : 4786 ) /* identifier truncated to 255 characters */
20 # pragma warning( disabl
[all...]
/external/libvpx/vp8/common/
H A Dpragmas.h15 #pragma warning(disable:997 1011 170)
18 #pragma warning(disable:4799)
/external/stlport/stlport/stl/config/
H A D_warnings_off.h10 * we have to disable this warning as the string are used as data members type of many iostream classes.
12 # pragma warning ( disable : 4251 ) // ignore template classes being exported in .dll's
16 # pragma warning( disable : 4097 ) // typedef-name used as based class of (...)
17 # pragma warning( disable : 4231 ) // non standard extension : 'extern' before template instanciation
18 # pragma warning( disable : 4244 ) // implicit conversion: possible loss of data
19 # pragma warning( disable : 4284 ) // for -> operator
20 //This warning is necessary because of the native platform headers:
21 # pragma warning( disable : 4290 ) // c++ exception specification ignored
22 # pragma warning( disable : 4514 ) // unreferenced inline function has been removed
23 # pragma warning( disabl
[all...]
/external/clang/test/Index/
H A Dcrash-recovery-code-complete.c12 #warning parsing original file
H A Dcrash-recovery-reparse.c12 #warning parsing original file
/external/clang/test/Preprocessor/
H A Dfile_to_include.h2 #warning file successfully included
H A Dwarning_tests.c6 #if __has_warning("not valid") // expected-warning {{__has_warning expected option name}}
9 // expected-warning@+2 {{Should have -Wparentheses}}
11 #warning Should have -Wparentheses
14 #if __has_warning(-Wfoo) // expected-error {{builtin warning check macro requires a parenthesized string}}
17 // expected-warning@+3 {{Not a valid warning flag}}
18 #if __has_warning("-Wnot-a-valid-warning-flag-at-all")
20 #warning Not a valid warning flag
H A Ddisabled-cond-diags2.c9 #endif junk // expected-warning{{extra tokens at end of #endif directive}}
26 #warning
27 #endif junk // expected-warning{{extra tokens at end of #endif directive}}
/external/eigen/doc/snippets/
H A DMatrixBase_extract.cpp2 #warning deprecated
H A DMatrixBase_marked.cpp2 #warning deprecated
H A DMatrixBase_part.cpp2 #warning deprecated
/external/webkit/Source/WebKit/win/
H A DCodeAnalysisConfig.h29 // warning C6011: dereferencing NULL pointer <name>
30 // warning C6031: return value ignored: <function> could return unexpected value
31 // warning C6211: Leaking memory due to an exception. Consider using a local catch block to clean up memory.
32 // warning C6255: _alloca indicates failure by raising a stack overflow exception. Consider using _alloca_s instead
33 // warning C6387: <argument> may be <value>: this does not adhere to the specification for the function <function name>: Lines: x, y
34 #pragma warning(disable: 6011 6031 6211 6255 6387)
/external/neven/Embedded/common/src/b_BasicEm/
H A DConfig.h53 /* disable warning "unreferenced formal parameter": */
54 #pragma warning( disable : 4100 )
56 /* disable warning for constant expression in condition: */
57 #pragma warning( disable : 4127 )
59 /* disable warning for short += short: */
60 #pragma warning( disable : 4244 )
62 /* disable warning 'unreachable code' in release build: */
63 /* this warning occurs due to a wrong code evaluation of the compiler */
64 #pragma warning( disable : 4702 )
66 /* disable warning fo
[all...]
/external/clang/test/Lexer/
H A Dpragma-operators.cpp7 // CHECK: #pragma warning(push)
10 // CHECK: #pragma warning(push)
12 // CHECK: #pragma warning(pop)
13 #define A(X) extern "C" { __pragma(warning(push)) \
17 #pragma warning(push)
19 #pragma warning(pop)
/external/clang/test/Index/Inputs/
H A Dcrash-recovery-code-complete-remap.c10 #warning parsing original file
H A Dcrash-recovery-reparse-remap.c2 #warning parsing remapped file
/external/clang/test/SemaCXX/
H A Dwarn-deprecated-header.cpp4 // expected-warning@+2 {{This file is deprecated.}}
6 #warning This file is deprecated.
/external/clang/test/Frontend/
H A Dwarning-mapping-5.c1 // Check that #pragma diagnostic warning overrides -Werror. This matches GCC's
6 #pragma clang diagnostic warning "-Wsign-compare"
8 return x < y; // expected-warning {{comparison of integers}}
H A Drewrite-macros.c11 // RUN: grep "//#warning eek" %t
12 /* expected-warning {{eek}} */ #warning eek
/external/eigen/Eigen/src/Core/util/
H A DDisableStupidWarnings.h18 #pragma warning( push )
20 #pragma warning( disable : 4100 4101 4127 4181 4211 4244 4273 4324 4512 4522 4700 4717 )
23 // ICC 12 generates this warning even without any inline keyword, when defining class methods 'inline' i.e. inside of class body
26 // ICC 12 generates this warning on assert(constant_expression_depending_on_template_params) and frankly this is a legitimate use case.
28 #pragma warning push
30 #pragma warning disable 2196 279
32 // -Wconstant-logical-operand - warning: use of logical && with constant operand; switch to bitwise & or remove constant
33 // this is really a stupid warning as it warns on compile-time expressions involving enums
H A DReenableStupidWarnings.h6 #pragma warning( pop )
8 #pragma warning pop
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DWarningParser.java50 * @param warning -
53 public WarningParser(String warning) { argument
54 super(warning);
83 Warning warning = new Warning();
84 warning.setHeaderName(SIPHeaderNames.WARNING);
91 warning.setCode(code);
107 warning.setAgent(token.getTokenValue() + ":"
110 warning.setAgent(token.getTokenValue());
117 warning.setText(text);
120 warningList.add(warning);
[all...]

Completed in 1161 milliseconds

1234567891011>>