Lines Matching full:enum

7   enum A { A_a = 2 };  in main()
8 enum A a; in main()
16 …ected-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always true}} in main()
18 …ected-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always true}} in main()
20 …cted-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always false}} in main()
22 …cted-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always false}} in main()
24 …ected-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always true}} in main()
26 …ected-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always true}} in main()
28 …cted-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always false}} in main()
30 …cted-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always false}} in main()
32 …cted-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always false}} in main()
34 …ected-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always true}} in main()
36 …ected-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always true}} in main()
38 …cted-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always false}} in main()
41 …ected-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always true}} in main()
43 …ected-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always true}} in main()
45 …cted-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always false}} in main()
47 …cted-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always false}} in main()
49 …ected-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always true}} in main()
51 …ected-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always true}} in main()
53 …cted-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always false}} in main()
55 …cted-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always false}} in main()
57 …cted-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always false}} in main()
59 …ected-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always true}} in main()
61 …ected-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always true}} in main()
63 …cted-warning {{comparison of constant 4294967296 with expression of type 'enum A' is always false}} in main()
118 …ted-warning {{comparison of constant -2147483649 with expression of type 'enum A' is always false}} in main()
120 …ted-warning {{comparison of constant -2147483649 with expression of type 'enum A' is always false}} in main()
122 …cted-warning {{comparison of constant -2147483649 with expression of type 'enum A' is always true}} in main()
124 …cted-warning {{comparison of constant -2147483649 with expression of type 'enum A' is always true}} in main()
126 …ted-warning {{comparison of constant -2147483649 with expression of type 'enum A' is always false}} in main()
128 …ted-warning {{comparison of constant -2147483649 with expression of type 'enum A' is always false}} in main()
130 …cted-warning {{comparison of constant -2147483649 with expression of type 'enum A' is always true}} in main()
132 …cted-warning {{comparison of constant -2147483649 with expression of type 'enum A' is always true}} in main()
134 …ted-warning {{comparison of constant -2147483649 with expression of type 'enum A' is always false}} in main()
136 …cted-warning {{comparison of constant -2147483649 with expression of type 'enum A' is always true}} in main()
138 …cted-warning {{comparison of constant -2147483649 with expression of type 'enum A' is always true}} in main()
140 …ted-warning {{comparison of constant -2147483649 with expression of type 'enum A' is always false}} in main()
143 …ected-warning {{comparison of constant 2147483648 with expression of type 'enum A' is always true}} in main()
145 …ected-warning {{comparison of constant 2147483648 with expression of type 'enum A' is always true}} in main()
147 …cted-warning {{comparison of constant 2147483648 with expression of type 'enum A' is always false}} in main()
149 …cted-warning {{comparison of constant 2147483648 with expression of type 'enum A' is always false}} in main()
151 …ected-warning {{comparison of constant 2147483648 with expression of type 'enum A' is always true}} in main()
153 …ected-warning {{comparison of constant 2147483648 with expression of type 'enum A' is always true}} in main()
155 …cted-warning {{comparison of constant 2147483648 with expression of type 'enum A' is always false}} in main()
157 …cted-warning {{comparison of constant 2147483648 with expression of type 'enum A' is always false}} in main()
159 …cted-warning {{comparison of constant 2147483648 with expression of type 'enum A' is always false}} in main()
161 …ected-warning {{comparison of constant 2147483648 with expression of type 'enum A' is always true}} in main()
163 …ected-warning {{comparison of constant 2147483648 with expression of type 'enum A' is always true}} in main()
165 …cted-warning {{comparison of constant 2147483648 with expression of type 'enum A' is always false}} in main()
223 enum A { A_a = 2 }; in PR35009()
224 enum A a; in PR35009()