Searched refs:INNER_CASE (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/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
|
/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
|