Lines Matching full:behavior

39 …/ expected-warning{{direct comparison of a string literal has undefined behavior}} expected-note{{…
40 …/ expected-warning{{direct comparison of a string literal has undefined behavior}} expected-note{{…
41 …/ expected-warning{{direct comparison of a string literal has undefined behavior}} expected-note{{…
42 …/ expected-warning{{direct comparison of a string literal has undefined behavior}} expected-note{{…
44 …/ expected-warning{{direct comparison of an array literal has undefined behavior}} expected-note{{…
45 …pected-warning{{direct comparison of a dictionary literal has undefined behavior}} expected-note{{…
46 … expected-warning{{direct comparison of a numeric literal has undefined behavior}} expected-note{{…
47 … expected-warning{{direct comparison of a numeric literal has undefined behavior}} expected-note{{…
48 … expected-warning{{direct comparison of a numeric literal has undefined behavior}} expected-note{{…
49 …expected-warning{{direct comparison of a boxed expression has undefined behavior}} expected-note{{…
63 …== @"") return; // expected-warning{{direct comparison of a string literal has undefined behavior}}
65 …== @"") return; // expected-warning{{direct comparison of a string literal has undefined behavior}}
66 …== @"") return; // expected-warning{{direct comparison of a string literal has undefined behavior}}
68 … < @"") return; // expected-warning{{direct comparison of a string literal has undefined behavior}}
69 … > @"") return; // expected-warning{{direct comparison of a string literal has undefined behavior}}
70 …<= @"") return; // expected-warning{{direct comparison of a string literal has undefined behavior}}
71 …>= @"") return; // expected-warning{{direct comparison of a string literal has undefined behavior}}
82 … expected-warning{{direct comparison of a numeric literal has undefined behavior}} expected-note{{…
83 … expected-warning{{direct comparison of a numeric literal has undefined behavior}} expected-note{{…
102 …eturn c == @""; // expected-warning{{direct comparison of a string literal has undefined behavior}}