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