OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXPAND_8_BRANCHES
(Results
1 - 3
of
3
) sorted by null
/external/clang/INPUTS/
cfg-long-chain1.c
3
#define
EXPAND_8_BRANCHES
(i, x, y) EXPAND_4_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i + 4, x, y)
4
#define EXPAND_16_BRANCHES(i, x, y)
EXPAND_8_BRANCHES
(i, x, y)
EXPAND_8_BRANCHES
(i + 8, x, y)
cfg-long-chain2.c
3
#define
EXPAND_8_BRANCHES
(i, x, y) EXPAND_4_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i + 4, x, y)
4
#define EXPAND_16_BRANCHES(i, x, y)
EXPAND_8_BRANCHES
(i, x, y)
EXPAND_8_BRANCHES
(i + 8, x, y)
cfg-long-chain3.c
3
#define
EXPAND_8_BRANCHES
(i, x, y) EXPAND_4_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i + 4, x, y)
4
#define EXPAND_16_BRANCHES(i, x, y)
EXPAND_8_BRANCHES
(i, x, y)
EXPAND_8_BRANCHES
(i + 8, x, y)
Completed in 119 milliseconds