Searched refs:MY_SWITCH (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/SemaCXX/ |
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()
|
D | switch-implicit-fallthrough.cpp | 148 #define MY_SWITCH(X, Y, Z, U, V) switch (X) { case Y: Z; case U: V; } macro 154 …MY_SWITCH(n, 13, n *= 2, 14, break) // expected-warning{{unannotated fall-through between switch … in fallthrough_macro1()
|