Lines Matching full:cast
46 …_unspecified_t>(-5); // expected-warning {{The value '-5' provided to the cast expression is not i… in unscopedUnspecified()
49 …_unspecified_t>(-2); // expected-warning {{The value '-2' provided to the cast expression is not i… in unscopedUnspecified()
50 …_unspecified_t>(-1); // expected-warning {{The value '-1' provided to the cast expression is not i… in unscopedUnspecified()
51 …ed_unspecified_t>(0); // expected-warning {{The value '0' provided to the cast expression is not i… in unscopedUnspecified()
54 …ed_unspecified_t>(3); // expected-warning {{The value '3' provided to the cast expression is not i… in unscopedUnspecified()
56 …ed_unspecified_t>(5); // expected-warning {{The value '5' provided to the cast expression is not i… in unscopedUnspecified()
60 …ed_specified_t>(-5); // expected-warning {{The value '-5' provided to the cast expression is not i… in unscopedSpecified()
63 …ed_specified_t>(-2); // expected-warning {{The value '-2' provided to the cast expression is not i… in unscopedSpecified()
64 …ed_specified_t>(-1); // expected-warning {{The value '-1' provided to the cast expression is not i… in unscopedSpecified()
65 …oped_specified_t>(0); // expected-warning {{The value '0' provided to the cast expression is not i… in unscopedSpecified()
68 …oped_specified_t>(3); // expected-warning {{The value '3' provided to the cast expression is not i… in unscopedSpecified()
70 …oped_specified_t>(5); // expected-warning {{The value '5' provided to the cast expression is not i… in unscopedSpecified()
74 …d_unspecified_t>(-5); // expected-warning{{The value '-5' provided to the cast expression is not i… in scopedUnspecified()
77 …_unspecified_t>(-2); // expected-warning {{The value '-2' provided to the cast expression is not i… in scopedUnspecified()
78 …_unspecified_t>(-1); // expected-warning {{The value '-1' provided to the cast expression is not i… in scopedUnspecified()
79 …ed_unspecified_t>(0); // expected-warning {{The value '0' provided to the cast expression is not i… in scopedUnspecified()
82 …ed_unspecified_t>(3); // expected-warning {{The value '3' provided to the cast expression is not i… in scopedUnspecified()
84 …ed_unspecified_t>(5); // expected-warning {{The value '5' provided to the cast expression is not i… in scopedUnspecified()
88 …ed_specified_t>(-5); // expected-warning {{The value '-5' provided to the cast expression is not i… in scopedSpecified()
91 …ed_specified_t>(-2); // expected-warning {{The value '-2' provided to the cast expression is not i… in scopedSpecified()
92 …ed_specified_t>(-1); // expected-warning {{The value '-1' provided to the cast expression is not i… in scopedSpecified()
93 …oped_specified_t>(0); // expected-warning {{The value '0' provided to the cast expression is not i… in scopedSpecified()
96 …oped_specified_t>(3); // expected-warning {{The value '3' provided to the cast expression is not i… in scopedSpecified()
98 …oped_specified_t>(5); // expected-warning {{The value '5' provided to the cast expression is not i… in scopedSpecified()
102 …_unspecified_t)(-5); // expected-warning {{The value '-5' provided to the cast expression is not i… in unscopedUnspecifiedCStyle()
105 …_unspecified_t)(-2); // expected-warning {{The value '-2' provided to the cast expression is not i… in unscopedUnspecifiedCStyle()
106 …_unspecified_t)(-1); // expected-warning {{The value '-1' provided to the cast expression is not i… in unscopedUnspecifiedCStyle()
107 …ed_unspecified_t)(0); // expected-warning {{The value '0' provided to the cast expression is not i… in unscopedUnspecifiedCStyle()
110 …ed_unspecified_t)(3); // expected-warning {{The value '3' provided to the cast expression is not i… in unscopedUnspecifiedCStyle()
112 …ed_unspecified_t)(5); // expected-warning {{The value '5' provided to the cast expression is not i… in unscopedUnspecifiedCStyle()
116 …ed_specified_t)(-5); // expected-warning {{The value '-5' provided to the cast expression is not i… in unscopedSpecifiedCStyle()
119 …ed_specified_t)(-2); // expected-warning {{The value '-2' provided to the cast expression is not i… in unscopedSpecifiedCStyle()
120 …ed_specified_t)(-1); // expected-warning {{The value '-1' provided to the cast expression is not i… in unscopedSpecifiedCStyle()
121 …oped_specified_t)(0); // expected-warning {{The value '0' provided to the cast expression is not i… in unscopedSpecifiedCStyle()
124 …oped_specified_t)(3); // expected-warning {{The value '3' provided to the cast expression is not i… in unscopedSpecifiedCStyle()
126 …oped_specified_t)(5); // expected-warning {{The value '5' provided to the cast expression is not i… in unscopedSpecifiedCStyle()
130 …d_unspecified_t)(-5); // expected-warning{{The value '-5' provided to the cast expression is not i… in scopedUnspecifiedCStyle()
133 …_unspecified_t)(-2); // expected-warning {{The value '-2' provided to the cast expression is not i… in scopedUnspecifiedCStyle()
134 …_unspecified_t)(-1); // expected-warning {{The value '-1' provided to the cast expression is not i… in scopedUnspecifiedCStyle()
135 …ed_unspecified_t)(0); // expected-warning {{The value '0' provided to the cast expression is not i… in scopedUnspecifiedCStyle()
138 …ed_unspecified_t)(3); // expected-warning {{The value '3' provided to the cast expression is not i… in scopedUnspecifiedCStyle()
140 …ed_unspecified_t)(5); // expected-warning {{The value '5' provided to the cast expression is not i… in scopedUnspecifiedCStyle()
144 …ed_specified_t)(-5); // expected-warning {{The value '-5' provided to the cast expression is not i… in scopedSpecifiedCStyle()
147 …ed_specified_t)(-2); // expected-warning {{The value '-2' provided to the cast expression is not i… in scopedSpecifiedCStyle()
148 …ed_specified_t)(-1); // expected-warning {{The value '-1' provided to the cast expression is not i… in scopedSpecifiedCStyle()
149 …oped_specified_t)(0); // expected-warning {{The value '0' provided to the cast expression is not i… in scopedSpecifiedCStyle()
152 …oped_specified_t)(3); // expected-warning {{The value '3' provided to the cast expression is not i… in scopedSpecifiedCStyle()
154 …oped_specified_t)(5); // expected-warning {{The value '5' provided to the cast expression is not i… in scopedSpecifiedCStyle()
172 …oped_specified_t>(input); // expected-warning {{The value provided to the cast expression is not i… in rangeConstrained2()
177 …oped_specified_t>(input); // expected-warning {{The value provided to the cast expression is not i… in rangeConstrained3()
197 …_specified_t>(input); // expected-warning {{The value '3' provided to the cast expression is not i… in rangeConstrained7()
203 …ed_unspecified_t>(5); // expected-warning {{The value '5' provided to the cast expression is not i… in enumBitFieldAssignment()
229 …cast<WidgetKind>(4); // expected-warning {{The value '4' provided to the cast expression is not i… in foo()