Searched defs:EXPAND_2_INNER_CASES (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/INPUTS/ |
H A D | cfg-nested-switches.c | 1 #define EXPAND_2_INNER_CASES(i, x, y) INNER_CASE(i, x, y); INNER_CASE(i + 1, x, y); macro
|
H A D | cfg-nested-var-scopes.cpp | 21 #define EXPAND_2_INNER_CASES(i, x, y) INNER_CASE(i, x, y); INNER_CASE(i + 1, x, y); macro
|