Searched refs:OUTER_CASE (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/INPUTS/ |
D | cfg-nested-switches.c | 8 #define EXPAND_2_OUTER_CASES(i, x, y) OUTER_CASE(i, x, y); OUTER_CASE(i + 1, x, y); 23 #define OUTER_CASE(i, x, y) \ in cfg_nested_switch() macro
|
D | cfg-nested-var-scopes.cpp | 27 #define EXPAND_2_OUTER_CASES(i, x, y) OUTER_CASE(i, x, y); OUTER_CASE(i + 1, x, y); 45 #define OUTER_CASE(i, x, y) \ in cfg_nested_vars() macro
|
/external/clang/INPUTS/ |
D | cfg-nested-switches.c | 8 #define EXPAND_2_OUTER_CASES(i, x, y) OUTER_CASE(i, x, y); OUTER_CASE(i + 1, x, y); 23 #define OUTER_CASE(i, x, y) \ in cfg_nested_switch() macro
|
D | cfg-nested-var-scopes.cpp | 27 #define EXPAND_2_OUTER_CASES(i, x, y) OUTER_CASE(i, x, y); OUTER_CASE(i + 1, x, y); 45 #define OUTER_CASE(i, x, y) \ in cfg_nested_vars() macro
|