Searched refs:INNER_CASE (Results 1 – 2 of 2) sorted by relevance
/external/clang/INPUTS/ |
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); 21 #define INNER_CASE(i, x, y) \ in cfg_nested_switch() macro
|
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); 38 #define INNER_CASE(i, x, y) \ in cfg_nested_vars() macro
|