Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dswitch-implicit-fallthrough-cxx98.cpp97 #define MY_SWITCH(X, Y, Z, U, V) switch (X) { case Y: Z; case U: V; } macro
103MY_SWITCH(n, 13, n *= 2, 14, break) // expected-warning{{unannotated fall-through between switch … in fallthrough_macro1()
Dswitch-implicit-fallthrough.cpp148 #define MY_SWITCH(X, Y, Z, U, V) switch (X) { case Y: Z; case U: V; } macro
154MY_SWITCH(n, 13, n *= 2, 14, break) // expected-warning{{unannotated fall-through between switch … in fallthrough_macro1()