Searched refs:MY_SWITCH (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
H A Dswitch-implicit-fallthrough-cxx98.cpp97 #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 labels}}
H A Dswitch-implicit-fallthrough.cpp148 #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 labels}}

Completed in 128 milliseconds