Home
last modified time | relevance | path

Searched refs:BelowMin (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/Sema/
Dinline-asm-validate-x86.c5 static const int BelowMin = -1; in I() local
12 : "0"(i), "I"(BelowMin)); // expected-error{{value '-1' out of range for constraint 'I'}} in I()
22 static const int BelowMin = -1; in J() local
29 : "0"(i), "J"(BelowMin)); // expected-error{{value '-1' out of range for constraint 'J'}} in J()
39 static const int BelowMin = -129; in K() local
46 … : "0"(i), "K"(BelowMin)); // expected-error{{value '-129' out of range for constraint 'K'}} in K()
82 static const int BelowMin = -1; in M() local
89 : "0"(i), "M"(BelowMin)); // expected-error{{value '-1' out of range for constraint 'M'}} in M()
99 static const int BelowMin = -1; in N() local
106 : "0"(i), "N"(BelowMin)); // expected-error{{value '-1' out of range for constraint 'N'}} in N()
[all …]