Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dinline-asm-validate-m68k.c39 static const int IncorrectVal = 18; in O() local
40 asm ("" :: "O"(IncorrectVal)); // expected-error{{value '18' out of range for constraint 'O'}} in O()
52 static const int IncorrectVal = 1; in C0() local
53 asm ("" :: "C0"(IncorrectVal)); // expected-error{{value '1' out of range for constraint 'C0'}} in C0()