Home
last modified time | relevance | path

Searched defs:MY_SWITCH2 (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dswitch-implicit-fallthrough-cxx98.cpp98 #define MY_SWITCH2(X, Y, Z) switch (X) { Y; Z; } macro
H A Dswitch-implicit-fallthrough.cpp149 #define MY_SWITCH2(X, Y, Z) switch (X) { Y; Z; } macro