HomeSort by relevance Sort by last modified time
    Searched full:warning (Results 226 - 250 of 21668) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dtc/tests/
test01.stderr 2 Warning: "linux,boot-cpu" property is deprecated in blob version 2 or higher
3 Warning: /chosen has no "linux,stdout-path" property
4 Warning: /chosen has no "interrupt-controller" property
  /prebuilts/misc/common/swig/include/2.0.11/octave/
implicit.i 4 #warning "This file provides the %implicit directive, which is an old and fragile"
5 #warning "way to implement the C++ implicit conversion mechanism."
6 #warning "Try using the more robust '%implicitconv Type;' directive instead."
  /prebuilts/misc/common/swig/include/2.0.11/python/
implicit.i 4 #warning "This file provides the %implicit directive, which is an old and fragile"
5 #warning "way to implement the C++ implicit conversion mechanism."
6 #warning "Try using the more robust '%implicitconv Type;' directive instead."
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
crc32-bad.l 2 [^:]*:4: Warning: using r15 results in unpredictable behaviour
3 [^:]*.s:5: Warning: using r15 results in unpredictable behaviour
4 [^:]*.s:6: Warning: using r15 results in unpredictable behaviour
5 [^:]*.s:7: Warning: using r15 results in unpredictable behaviour
6 [^:]*.s:8: Warning: using r15 results in unpredictable behaviour
7 [^:]*.s:9: Warning: using r15 results in unpredictable behaviour
8 [^:]*.s:12: Warning: using r13 results in unpredictable behaviour
9 [^:]*.s:13: Warning: using r15 results in unpredictable behaviour
10 [^:]*.s:14: Warning: using r13 results in unpredictable behaviour
11 [^:]*.s:15: Warning: using r15 results in unpredictable behaviou
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
dv-mutex-err.l 2 .*:9: Warning: Use of 'ld8' .* RAW dependency 'GR%, % in 1 - 127' \(impliedf\), specific resource number is 26
3 .*:9: Warning: Only the first path encountering the conflict is reported
4 .*:8: Warning: This is the location of the conflicting usage
5 .*:14: Warning: Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' \(impliedf\), specific resource number is 4
6 .*:14: Warning: Only the first path encountering the conflict is reported
7 .*:13: Warning: This is the location of the conflicting usage
8 .*:20: Warning: Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' \(impliedf\), specific resource number is 4
9 .*:19: Warning: This is the location of the conflicting usage
10 .*:26: Warning: Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' \(impliedf\), specific resource number is 4
11 .*:25: Warning: This is the location of the conflicting usag
    [all...]
regval.l 2 .*:11: Warning: Use of 'mov' .* WAW dependency 'RR#' \(impliedf\), specific resource number is 0
3 .*:11: Warning: Only the first path encountering the conflict is reported
4 .*:10: Warning: This is the location of the conflicting usage
6 .*:25: Warning: Use of 'mov' .* WAW dependency 'RR#' \(impliedf\), specific resource number is 0
7 .*:25: Warning: Only the first path encountering the conflict is reported
8 .*:24: Warning: This is the location of the conflicting usage
10 .*:32: Warning: Use of 'mov' .* WAW dependency 'RR#' \(impliedf\)
11 .*:32: Warning: Only the first path encountering the conflict is reported
12 .*:31: Warning: This is the location of the conflicting usage
14 .*:46: Warning: Use of 'mov' .* WAW dependency 'RR#' \(impliedf\), specific resource number is
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips-gp64-fp64.l 2 .*:92: Warning: macro instruction expanded into multiple instructions in a branch delay slot
3 .*:96: Warning: macro instruction expanded into multiple instructions in a branch delay slot
4 .*:100: Warning: macro instruction expanded into multiple instructions in a branch delay slot
module-check-warn.l 3 .*:3: Warning: float register should be even, was 1
4 .*:3: Warning: float register should be even, was 1
5 .*:3: Warning: float register should be even, was 1
micromips-branch-relax.l 2 .*:63: Warning: relaxed out-of-range branch into a jump
3 .*:65: Warning: relaxed out-of-range branch into a jump
4 .*:67: Warning: relaxed out-of-range branch into a jump
5 .*:69: Warning: relaxed out-of-range branch into a jump
6 .*:71: Warning: relaxed out-of-range branch into a jump
7 .*:73: Warning: relaxed out-of-range branch into a jump
8 .*:75: Warning: relaxed out-of-range branch into a jump
9 .*:77: Warning: relaxed out-of-range branch into a jump
10 .*:79: Warning: relaxed out-of-range branch into a jump
11 .*:81: Warning: relaxed out-of-range branch into a jum
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-pe/
export_dynamic_warning.d 1 #name: PE-COFF --export-dynamic warning
4 #warning: warning: --export-dynamic is not supported for PE\+? targets, did you mean --export-all-symbols\?
  /external/clang/test/SemaCXX/
