Searched refs:BelowMin (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/clang/test/Sema/ |
D | inline-asm-validate-x86.c | 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() [all …]
|
D | inline-asm-validate-riscv.c | 5 static const int BelowMin = -2049; in I() local 7 …asm volatile ("" :: "I"(BelowMin)); // expected-error{{value '-2049' out of range for constraint '… in I() 12 static const int BelowMin = -1; in J() local 14 …asm volatile ("" :: "J"(BelowMin)); // expected-error{{value '-1' out of range for constraint 'J'}} in J() 19 static const int BelowMin = -1; in K() local 21 …asm volatile ("" :: "K"(BelowMin)); // expected-error{{value '-1' out of range for constraint 'K'}} in K()
|
/external/clang/test/Sema/ |
D | inline-asm-validate-x86.c | 5 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 …]
|