Searched refs:IncorrectVal (Results 1 – 1 of 1) sorted by relevance
39 static const int IncorrectVal = 18; in O() local40 asm ("" :: "O"(IncorrectVal)); // expected-error{{value '18' out of range for constraint 'O'}} in O()52 static const int IncorrectVal = 1; in C0() local53 asm ("" :: "C0"(IncorrectVal)); // expected-error{{value '1' out of range for constraint 'C0'}} in C0()