warn-enum-compare.cpp 42 while (x == AnonAA); // expected-warning {{comparison of constant 'AnonAA' (42) with expression of type 'Foo' is always false}}
43 while (AnonBB == y); // expected-warning {{comparison of constant 'AnonBB' (45) with expression of type 'Bar' is always false}}
68 while (B1 == B2); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}}
69 while (name1::B2 == name2::B3); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}}
70 while (z == name2::B2); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}}
72 while (((((B1)))) == B2); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}}
73 while (name1::B2 == (name2::B3)); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}}
74 while (z == ((((name2::B2))))); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}}
76 while ((((B1))) == (((B2)))); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}}
77 while ((name1::B2) == (((name2::B3)))); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}
    [all...]
warn-float-conversion.cpp 9 return f; //expected-warning{{conversion}}
13 return f; //expected-warning{{conversion}}
17 return f; //expected-warning{{conversion}}
21 return f; //expected-warning{{conversion}}
30 b = f; //expected-warning{{conversion}}
31 b = d; //expected-warning{{conversion}}
32 b = ld; //expected-warning{{conversion}}
33 c = f; //expected-warning{{conversion}}
34 c = d; //expected-warning{{conversion}}
35 c = ld; //expected-warning{{conversion}
    [all...]
  /external/clang/test/Sema/
format-strings-int-typedefs.c 7 printf("%jd", 42.0); // expected-warning {{format specifies type 'intmax_t' (aka 'long long')}}
8 printf("%ju", 42.0); // expected-warning {{format specifies type 'uintmax_t' (aka 'unsigned long long')}}
9 printf("%zu", 42.0); // expected-warning {{format specifies type 'size_t' (aka 'unsigned long')}}
10 printf("%td", 42.0); // expected-warning {{format specifies type 'ptrdiff_t' (aka 'int')}}
11 printf("%lc", 42.0); // expected-warning {{format specifies type 'wint_t' (aka 'int')}}
12 printf("%ls", 42.0); // expected-warning {{format specifies type 'wchar_t *' (aka 'int *')}}
13 printf("%S", 42.0); // expected-warning {{format specifies type 'wchar_t *' (aka 'int *')}}
14 printf("%C", 42.0); // expected-warning {{format specifies type 'wchar_t' (aka 'int')}}
16 scanf("%jd", 0); // expected-warning {{format specifies type 'intmax_t *' (aka 'long long *')}}
17 scanf("%ju", 0); // expected-warning {{format specifies type 'uintmax_t *' (aka 'unsigned long long *')}
    [all...]
