Lines Matching refs:BelowMin
5 static const int BelowMin = -1; in I() local
9 : "0"(i), "I"(BelowMin)); // expected-error{{value '-1' out of range for constraint 'I'}} in I()
19 static const int BelowMin = -1; in J() local
23 : "0"(i), "J"(BelowMin)); // expected-error{{value '-1' out of range for constraint 'J'}} in J()
33 static const int BelowMin = -129; in K() local
37 … : "0"(i), "K"(BelowMin)); // expected-error{{value '-129' out of range for constraint 'K'}} in K()
78 static const int BelowMin = -1; in M() local
82 : "0"(i), "M"(BelowMin)); // expected-error{{value '-1' out of range for constraint 'M'}} in M()
92 static const int BelowMin = -1; in N() local
96 : "0"(i), "N"(BelowMin)); // expected-error{{value '-1' out of range for constraint 'N'}} in N()
106 static const int BelowMin = -1; in O() local
110 : "0"(i), "O"(BelowMin)); // expected-error{{value '-1' out of range for constraint 'O'}} in O()