HomeSort by relevance Sort by last modified time
    Searched refs:warning (Results 1 - 25 of 863) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Misc/
diag-mapping2.c 2 // 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
  /external/stlport/src/
warning_disable.h 8 # 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( disable : 4511 ) /* copy constructor cannot be generated *
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
warning_disable.h 8 # 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( disable : 4511 ) /* copy constructor cannot be generated *
    [all...]
  /external/bluetooth/glib/
msvc_recommended_pragmas.h 8 #pragma warning(error:4002) /* too many actual parameters for macro */
9 #pragma warning(error:4003) /* not enough actual parameters for macro */
10 #pragma warning(1:4010) /* single-line comment contains line-continuation character */
11 #pragma warning(error:4013) /* 'function' undefined; assuming extern returning int */
12 #pragma warning(1:4016) /* no function return type; using int as default */
13 #pragma warning(error:4020) /* too many actual parameters */
14 #pragma warning(error:4021) /* too few actual parameters */
15 #pragma warning(error:4027) /* function declared without formal parameter list */
16 #pragma warning(error:4029) /* declared formal parameter list different from definition */
17 #pragma warning(error:4033) /* 'function' must return a value *
    [all...]
  /bionic/libc/kernel/common/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /development/ndk/platforms/android-3/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /external/libvpx/vp8/common/
pragmas.h 15 #pragma warning(disable:997 1011 170)
18 #pragma warning(disable:4799)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /external/stlport/stlport/stl/config/
_warnings_off.h 10 * 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( disable : 4660 ) // template-class specialization '...' is already instantiate
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 10 * 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( disable : 4660 ) // template-class specialization '...' is already instantiate
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 10 * 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( disable : 4660 ) // template-class specialization '...' is already instantiate
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 10 * 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( disable : 4660 ) // template-class specialization '...' is already instantiate
    [all...]
  /external/clang/test/Index/
crash-recovery-code-complete.c 11 #warning parsing original file
crash-recovery-reparse.c 11 #warning parsing original file
  /external/clang/test/Preprocessor/
file_to_include.h 2 #warning file successfully included
  /external/webkit/Source/WebKit/win/
CodeAnalysisConfig.h 29 // 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/
Config.h 41 #pragma message("Warning: deprecated define HW_TMS470R2X, use HW_ARMv4 instead")
46 #pragma message("Warning: deprecated define HW_ARM9E, use HW_ARMv5TE instead")
53 /* 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 *
    [all...]

Completed in 859 milliseconds

1 2 3 4 5 6 7 8 91011>>