| /third_party/node/lib/internal/process/ |
| D | warning.js | 69 function doEmitWarning(warning) { argument 70 process.emit('warning', warning); 74 function onWarning(warning) { argument 75 if (!(warning instanceof Error)) return; 76 const isDeprecation = warning.name === 'DeprecationWarning'; 81 if (warning.code) 82 msg += `[${warning.code}] `; 83 if (trace && warning.stack) { 84 msg += `${warning.stack}`; 87 typeof warning.toString === 'function' ? [all …]
|
| /third_party/glslang/Test/ |
| D | hlsl.type.type.conversion.valid.frag | 46 float var1 = float2(zeros2);// warning X3206: implicit truncation of vector type 47 float var2 = float3(zeros3);// warning X3206: implicit truncation of vector type 48 float var3 = float4(zeros4);// warning X3206: implicit truncation of vector type 49 float var4 = float2x2(zeros4);// warning X3206: implicit truncation of vector type 50 float var5 = float2x3(zeros6);// warning X3206: implicit truncation of vector type 51 float var6 = float2x4(zeros8);// warning X3206: implicit truncation of vector type 52 float var7 = float3x2(zeros6);// warning X3206: implicit truncation of vector type 53 float var8 = float3x3(zeros9);// warning X3206: implicit truncation of vector type 54 float var9 = float3x4(zeros12);// warning X3206: implicit truncation of vector type 55 float var10 = float4x2(zeros8);// warning X3206: implicit truncation of vector type [all …]
|
| D | hlsl.type.type.conversion.all.frag | 46 float var1 = float2(zeros2);// warning X3206: implicit truncation of vector type 47 float var2 = float3(zeros3);// warning X3206: implicit truncation of vector type 48 float var3 = float4(zeros4);// warning X3206: implicit truncation of vector type 49 float var4 = float2x2(zeros4);// warning X3206: implicit truncation of vector type 50 float var5 = float2x3(zeros6);// warning X3206: implicit truncation of vector type 51 float var6 = float2x4(zeros8);// warning X3206: implicit truncation of vector type 52 float var7 = float3x2(zeros6);// warning X3206: implicit truncation of vector type 53 float var8 = float3x3(zeros9);// warning X3206: implicit truncation of vector type 54 float var9 = float3x4(zeros12);// warning X3206: implicit truncation of vector type 55 float var10 = float4x2(zeros8);// warning X3206: implicit truncation of vector type [all …]
|
| /third_party/curl/lib/ |
| D | warnless.c | 65 # pragma warning(push) in curlx_ultous() 66 # pragma warning(disable:810) /* conversion may lose significant bits */ in curlx_ultous() 73 # pragma warning(pop) in curlx_ultous() 84 # pragma warning(push) in curlx_ultouc() 85 # pragma warning(disable:810) /* conversion may lose significant bits */ in curlx_ultouc() 92 # pragma warning(pop) in curlx_ultouc() 103 # pragma warning(push) in curlx_uztoso() 104 # pragma warning(disable:810) /* conversion may lose significant bits */ in curlx_uztoso() 106 # pragma warning(push) in curlx_uztoso() 107 # pragma warning(disable:4310) /* cast truncates constant value */ in curlx_uztoso() [all …]
|
| /third_party/mesa3d/src/gallium/frontends/wgl/ |
| D | stw_nopfuncs.c | 46 warning(const char *name) in warning() function 55 warning(__func__); in nop_glBindMultiTextureEXT() 61 warning(__func__); in nop_glColor3hNV() 67 warning(__func__); in nop_glColor3hvNV() 73 warning(__func__); in nop_glColor4hNV() 79 warning(__func__); in nop_glColor4hvNV() 85 warning(__func__); in nop_glDisableClientStateIndexedEXT() 91 warning(__func__); in nop_glEnableClientStateIndexedEXT() 97 warning(__func__); in nop_glFogCoordhNV() 103 warning(__func__); in nop_glFogCoordhvNV() [all …]
|
| /third_party/boost/boost/container/detail/ |
| D | config_begin.hpp | 19 #pragma warning (push) 20 #pragma warning (disable : 4127) // conditional expression is constant 21 …#pragma warning (disable : 4146) // unary minus operator applied to unsigned type, result still un… 22 #pragma warning (disable : 4197) // top-level volatile in cast is ignored 23 #pragma warning (disable : 4244) // possible loss of data 24 …#pragma warning (disable : 4251) // "identifier" : class "type" needs to have dll-interface to be … 25 #pragma warning (disable : 4267) // conversion from "X" to "Y", possible loss of data 26 …#pragma warning (disable : 4275) // non DLL-interface classkey "identifier" used as base for DLL-i… 27 #pragma warning (disable : 4284) // odd return type for operator-> 28 …#pragma warning (disable : 4290) // C++ exception specification ignored except to indicate a funct… [all …]
|
| /third_party/node/deps/cares/src/lib/ |
| D | ares_nowarn.c | 68 # pragma warning(push) in aresx_uztosl() 69 # pragma warning(disable:810) /* conversion may lose significant bits */ in aresx_uztosl() 75 # pragma warning(pop) in aresx_uztosl() 86 # pragma warning(push) in aresx_uztosi() 87 # pragma warning(disable:810) /* conversion may lose significant bits */ in aresx_uztosi() 93 # pragma warning(pop) in aresx_uztosi() 104 # pragma warning(push) in aresx_uztoss() 105 # pragma warning(disable:810) /* conversion may lose significant bits */ in aresx_uztoss() 111 # pragma warning(pop) in aresx_uztoss() 122 # pragma warning(push) in aresx_sitoss() [all …]
|
| /third_party/boost/boost/interprocess/detail/ |
| D | config_begin.hpp | 16 #pragma warning (push) 17 #pragma warning (disable : 4702) // unreachable code 18 #pragma warning (disable : 4706) // assignment within conditional expression 19 #pragma warning (disable : 4127) // conditional expression is constant 20 …#pragma warning (disable : 4146) // unary minus operator applied to unsigned type, result still un… 21 #pragma warning (disable : 4284) // odd return type for operator-> 22 #pragma warning (disable : 4244) // possible loss of data 23 …#pragma warning (disable : 4251) // "identifier" : class "type" needs to have dll-interface to be … 24 #pragma warning (disable : 4267) // conversion from "X" to "Y", possible loss of data 25 …#pragma warning (disable : 4275) // non DLL-interface classkey "identifier" used as base for DLL-i… [all …]
|
| /third_party/glib/ |
| D | 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 …]
|
| /third_party/boost/boost/atomic/detail/ |
| D | header.hpp | 14 #pragma warning(push, 3) 16 #pragma warning(disable: 4251) 18 #pragma warning(disable: 4275) 20 #pragma warning(disable: 4355) 21 // 'int' : forcing value to bool 'true' or 'false' (performance warning) 22 #pragma warning(disable: 4800) 24 #pragma warning(disable: 4100) 26 #pragma warning(disable: 4127) 28 #pragma warning(disable: 4510) 30 #pragma warning(disable: 4511) [all …]
|
| /third_party/ltp/tools/sparse/sparse-src/validation/ |
| D | Waddress.c | 85 Waddress.c:14:13: warning: the address of an array will always evaluate as true 86 Waddress.c:15:14: warning: the address of an array will always evaluate as true 87 Waddress.c:16:13: warning: the address of a function will always evaluate as true 88 Waddress.c:17:14: warning: the address of a function will always evaluate as true 89 Waddress.c:18:13: warning: the address of a variable will always evaluate as true 90 Waddress.c:19:13: warning: the address of a variable will always evaluate as true 91 Waddress.c:20:13: warning: the address of a label will always evaluate as true 92 Waddress.c:34:13: warning: the address of an array will always evaluate as true 93 Waddress.c:35:13: warning: the address of an array will always evaluate as true 94 Waddress.c:36:13: warning: the address of a function will always evaluate as true [all …]
|
| D | nocast.c | 163 nocast.c:34:33: warning: incorrect type in initializer (different base types) 166 nocast.c:34:33: warning: implicit cast to nocast type 167 nocast.c:35:39: warning: incorrect type in initializer (different modifiers) 170 nocast.c:35:39: warning: implicit cast from nocast type 171 nocast.c:50:16: warning: implicit cast from nocast type 172 nocast.c:54:16: warning: implicit cast from nocast type 173 nocast.c:58:16: warning: implicit cast from nocast type 174 nocast.c:65:38: warning: implicit cast from nocast type 175 nocast.c:66:22: warning: implicit cast from nocast type 176 nocast.c:67:23: warning: implicit cast from nocast type [all …]
|
| D | designated-init.c | 162 designated-init.c:23:36: warning: in initializer for s2_positional: positional init of field in str… 163 designated-init.c:23:39: warning: in initializer for s2_positional: positional init of field in str… 164 designated-init.c:27:11: warning: in initializer for s2: positional init of field in struct s2, dec… 165 designated-init.c:27:14: warning: in initializer for s2: positional init of field in struct s2, dec… 166 designated-init.c:31:17: warning: in initializer for s2: positional init of field in struct s2, dec… 167 designated-init.c:31:20: warning: in initializer for s2: positional init of field in struct s2, dec… 168 designated-init.c:42:9: warning: in initializer for nest2_positional: positional init of field in s… 169 designated-init.c:43:9: warning: in initializer for nest2_positional: positional init of field in s… 170 designated-init.c:43:11: warning: in initializer for s2: positional init of field in struct s2, dec… 171 designated-init.c:43:14: warning: in initializer for s2: positional init of field in struct s2, dec… [all …]
|
| D | Waddress-space-all-attr.c | 47 Waddress-space-all-attr.c:21:10: warning: cast removes address space '<asn:2>' of expression 48 Waddress-space-all-attr.c:21:22: warning: cast removes address space '<asn:2>' of expression 49 Waddress-space-all-attr.c:22:10: warning: cast removes address space '<asn:2>' of expression 50 Waddress-space-all-attr.c:23:10: warning: cast removes address space '<asn:2>' of expression 51 Waddress-space-all-attr.c:26:10: warning: cast removes address space '<asn:1>' of expression 52 Waddress-space-all-attr.c:26:22: warning: cast removes address space '<asn:1>' of expression 53 Waddress-space-all-attr.c:27:10: warning: cast removes address space '<asn:1>' of expression 54 Waddress-space-all-attr.c:28:10: warning: cast removes address space '<asn:1>' of expression 55 Waddress-space-all-attr.c:31:10: warning: cast removes address space '<asn:3>' of expression 56 Waddress-space-all-attr.c:31:23: warning: cast removes address space '<asn:3>' of expression [all …]
|
| D | shift-undef.c | 115 shift-undef.c:3:18: warning: shift too big (100) for type int 116 shift-undef.c:4:18: warning: shift too big (101) for type unsigned int 117 shift-undef.c:5:18: warning: shift too big (102) for type unsigned int 118 shift-undef.c:6:19: warning: shift count is negative (-1) 119 shift-undef.c:7:19: warning: shift count is negative (-2) 120 shift-undef.c:8:19: warning: shift count is negative (-3) 121 shift-undef.c:21:29: warning: shift too big (109) for type int 122 shift-undef.c:22:29: warning: shift too big (110) for type unsigned int 123 shift-undef.c:23:29: warning: shift too big (111) for type unsigned int 124 shift-undef.c:24:29: warning: shift count is negative (-10) [all …]
|
| D | tautological-compare.c | 22 tautological-compare.c:3:30: warning: self-comparison always evaluates to true 23 tautological-compare.c:4:30: warning: self-comparison always evaluates to false 24 tautological-compare.c:5:29: warning: self-comparison always evaluates to false 25 tautological-compare.c:6:29: warning: self-comparison always evaluates to false 26 tautological-compare.c:7:30: warning: self-comparison always evaluates to true 27 tautological-compare.c:8:30: warning: self-comparison always evaluates to true 28 tautological-compare.c:10:30: warning: self-comparison always evaluates to true 29 tautological-compare.c:11:30: warning: self-comparison always evaluates to false 30 tautological-compare.c:12:29: warning: self-comparison always evaluates to false 31 tautological-compare.c:13:29: warning: self-comparison always evaluates to false [all …]
|
| /third_party/boost/boost/intrusive/detail/ |
| D | config_begin.hpp | 19 #pragma warning (push) 20 …#pragma warning (disable : 4275) // non DLL-interface classkey "identifier" used as base for DLL-i… 21 …#pragma warning (disable : 4251) // "identifier" : class "type" needs to have dll-interface to be … 22 …#pragma warning (disable : 4675) // "method" should be declared "static" and have exactly one para… 23 #pragma warning (disable : 4996) // "function": was declared deprecated 24 …#pragma warning (disable : 4503) // "identifier" : decorated name length exceeded, name was trunca… 25 #pragma warning (disable : 4284) // odd return type for operator-> 26 #pragma warning (disable : 4244) // possible loss of data 27 #pragma warning (disable : 4521) ////Disable "multiple copy constructors specified" 28 #pragma warning (disable : 4127) //conditional expression is constant [all …]
|
| /third_party/node/test/parallel/ |
| D | test-promises-warning-on-unhandled-rejection.js | 14 process.on('warning', common.mustCall((warning) => { 18 assert.strictEqual(warning.message, 'This was rejected'); 21 // Warning about rejection not being handled (will be next tick) 22 assert.strictEqual(warning.name, 'UnhandledPromiseRejectionWarning'); 24 /Unhandled promise rejection/.test(warning.message), 25 'Expected warning message to contain "Unhandled promise rejection" ' + 26 `but did not. Had "${warning.message}" instead.` 30 // One time deprecation warning, first unhandled rejection 31 assert.strictEqual(warning.name, 'DeprecationWarning'); 35 assert.strictEqual(warning.message, '42'); [all …]
|
| D | test-event-emitter-max-listeners-warning.js | 2 // The flag suppresses stderr output but the warning event will still emit 19 process.on('warning', common.mustCall((warning) => { 20 assert.ok(warning instanceof Error); 21 assert.strictEqual(warning.name, 'MaxListenersExceededWarning'); 22 assert.strictEqual(warning.emitter, e); 23 assert.strictEqual(warning.count, 2); 24 assert.strictEqual(warning.type, 'event-type'); 25 assert.ok(warning.message.includes( 30 e.on('event-type', () => {}); // Trigger warning. 31 e.on('event-type', () => {}); // Verify that warning is emitted only once.
|
| /third_party/boost/boost/log/detail/ |
| D | header.hpp | 14 #pragma warning(push, 3) 16 #pragma warning(disable: 4251) 18 #pragma warning(disable: 4275) 20 #pragma warning(disable: 4065) 22 #pragma warning(disable: 4355) 23 // 'int' : forcing value to bool 'true' or 'false' (performance warning) 24 #pragma warning(disable: 4800) 26 #pragma warning(disable: 4100) 28 #pragma warning(disable: 4127) 30 #pragma warning(disable: 4510) [all …]
|
| /third_party/python/Doc/library/ |
| D | warnings.rst | 1 :mod:`warnings` --- Warning control 5 :synopsis: Issue warning messages and control their disposition. 13 Warning messages are typically issued in situations where it is useful to alert 16 might want to issue a warning when a program uses an obsolete module. 22 Warning messages are normally written to :data:`sys.stderr`, but their disposition 24 exceptions. The disposition of warnings can vary based on the :ref:`warning category 25 <warning-categories>`, the text of the warning message, and the source location where it 26 is issued. Repetitions of a particular warning for the same source location are 29 There are two stages in warning control: first, each time a warning is issued, a 33 The determination whether to issue a warning message is controlled by the [all …]
|
| /third_party/boost/boost/test/detail/ |
| D | enable_warnings.hpp | 13 # pragma warning(default: 4511) // copy constructor can't not be generated 14 # pragma warning(default: 4512) // assignment operator can't not be generated 15 # pragma warning(default: 4100) // unreferenced formal parameter 16 # pragma warning(default: 4996) // <symbol> was declared deprecated 17 # pragma warning(default: 4355) // 'this' : used in base member initializer list 18 # pragma warning(default: 4706) // assignment within conditional expression 19 # pragma warning(default: 4251) // class 'A<T>' needs to have dll-interface to be used by clients o… 20 # pragma warning(default: 4127) // conditional expression is constant 21 # pragma warning(default: 4290) // C++ exception specification ignored except to ... 22 # pragma warning(default: 4180) // qualifier applied to function type has no meaning; ignored [all …]
|
| D | suppress_warnings.hpp | 13 # pragma warning(push) 14 # pragma warning(disable: 4511) // copy constructor can't not be generated 15 # pragma warning(disable: 4512) // assignment operator can't not be generated 16 # pragma warning(disable: 4100) // unreferenced formal parameter 17 # pragma warning(disable: 4996) // <symbol> was declared deprecated 18 # pragma warning(disable: 4355) // 'this' : used in base member initializer list 19 # pragma warning(disable: 4706) // assignment within conditional expression 20 # pragma warning(disable: 4251) // class 'A<T>' needs to have dll-interface to be used by clients o… 21 # pragma warning(disable: 4127) // conditional expression is constant 22 # pragma warning(disable: 4290) // C++ exception specification ignored except to ... [all …]
|
| /third_party/gettext/gettext-tools/tests/ |
| D | msgmerge-28 | 13 msgid "warning: bad context for singular argument of keyword '%.*s'" 17 msgid "warning: broken context for singular argument of keyword '%.*s'" 20 msgid "warning: abstruse context for plural argument of keyword '%.*s'" 24 msgid "warning: missing context for plural argument of keyword '%.*s'" 41 msgid "warning: bad context for singular argument of keyword '%.*s'" 45 msgid "warning: broken context for singular argument of keyword '%.*s'" 67 msgid "warning: bad context for singular argument of keyword '%.*s'" 73 msgid "warning: broken context for singular argument of keyword '%.*s'" 78 #~ msgid "warning: abstruse context for plural argument of keyword '%.*s'" 84 #~ msgid "warning: missing context for plural argument of keyword '%.*s'" [all …]
|
| /third_party/boost/libs/gil/doc/ |
| D | warnings.txt | 1 /root/project/libs/gil/include/boost/gil/channel.hpp:34: warning: preprocessing issue while doing c… 2 /root/project/libs/gil/include/boost/gil/image_processing/harris.hpp:16: warning: missing title aft… 3 /root/project/libs/gil/include/boost/gil/image_processing/numeric.hpp:22: warning: missing title af… 4 /root/project/libs/gil/include/boost/gil/image_processing/scaling.hpp:18: warning: missing title af… 5 /root/project/libs/gil/include/boost/gil/image_processing/scaling.hpp:23: warning: missing title af… 6 /root/project/libs/gil/include/boost/gil/bit_aligned_pixel_reference.hpp:85: warning: Refusing to a… 7 /root/project/libs/gil/include/boost/gil/image_processing/numeric.hpp:22: warning: Refusing to add … 8 /root/project/libs/gil/include/boost/gil/image_processing/scaling.hpp:23: warning: Refusing to add … 9 /root/project/libs/gil/include/boost/gil/image_processing/threshold.hpp:97: warning: argument 'thre… 10 /root/project/libs/gil/include/boost/gil/image_processing/threshold.hpp:108: warning: The following… [all …]
|