Searched refs:MY_SWITCH (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | switch-implicit-fallthrough-cxx98.cpp | 97 #define MY_SWITCH(X, Y, Z, U, V) switch (X) { case Y: Z; case U: V; } macro 103 …MY_SWITCH(n, 13, n *= 2, 14, break) // expected-warning{{unannotated fall-through between switch … in fallthrough_macro1()
|
| H A D | switch-implicit-fallthrough.cpp | 152 #define MY_SWITCH(X, Y, Z, U, V) switch (X) { case Y: Z; case U: V; } macro 158 …MY_SWITCH(n, 13, n *= 2, 14, break) // expected-warning{{unannotated fall-through between switch … in fallthrough_macro1()
|