format-strings-enum-fixed-type.cpp 19 printf("%hhd", input); // expected-warning{{format specifies type 'char' but the argument has underlying type 'short'}}
20 printf("%hhd", Constant); // expected-warning{{format specifies type 'char'}}
22 printf("%hd", input); // no-warning
23 printf("%hd", Constant); // no-warning
26 printf("%d", input); // no-warning
27 printf("%d", Constant); // no-warning
29 printf("%lld", input); // expected-warning{{format specifies type 'long long' but the argument has underlying type 'short'}}
30 printf("%lld", Constant); // expected-warning{{format specifies type 'long long'}}
37 printf("%u", input); // expected-warning{{format specifies type 'unsigned int' but the argument has underlying type 'unsigned long'}}
38 printf("%u", LongConstant); // expected-warning{{format specifies type 'unsigned int'}
    [all...]
warn-tautological-compare.c 15 if (!b) {} // expected-warning {{address of array 'b' will always evaluate to 'true'}}
16 if (b == 0) {} // expected-warning {{comparison of array 'b' equal to a null pointer is always false}}
17 if (!c.x) {} // expected-warning {{address of array 'c.x' will always evaluate to 'true'}}
18 if (c.x == 0) {} // expected-warning {{comparison of array 'c.x' equal to a null pointer is always false}}
19 if (!str) {} // expected-warning {{address of array 'str' will always evaluate to 'true'}}
20 if (0 == str) {} // expected-warning {{comparison of array 'str' equal to a null pointer is always false}}
26 if (!array) { // expected-warning {{address of array 'array' will always evaluate to 'true'}}
28 } else if (array != 0) { // expected-warning {{comparison of array 'array' not equal to a null pointer is always true}}
31 if (array == 0) // expected-warning {{comparison of array 'array' equal to a null pointer is always false}}
39 if (!&pointer) { // expected-warning {{address of 'pointer' will always evaluate to 'true'}
    [all...]
string-plus-char.c 6 return ab->a + 'b'; // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
11 char *str2 = str + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
13 const char *constStr = s + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
15 str = 'c' + str;// expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
18 str = strArr + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
    [all...]
attr-deprecated.c 10 int (*ptr)() = f; // expected-warning {{'f' is deprecated}}
11 f(); // expected-warning {{'f' is deprecated}}
14 g(); // expected-warning {{'g' is deprecated}}
16 return var; // expected-warning {{'var' is deprecated}}
22 return var; // expected-warning {{'var' is deprecated}}
27 int (*fn_ptr)() = old_fn; // expected-warning {{'old_fn' is deprecated}}
30 return old_fn()+1; // no warning, deprecated functions can use deprecated symbols.
39 ++F->x; // expected-warning {{'x' is deprecated}}
40 struct foo f1 = { .x = 17 }; // expected-warning {{'x' is deprecated}}
41 struct foo f2 = { 17 }; // expected-warning {{'x' is deprecated}
    [all...]
c89.c 7 int j; /* expected-warning {{mixing declarations and code}} */
12 int j; /* expected-warning {{mixing declarations and code}} */
17 __extension__ int j; /* expected-warning {{mixing declarations and code}} */
21 long long test2; /* expected-warning {{extension}} */
25 int A[i]; /* expected-warning {{variable length array}} */
28 int test4 = 0LL; /* expected-warning {{long long}} */
42 test7; /* expected-warning {{declaration specifier missing, defaulting to 'int'}} */
44 void test8(int, x); /* expected-warning {{declaration specifier missing, defaulting to 'int'}} */
47 int a(sometype, y) {return 0;} /* expected-warning {{declaration specifier missing, defaulting to 'int'}} \
64 void test10 (int x[*]); /* expected-warning {{variable length arrays are a C99 feature}} *
    [all...]
  /external/llvm/test/MC/Disassembler/AArch64/
fullfp16-neon-neg.txt 6 # CHECK: warning: invalid instruction encoding
8 # CHECK: warning: invalid instruction encoding
10 # CHECK: warning: invalid instruction encoding
12 # CHECK: warning: invalid instruction encoding
14 # CHECK: warning: invalid instruction encoding
16 # CHECK: warning: invalid instruction encoding
18 # CHECK: warning: invalid instruction encoding
20 # CHECK: warning: invalid instruction encoding
22 # CHECK: warning: invalid instruction encoding
24 # CHECK: warning: invalid instruction encodin
    [all...]
  /external/clang/test/Analysis/
range_casts.c 11 clang_analyzer_warnIfReached(); // expected-warning{{REACHABLE}}
13 clang_analyzer_warnIfReached(); // expected-warning{{REACHABLE}}
21 clang_analyzer_warnIfReached(); // expected-warning{{REACHABLE}}
23 clang_analyzer_warnIfReached(); // no-warning
31 clang_analyzer_warnIfReached(); // expected-warning{{REACHABLE}}
33 clang_analyzer_warnIfReached(); // expected-warning{{REACHABLE}}
41 clang_analyzer_warnIfReached(); // expected-warning{{REACHABLE}}
43 clang_analyzer_warnIfReached(); // expected-warning{{REACHABLE}}
51 clang_analyzer_warnIfReached(); // expected-warning{{REACHABLE}}
53 clang_analyzer_warnIfReached(); // expected-warning{{REACHABLE}
    [all...]
test-include.c 8 *data = 1; // expected-warning{{Dereference of null pointer}}
12 int res = DIVXY(1,0); // expected-warning{{Division by zero}}
13 // expected-warning@-1{{division by zero is undefined}}
18 int res = DIVYX(0,1); // expected-warning{{Division by zero}}
19 // expected-warning@-1{{division by zero is undefined}}
  /external/llvm/test/MC/ARM/
deprecated-v8.s 7 @ CHECK-ARMV8: warning: deprecated
8 @ CHECK-THUMBV8: warning: deprecated
9 @ CHECK-ARMV7-NOT: warning: deprecated
10 @ CHECK-THUMBV7-NOT: warning: deprecated
12 @ CHECK-ARMV8: warning: deprecated since v7, use 'isb'
13 @ CHECK-THUMBV8: warning: deprecated since v7, use 'isb'
14 @ CHECK-ARMV7: warning: deprecated since v7, use 'isb'
15 @ CHECK-THUMBV7: warning: deprecated since v7, use 'isb'
16 @ CHECK-ARMV6-NOT: warning: deprecated since v7, use 'isb'
18 @ CHECK-ARMV8: warning: deprecated since v7, use 'dsb
    [all...]
  /external/clang/test/Preprocessor/
macro-reserved.cpp 3 #define for 0 // expected-warning {{keyword is hidden by macro definition}}
36 #define inline inline__ // expected-warning {{keyword is hidden by macro definition}}
38 #define extern __inline // expected-warning {{keyword is hidden by macro definition}}
40 #define extern __extern // expected-warning {{keyword is hidden by macro definition}}
42 #define extern __extern__ // expected-warning {{keyword is hidden by macro definition}}
45 #define inline _inline // expected-warning {{keyword is hidden by macro definition}}
47 #define volatile // expected-warning {{keyword is hidden by macro definition}}
51 #pragma clang diagnostic warning "-Wreserved-id-macro"
53 #define switch if // expected-warning {{keyword is hidden by macro definition}}
55 #define __HAVE_X 0 // expected-warning {{macro name is a reserved identifier}
    [all...]
  /external/clang/test/SemaObjC/
warn-unreachable.m 3 // This previously triggered a warning from -Wunreachable-code because of
7 @autoreleasepool { // no-warning
12 // Test the warning works.
15 return; // expected-warning {{will never be executed}}
25 return 1; // expected-warning {{will never be executed}}
34 return 0; // expected-warning {{will never be executed}}
44 // FIXME: This should at some point report a warning
47 for (id x in container) { // no-warning
56 if (NO) calledFun(); // expected-warning {{will never be executed}} expected-note {{silence by adding parentheses to mark code as explicitly dead}}
57 if ((NO)) calledFun(); // no-warning
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msm_cam_sensor.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS *
    [all...]

Completed in 1201 milliseconds

1 2 3 4 5 6 7 8 91011>>