Home
last modified time | relevance | path

Searched refs:warning (Results 1 – 25 of 2309) sorted by relevance

12345678910>>...93

/external/llvm/test/MC/Disassembler/AArch64/
Dfullfp16-neon-neg.txt6 # 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 encoding
[all …]
Dfullfp16-neg.txt5 # 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 encoding
[all …]
/external/llvm/test/MC/Disassembler/ARM/
Dfullfp16-neon-arm-neg.txt3 # CHECK: warning: invalid instruction encoding
4 # CHECK: warning: invalid instruction encoding
8 # CHECK: warning: invalid instruction encoding
9 # CHECK: warning: invalid instruction encoding
13 # CHECK: warning: invalid instruction encoding
14 # CHECK: warning: invalid instruction encoding
18 # CHECK: warning: invalid instruction encoding
19 # CHECK: warning: invalid instruction encoding
23 # CHECK: warning: invalid instruction encoding
24 # CHECK: warning: invalid instruction encoding
[all …]
Dfullfp16-neon-thumb-neg.txt3 # CHECK: warning: invalid instruction encoding
4 # CHECK: warning: invalid instruction encoding
8 # CHECK: warning: invalid instruction encoding
9 # CHECK: warning: invalid instruction encoding
13 # CHECK: warning: invalid instruction encoding
14 # CHECK: warning: invalid instruction encoding
18 # CHECK: warning: invalid instruction encoding
19 # CHECK: warning: invalid instruction encoding
23 # CHECK: warning: invalid instruction encoding
24 # CHECK: warning: invalid instruction encoding
[all …]
/external/curl/lib/
Dwarnless.c64 # pragma warning(push) in curlx_ultous()
65 # pragma warning(disable:810) /* conversion may lose significant bits */ in curlx_ultous()
72 # pragma warning(pop) in curlx_ultous()
83 # pragma warning(push) in curlx_ultouc()
84 # pragma warning(disable:810) /* conversion may lose significant bits */ in curlx_ultouc()
91 # pragma warning(pop) in curlx_ultouc()
102 # pragma warning(push) in curlx_ultosi()
103 # pragma warning(disable:810) /* conversion may lose significant bits */ in curlx_ultosi()
110 # pragma warning(pop) in curlx_ultosi()
121 # pragma warning(push) in curlx_uztoso()
[all …]
/external/clang/test/Preprocessor/
Dpragma_microsoft.c48 __pragma(warning(push)); \
49 __pragma(warning(disable: 10000)); \
51 __pragma(warning(pop)); \
113 #pragma warning(push)
115 #pragma warning(push, 1)
117 #pragma warning(disable : 4705)
119 #pragma warning(disable : 123 456 789 ; error : 321)
122 #pragma warning(once : 321)
124 #pragma warning(suppress : 321)
126 #pragma warning(default : 321)
[all …]
/external/llvm/test/MC/ARM/
Dv8_IT_manual.s4 @ CHECK-NOT: [[@LINE+2]]:1: warning
8 @ CHECK-NOT: [[@LINE+2]]:1: warning
11 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
14 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
18 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
22 @ CHECK-NOT: [[@LINE+2]]:1: warning
26 @ CHECK-NOT: [[@LINE+2]]:1: warning
30 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
34 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
38 @ CHECK-NOT: [[@LINE+2]]:1: warning
[all …]
Ddeprecated-v8.s7 @ 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/Analysis/
Dglobal_region_invalidation.mm12 clang_analyzer_eval(p == 0); // expected-warning{{TRUE}}
20 clang_analyzer_eval(globalIntRef == 42); // expected-warning{{UNKNOWN}}
31 clang_analyzer_eval(globalInt == 42); // expected-warning{{UNKNOWN}}
32 clang_analyzer_eval(globalStruct.value == 43); // expected-warning{{UNKNOWN}}
38 clang_analyzer_eval(globalInt == 42); // expected-warning{{TRUE}}
39 clang_analyzer_eval(globalStruct.value == 43); // expected-warning{{TRUE}}
42 clang_analyzer_eval(globalInt == 42); // expected-warning{{UNKNOWN}}
43 clang_analyzer_eval(globalStruct.value == 43); // expected-warning{{UNKNOWN}}
50 clang_analyzer_eval(globalInt == 42); // expected-warning{{TRUE}}
51 clang_analyzer_eval(globalStruct.value == 43); // expected-warning{{TRUE}}
[all …]
Dctor.mm22 *(char *)0 = 1; // expected-warning{{Dereference of null pointer}}
35 clang_analyzer_eval(b.x == 42); // expected-warning{{TRUE}}
49 clang_analyzer_eval(b.x == 42); // expected-warning{{TRUE}}
87 clang_analyzer_eval(a == 1); // expected-warning{{TRUE}}
88 clang_analyzer_eval(b == 2); // expected-warning{{TRUE}}
89 clang_analyzer_eval(c == 3); // expected-warning{{TRUE}}
91 clang_analyzer_eval(obj.get() == 3); // expected-warning{{TRUE}}
95 clang_analyzer_eval(base->get() == 3); // expected-warning{{TRUE}}
103 clang_analyzer_checkInlined(true); // expected-warning{{TRUE}}
126 clang_analyzer_eval(result); // expected-warning{{TRUE}}
[all …]
Divars.m15 clang_analyzer_eval(savedID == obj->uniqueID); // expected-warning{{TRUE}}
18 clang_analyzer_eval(savedID == obj->uniqueID); // expected-warning{{UNKNOWN}}
28 clang_analyzer_eval(savedID == self->uniqueID); // expected-warning{{TRUE}}
31 clang_analyzer_eval(savedID == self->uniqueID); // expected-warning{{UNKNOWN}}
61 clang_analyzer_eval(s.a == 1); // expected-warning{{TRUE}}
62 clang_analyzer_eval(s.b == 2); // expected-warning{{TRUE}}
63 clang_analyzer_eval(c == 3); // expected-warning{{TRUE}}
64 clang_analyzer_eval(d == 4); // expected-warning{{TRUE}}
68 clang_analyzer_eval(s.a == 1); // expected-warning{{TRUE}}
69 clang_analyzer_eval(s.b == 2); // expected-warning{{TRUE}}
[all …]
Duninit-vals.m26 if (bogus) // no-warning
39 test_PR10163(x[1]); // no-warning
64 clang_analyzer_eval(testObj->size == 0); // expected-warning{{TRUE}}
67 if (testObj->size > 0) { ; } // warning occurs here
73 clang_analyzer_eval(testObj->size == 0); // expected-warning{{UNKNOWN}}
80 clang_analyzer_eval(testObj->size == oldSize); // expected-warning{{TRUE}}
83 clang_analyzer_eval(testObj->size == oldSize); // expected-warning{{TRUE}}
108 clang_analyzer_eval(testObj->size == 0); // expected-warning{{TRUE}}
109 clang_analyzer_eval(testObj->origin.x == 0); // expected-warning{{TRUE}}
110 clang_analyzer_eval(testObj->origin.y == 0); // expected-warning{{TRUE}}
[all …]
Dproperties.m56 …NSString *string1 = [[NSString alloc] initWithFormat:@"test %f", 0.0]; // expected-warning {{Poten…
115 return [value autorelease]; // expected-warning {{Object autoreleased too many times}}
124 return [result autorelease]; // expected-warning {{Object autoreleased too many times}}
147 p.name = [[NSString string] retain]; // expected-warning {{leak}}
148 p.name = [[NSString alloc] init]; // expected-warning {{leak}}
150 p.friend = [[Person alloc] init]; // expected-warning {{leak}}
177 if (y && o.x) // expected-warning {{Property access on an uninitialized object pointer}}
179 return o; // expected-warning {{Undefined or garbage value returned to caller}}
183 self.x = y; // expected-warning {{Argument for property setter is an uninitialized value}}
197 clang_analyzer_eval(p.name == p.name); // expected-warning{{TRUE}}
[all …]
/external/c-ares/
Dares_nowarn.c70 # pragma warning(push) in aresx_uztosi()
71 # pragma warning(disable:810) /* conversion may lose significant bits */ in aresx_uztosi()
77 # pragma warning(pop) in aresx_uztosi()
88 # pragma warning(push) in aresx_sltosi()
89 # pragma warning(disable:810) /* conversion may lose significant bits */ in aresx_sltosi()
96 # pragma warning(pop) in aresx_sltosi()
107 # pragma warning(push) in aresx_sztosi()
108 # pragma warning(disable:810) /* conversion may lose significant bits */ in aresx_sztosi()
115 # pragma warning(pop) in aresx_sztosi()
126 # pragma warning(push) in aresx_sztoui()
[all …]
/external/llvm/test/MC/Disassembler/Mips/mips1/
Dinvalid.txt6 0x00 0x11 0x00 0x0f # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
7 0x00 0x30 0xc0 0x42 # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
8 0x00 0xab 0x09 0x4a # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
9 0x02 0x80 0x44 0xf0 # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
10 0x02 0xc5 0x40 0x01 # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
11 0x03 0x21 0x22 0xd5 # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
12 0x03 0xa0 0x08 0x13 # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
13 0x04 0x1c 0x63 0xee # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
14 0x40 0x3c 0x00 0x5d # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
15 0x42 0x02 0x00 0x27 # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
[all …]
/external/llvm/test/MC/Mips/
Dset-nomacro.s3 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
81 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
83 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
85 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
88 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
90 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
92 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
94 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
96 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
99 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
[all …]
/external/clang/test/SemaObjC/
Dparameterized_classes_subst.m126 …nonnull_NSControl = [unspecifiedControl maybeView]; // expected-warning{{from nullable pointer 'N…
131 …nonnull_NSControl = [nonnullControl maybeView]; // expected-warning{{from nullable pointer 'Nonnu…
153 ip = [stringSet firstObject]; // expected-warning{{from 'NSString *'}}
154 ip = [mutStringSet firstObject]; // expected-warning{{from 'NSString *'}}
155 ip = [widgetSet firstObject]; // expected-warning{{from 'Widget *'}}
156 ip = [untypedMutSet firstObject]; // expected-warning{{from 'id'}}
157 ip = [mutStringArraySet firstObject]; // expected-warning{{from 'NSArray<NSString *> *'}}
158 ip = [set firstObject]; // expected-warning{{from 'id'}}
159 ip = [mutSet firstObject]; // expected-warning{{from 'id'}}
160 ip = [mutArraySet firstObject]; // expected-warning{{from 'id'}}
[all …]
Dcomptypes-7.m27 …obj = i; // expected-warning {{incompatible integer to pointer conversion assigning to 'id' from '…
28 obj = j; // expected-warning {{incompatible pointer types assigning to 'id' from 'int *'}}
30 …obj_p = i; // expected-warning {{incompatible integer to pointer conversion assigning to 'id<MyPro…
31 …obj_p = j; // expected-warning {{incompatible pointer types assigning to 'id<MyProtocol>' from 'in…
33 …obj_c = i; // expected-warning {{incompatible integer to pointer conversion assigning to 'MyClass …
34 …obj_c = j; // expected-warning {{incompatible pointer types assigning to 'MyClass *' from 'int *'}}
36 …obj_C = i; // expected-warning {{incompatible integer to pointer conversion assigning to 'Class' f…
37 obj_C = j; // expected-warning {{incompatible pointer types assigning to 'Class' from 'int *'}}
39 …i = obj; // expected-warning {{incompatible pointer to integer conversion assigning to 'int' fro…
40 …i = obj_p; // expected-warning {{incompatible pointer to integer conversion assigning to 'int' fro…
[all …]
Darc-repeated-weak.mm22 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this …
26 use(a.strongProp); // no-warning
32 use(a.weakProp); // no-warning
33 use(a.strongProp); // no-warning
37 a.weakProp = get(); // no-warning
41 a.weakProp = next; // no-warning
43 a->weakIvar = get(); // no-warning
46 a->weakIvar = next; // no-warning
49 x = get(); // no-warning
52 x = next; // no-warning
[all …]
Dnullability.m28 return 0; // no warning
40 - (nonnull NSFoo * _Nonnull)redundantMethod1; // expected-warning{{duplicate nullability specifier …
46 @property(retain,nonnull) NSFoo * _Nonnull redundantProperty1; // expected-warning{{duplicate nulla…
49 @property(nullable,retain,nullable) NSFoo *redundantProperty3; // expected-warning{{duplicate nulla…
57 @property(retain,nonnull) NSFoo * _Nonnull redundantProperty2; // expected-warning{{duplicate nulla…
61 …[foo methodTakingIntPtr: 0]; // expected-warning{{null passed to a callee that requires a non-null…
62 …[bar methodWithFoo: 0]; // expected-warning{{null passed to a callee that requires a non-null argu…
63 …bar.property1 = 0; // expected-warning{{null passed to a callee that requires a non-null argument}}
64 …bar.property2 = 0; // expected-warning{{null passed to a callee that requires a non-null argument}}
65 …[bar setProperty1: 0]; // expected-warning{{null passed to a callee that requires a non-null argum…
[all …]
Dcircular-container.m57 …[_array addObject:_array]; // expected-warning {{adding '_array' to '_array' might cause circular …
58 …[_dictionary setObject:_dictionary forKey:@"key"]; // expected-warning {{adding '_dictionary' to '…
59 …[_set addObject:_set]; // expected-warning {{adding '_set' to '_set' might cause circular dependen…
60 …[_countedSet addObject:_countedSet]; // expected-warning {{adding '_countedSet' to '_countedSet' m…
61 …[_orderedSet addObject:_orderedSet]; // expected-warning {{adding '_orderedSet' to '_orderedSet' m…
65 …[a addObject:a]; // expected-warning {{adding 'a' to 'a' might cause circular dependency in contai…
69 …[d setObject:d forKey:@"key"]; // expected-warning {{adding 'd' to 'd' might cause circular depend…
73 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai…
77 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai…
81 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai…
[all …]
/external/clang/test/Parser/
Dobjc-messaging-1.m7 [a ii]; // expected-warning{{not found}}
8 [a if: 1 :2]; // expected-warning{{not found}}
9 [a inout: 1 :2 another:(2,3,4)]; // expected-warning{{not found}} \
10 // expected-warning 2{{expression result unused}}
11 [a inout: 1 :2 another:(2,3,4), 6,6,8]; // expected-warning{{not found}} \
12 // expected-warning 2{{expression result unused}}
13 [a inout: 1 :2 another:(2,3,4), (6,4,5),6,8]; // expected-warning{{not found}} \
14 // expected-warning 4{{expression result unused}}
15 [a inout: 1 :2 another:(i+10), (i,j-1,5),6,8]; // expected-warning{{not found}} \
16 // expected-warning 2{{expression result unused}}
[all …]
/external/clang/test/FixIt/
Dformat.m9 printf("%d", x); // no-warning
10 …printf("%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'in…
11 …printf("%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'i…
15 NSLog(@"%d", x); // no-warning
16 …NSLog(@"%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'in…
17 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'i…
18 NSLog(@"%@", x); // expected-warning{{format specifies type 'id' but the argument has type 'int'}}
25 …printf("%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'char …
26 printf("%s", x); // no-warning
27 …printf("%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'c…
[all …]
/external/eclipse-windowbuilder/propertysheet/.settings/
Dorg.eclipse.jdt.core.prefs15 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
18 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
19 org.eclipse.jdt.core.compiler.problem.deadCode=warning
20 org.eclipse.jdt.core.compiler.problem.deprecation=warning
23 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
27 org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning
29 org.eclipse.jdt.core.compiler.problem.fieldHiding=warning
30 org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
31 org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
33 org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
[all …]
/external/libvorbis/symbian/
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(disable: 4706) /* assignment within conditional expression */
[all …]

12345678910>>...93