/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
Compiler.h | 11 /* #pragma warning(disable : 4115) // '_RPC_ASYNC_STATE' : named type definition in parentheses */
12 #pragma warning(disable : 4201) // nonstandard extension used : nameless struct/union
13 #pragma warning(disable : 4214) // nonstandard extension used : bit field types other than int
17 #pragma warning(disable : 4996) // This function or variable may be unsafe
19 #pragma warning(disable : 4511) // copy constructor could not be generated
20 #pragma warning(disable : 4512) // assignment operator could not be generated
21 #pragma warning(disable : 4514) // unreferenced inline function has been removed
22 #pragma warning(disable : 4702) // unreachable code
23 #pragma warning(disable : 4710) // not inlined
24 #pragma warning(disable : 4786) // identifier was truncated to '255' characters in the debug information [all...] |
/external/clang/test/Analysis/ |
constant-folding.c | 11 clang_analyzer_eval(b == a); // expected-warning{{TRUE}} 12 clang_analyzer_eval(b >= a); // expected-warning{{TRUE}} 13 clang_analyzer_eval(b <= a); // expected-warning{{TRUE}} 14 clang_analyzer_eval(b != a); // expected-warning{{FALSE}} 15 clang_analyzer_eval(b > a); // expected-warning{{FALSE}} 16 clang_analyzer_eval(b < a); // expected-warning{{FALSE}} 20 clang_analyzer_eval((a|a) == a); // expected-warning{{TRUE}} 21 clang_analyzer_eval((a&a) == a); // expected-warning{{TRUE}} 22 clang_analyzer_eval((a^a) == 0); // expected-warning{{TRUE}} 23 clang_analyzer_eval((a-a) == 0); // expected-warning{{TRUE} [all...] |
objc-string.mm | 7 clang_analyzer_eval(@""); // expected-warning{{TRUE}} 8 clang_analyzer_eval(@"abc"); // expected-warning{{TRUE}} 18 clang_analyzer_eval(kConstantGlobalString); // expected-warning{{TRUE}} 19 clang_analyzer_eval(globalString); // expected-warning{{UNKNOWN}} 22 clang_analyzer_eval(globalString); // expected-warning{{TRUE}} 26 clang_analyzer_eval(kConstantGlobalString); // expected-warning{{TRUE}} 27 clang_analyzer_eval(globalString); // expected-warning{{UNKNOWN}} 35 clang_analyzer_eval(returnString(@"")); // expected-warning{{TRUE}} 36 clang_analyzer_eval(returnString(0)); // expected-warning{{FALSE}} 37 clang_analyzer_eval(returnString()); // expected-warning{{TRUE} [all...] |
additive-folding-range-constraints.c | 15 clang_analyzer_eval(a < UINT_MAX-1); // expected-warning{{TRUE}} 17 clang_analyzer_eval(a == UINT_MAX-1 || a == UINT_MAX); // expected-warning{{TRUE}} 22 clang_analyzer_eval(a < UINT_MAX-1 || a == UINT_MAX); // expected-warning{{TRUE}} 24 clang_analyzer_eval(a == UINT_MAX-1); // expected-warning{{TRUE}} 29 clang_analyzer_eval(a == 0 || a == UINT_MAX); // expected-warning{{TRUE}} 34 clang_analyzer_eval(a == 0 || a == 1 || a == UINT_MAX); // expected-warning{{TRUE}} 43 clang_analyzer_eval(a == 1); // expected-warning{{TRUE}} 45 clang_analyzer_eval(a != 1); // expected-warning{{TRUE}} 50 clang_analyzer_eval(a == 1 || a == 0); // expected-warning{{TRUE}} 52 clang_analyzer_eval(a > 1); // expected-warning{{TRUE} [all...] |
ptr-arith.c | 39 int d = &y - &x; // expected-warning{{Subtraction of two pointers that do not point to the same memory chunk may cause incorrect result}} 44 d = q-p; // no-warning 49 p = (int*) 0x10000; // expected-warning{{Using a fixed address is not portable because that address will probably not be valid in all environments or platforms}} 55 p = &x + 1; // expected-warning{{Pointer arithmetic on non-array variables relies on memory layout, which is dangerous}} 58 p = a + 1; // no-warning 63 int d = q - p; // no-warning 69 clang_analyzer_eval(&&start != 0); // expected-warning{{TRUE}} 70 clang_analyzer_eval(&&start >= 0); // expected-warning{{TRUE}} 71 clang_analyzer_eval(&&start > 0); // expected-warning{{TRUE}} 72 clang_analyzer_eval((&&start - 0) != 0); // expected-warning{{TRUE} [all...] |
switch-case.c | 21 clang_analyzer_eval(t == 1); // expected-warning{{TRUE}} 24 clang_analyzer_eval(t > 1); // expected-warning{{TRUE}} 25 clang_analyzer_eval(t + 2 <= 11); // expected-warning{{TRUE}} 26 clang_analyzer_eval(t > 2); // expected-warning{{UNKNOWN}} 27 clang_analyzer_eval(t + 1 == 3); // expected-warning{{UNKNOWN}} 28 clang_analyzer_eval(t + 1 == 10); // expected-warning{{UNKNOWN}} 31 clang_analyzer_warnIfReached(); // expected-warning{{REACHABLE}} 39 clang_analyzer_warnIfReached(); // expected-warning{{REACHABLE}} 42 clang_analyzer_warnIfReached(); // expected-warning{{REACHABLE}} 45 clang_analyzer_warnIfReached(); // expected-warning{{REACHABLE} [all...] |
/external/lzma/C/ |
Compiler.h | 11 /* #pragma warning(disable : 4115) // '_RPC_ASYNC_STATE' : named type definition in parentheses */
12 #pragma warning(disable : 4201) // nonstandard extension used : nameless struct/union
13 #pragma warning(disable : 4214) // nonstandard extension used : bit field types other than int
17 #pragma warning(disable : 4996) // This function or variable may be unsafe
19 #pragma warning(disable : 4511) // copy constructor could not be generated
20 #pragma warning(disable : 4512) // assignment operator could not be generated
21 #pragma warning(disable : 4514) // unreferenced inline function has been removed
22 #pragma warning(disable : 4702) // unreachable code
23 #pragma warning(disable : 4710) // not inlined
24 #pragma warning(disable : 4786) // identifier was truncated to '255' characters in the debug information [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
macro-warn-1-n32.l | 2 .*:6: Warning: macro instruction expanded into multiple instructions 3 .*:10: Warning: macro instruction expanded into multiple instructions 4 .*:12: Warning: macro instruction expanded into multiple instructions 5 .*:16: Warning: macro instruction expanded into multiple instructions.*slot 6 .*:20: Warning: macro instruction expanded into multiple instructions.*slot
|
msa-relax.l | 2 .*:3: Warning: relaxed out-of-range branch into a jump 3 .*:4: Warning: relaxed out-of-range branch into a jump 4 .*:5: Warning: relaxed out-of-range branch into a jump 5 .*:6: Warning: relaxed out-of-range branch into a jump 6 .*:7: Warning: relaxed out-of-range branch into a jump 7 .*:8: Warning: relaxed out-of-range branch into a jump 8 .*:9: Warning: relaxed out-of-range branch into a jump 9 .*:10: Warning: relaxed out-of-range branch into a jump 10 .*:11: Warning: relaxed out-of-range branch into a jump 11 .*:12: Warning: relaxed out-of-range branch into a jum [all...] |
micromips-size-1.l | 2 .*:50: Warning: wrong size instruction in a 32-bit branch delay slot 3 .*:58: Warning: wrong size instruction in a 16-bit branch delay slot 4 .*:64: Warning: wrong size instruction in a 16-bit branch delay slot 5 .*:66: Warning: wrong size instruction in a 16-bit branch delay slot 6 .*:68: Warning: wrong size instruction in a 32-bit branch delay slot 7 .*:70: Warning: wrong size instruction in a 32-bit branch delay slot 8 .*:82: Warning: wrong size instruction in a 32-bit branch delay slot 9 .*:90: Warning: wrong size instruction in a 32-bit branch delay slot 10 .*:92: Warning: wrong size instruction in a 32-bit branch delay slot
|
relax-swap2.l | 2 .*:9: Warning: relaxed out-of-range branch into a jump 3 .*:13: Warning: relaxed out-of-range branch into a jump 4 .*:18: Warning: relaxed out-of-range branch into a jump 5 .*:22: Warning: relaxed out-of-range branch into a jump 6 .*:27: Warning: relaxed out-of-range branch into a jump 7 .*:31: Warning: relaxed out-of-range branch into a jump 8 .*:36: Warning: relaxed out-of-range branch into a jump 9 .*:40: Warning: relaxed out-of-range branch into a jump 10 .*:45: Warning: relaxed out-of-range branch into a jump
|
/external/clang/test/Preprocessor/ |
pragma_microsoft.c | 48 __pragma(warning(push)); \ 49 __pragma(warning(disable: 10000)); \ 51 __pragma(warning(pop)); \ 56 __pragma() // expected-warning{{unknown pragma ignored}} 59 // If we ever actually *support* __pragma(warning(disable: x)), 60 // this warning should go away. 61 MACRO_WITH__PRAGMA // expected-warning {{lower precedence}} \ 63 // CHECK: #pragma warning(push) 64 // CHECK: #pragma warning(disable: 10000) 66 // CHECK: #pragma warning(pop [all...] |
pushable-diagnostics.c | 3 #pragma clang diagnostic pop // expected-warning{{pragma diagnostic pop could not pop, no matching push}} 5 #pragma clang diagnostic puhs // expected-warning {{pragma diagnostic expected 'error', 'warning', 'ignored', 'fatal', 'push', or 'pop'}} 7 int a = 'df'; // expected-warning{{multi-character character constant}} 12 int b = 'df'; // no warning. 15 int c = 'df'; // expected-warning{{multi-character character constant}} 17 #pragma clang diagnostic pop // expected-warning{{pragma diagnostic pop could not pop, no matching push}} 24 #pragma clang diagnostic warning "-Weverything" 25 void ppr1(){} // expected-warning {{no previous prototype for function 'ppr1'}} 30 #pragma clang diagnostic warning "-Weverything" // Set to warning in this level [all...] |
warn-disabled-macro-expansion.c | 20 p // no warning 22 a // expected-warning {{recursive macro}} 26 g(3) // expected-warning {{recursive macro}} 28 h(0) // expected-warning {{recursive macro}} 30 c(c) // expected-warning {{recursive macro}} 32 y(5) // expected-warning {{recursive macro}}
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/ |
dv-raw-err.l | 2 .*:10: Warning: Use of 'mov\.m' violates RAW dependency 'AR\[BSP\]' \(impliedf\) 3 .*:9: Warning: This is the location of the conflicting usage 4 .*:10: Warning: Use of 'mov\.m' violates RAW dependency 'RSE' \(impliedf\) 5 .*:9: Warning: This is the location of the conflicting usage 6 .*:15: Warning: Use of 'mov\.m' violates RAW dependency 'AR\[BSPSTORE\]' \(impliedf\) 7 .*:14: Warning: This is the location of the conflicting usage 8 .*:15: Warning: Use of 'mov\.m' violates RAW dependency 'RSE' \(impliedf\) 9 .*:14: Warning: This is the location of the conflicting usage 10 .*:20: Warning: Use of 'cmpxchg8\.acq' violates RAW dependency 'AR\[CCV\]' \(impliedf\) 11 .*:19: Warning: This is the location of the conflicting usag [all...] |
dv-waw-err.l | 2 .*:8: Warning: Use of 'mov\.m' violates WAW dependency 'AR\[BSP\]' \(impliedf\) 3 .*:7: Warning: This is the location of the conflicting usage 4 .*:12: Warning: Use of 'mov\.m' violates WAW dependency 'AR\[BSP\]' \(impliedf\) 5 .*:11: Warning: This is the location of the conflicting usage 6 .*:12: Warning: Use of 'mov\.m' violates WAW dependency 'AR\[BSPSTORE\]' \(impliedf\) 7 .*:11: Warning: This is the location of the conflicting usage 8 .*:12: Warning: Use of 'mov\.m' violates WAW dependency 'AR\[RNAT\]' \(impliedf\) 9 .*:11: Warning: This is the location of the conflicting usage 10 .*:12: Warning: Use of 'mov\.m' violates RAW dependency 'RSE' \(impliedf\) 11 .*:11: Warning: This is the location of the conflicting usag [all...] |
/external/clang/test/CXX/lex/lex.trigraph/ |
p1.cpp | 3 ??=pragma // expected-warning {{trigraph converted to '#' character}} 5 int a = '??/0'; // expected-warning {{trigraph converted to '\' character}} 7 int b = 1 ??' 0; // expected-warning {{trigraph converted to '^' character}} 9 int c ??(1]; // expected-warning {{trigraph converted to '[' character}} 11 int d [1??); // expected-warning {{trigraph converted to ']' character}} 13 int e = 1 ??! 0; // expected-warning {{trigraph converted to '|' character}} 15 void f() ??<} // expected-warning {{trigraph converted to '{' character}} 17 void g() {??> // expected-warning {{trigraph converted to '}' character}} 19 int h = ??- 0; // expected-warning {{trigraph converted to '~' character}}
|
/external/clang/test/Sema/ |
attr-flag-enum.c | 13 gc = 0x5, // no-warning 14 gd = 0x7, // expected-warning {{enumeration value 'gd' is out of range}} 15 ge = ~0x2, // expected-warning {{enumeration value 'ge' is out of range}} 16 gf = ~0x4, // no-warning 17 gg = ~0x1, // no-warning 18 gh = ~0x5, // no-warning 19 gi = ~0x11, // expected-warning {{enumeration value 'gi' is out of range}} 24 fb = ~0x1u, // no-warning 36 hc = ~0x1u, // expected-warning {{enumeration value 'hc' is out of range}} 37 hd = ~0x2, // no-warning [all...] |
self-comparison.c | 4 return x == x; // expected-warning {{self-comparison always evaluates to true}} 8 return (x) != (((x))); // expected-warning {{self-comparison always evaluates to false}} 12 if (s == s) {} // expected-warning {{self-comparison always evaluates to true}} 13 if (s == t) {} // no-warning 17 if (v == v) {} // expected-warning {{self-comparison always evaluates to true}} 18 if (v == w) {} // no-warning 22 return x < x; // expected-warning {{self-comparison}} 26 return x > x; // expected-warning {{self-comparison}} 30 return x == x; // no-warning 34 return x != x; // no-warning [all...] |
warn-string-conversion.c | 19 assert1(0 || "foo"); // expected-warning {{string literal}} 20 assert1("foo"); // expected-warning {{string literal}} 24 assert2(0 || "foo"); // expected-warning {{string literal}} 25 assert2("foo"); // expected-warning {{string literal}} 29 if ("hi") {} // expected-warning {{string literal}} 30 while ("hello") {} // expected-warning {{string literal}} 31 for (;"howdy";) {} // expected-warning {{string literal}} 32 do { } while ("hey"); // expected-warning {{string literal}} 33 int x = "hey" ? 1 : 2; // expected-warning {{string literal}}
|
format-strings-scanf.c | 21 scanf(s, i); // expected-warning{{format string is not a string literal}} 22 scanf("%0d", i); // expected-warning{{zero field width in scanf format string is unused}} 23 scanf("%00d", i); // expected-warning{{zero field width in scanf format string is unused}} 24 scanf("%d%[asdfasdfd", i, s); // expected-warning{{no closing ']' for '%[' in scanf format string}} 27 scanf ("%" "hu" "\n", &s_x); // no-warning 28 scanf("%y", i); // expected-warning{{invalid conversion specifier 'y'}} 29 scanf("%%"); // no-warning 30 scanf("%%%1$d", i); // no-warning 31 scanf("%1$d%%", i); // no-warning 32 scanf("%d", i, i); // expected-warning{{data argument not used by format string} [all...] |
/external/valgrind/memcheck/tests/solaris/ |
syscall_at.stderr.exp | 2 Warning: invalid file descriptor 159879507 in syscall linkat() 3 Warning: invalid file descriptor 159879508 in syscall linkat() 4 Warning: invalid file descriptor 646349138 in syscall symlinkat() 5 Warning: invalid file descriptor 70680914 in syscall readlinkat() 6 Warning: invalid file descriptor 68362578 in syscall faccessat() 7 Warning: invalid file descriptor 70685266 in syscall fchownat() 8 Warning: invalid file descriptor 70717779 in syscall renameat() 9 Warning: invalid file descriptor 70717780 in syscall renameat() 10 Warning: invalid file descriptor 123765074 in syscall unlinkat() 11 Warning: invalid file descriptor 1112625490 in syscall fstatat( [all...] |
/external/clang/test/SemaCXX/ |
array-bounds-ptr-arith.cpp | 8 swallow("Hello world!" + 6); // no-warning 9 swallow("Hello world!" - 6); // expected-warning {{refers before the beginning of the array}} 10 swallow("Hello world!" + 14); // expected-warning {{refers past the end of the array}} 11 swallow("Hello world!" + 13); // no-warning 13 swallow(hello + 6); // no-warning 14 swallow(hello - 6); // expected-warning {{refers before the beginning of the array}} 15 swallow(hello + 14); // expected-warning {{refers past the end of the array}} 16 swallow(hello + 13); // no-warning 18 swallow(helloptr + 6); // no-warning 19 swallow(helloptr - 6); // no-warning [all...] |
/external/llvm/test/MC/Disassembler/AArch64/ |
fullfp16-neg.txt | 5 # CHECK: warning: invalid instruction encoding 7 # CHECK: warning: invalid instruction encoding 9 # CHECK: warning: invalid instruction encoding 11 # CHECK: warning: invalid instruction encoding 13 # CHECK: warning: invalid instruction encoding 15 # CHECK: warning: invalid instruction encoding 17 # CHECK: warning: invalid instruction encoding 19 # CHECK: warning: invalid instruction encoding 21 # CHECK: warning: invalid instruction encoding 23 # CHECK: warning: invalid instruction encodin [all...] |
/external/clang/test/Lexer/ |
pragma-operators.cpp | 7 // 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) 39 #pragma warning(disable : 1 2L 3U ; error : 4 5 6 ; suppress : 7 8 9) 40 // CHECK: #pragma warning(disable: 1 2 3) 42 // CHECK: #pragma warning(error: 4 5 6) 44 // CHECK: #pragma warning(suppress: 7 8 9 [all...] |