Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dinline-asm-validate-x86.c6 static const int AboveMax = 32; in I() local
15 : "0"(i), "I"(AboveMax)); // expected-error{{value '32' out of range for constraint 'I'}} in I()
23 static const int AboveMax = 64; in J() local
32 : "0"(i), "J"(AboveMax)); // expected-error{{value '64' out of range for constraint 'J'}} in J()
40 static const int AboveMax = 128; in K() local
49 : "0"(i), "K"(AboveMax)); // expected-error{{value '128' out of range for constraint 'K'}} in K()
83 static const int AboveMax = 4; in M() local
92 : "0"(i), "M"(AboveMax)); // expected-error{{value '4' out of range for constraint 'M'}} in M()
100 static const int AboveMax = 256; in N() local
109 : "0"(i), "N"(AboveMax)); // expected-error{{value '256' out of range for constraint 'N'}} in N()
[all …]