OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXPAND_2048_BRANCHES
(Results
1 - 3
of
3
) sorted by null
/external/clang/INPUTS/
cfg-long-chain1.c
11
#define
EXPAND_2048_BRANCHES
(i, x, y) EXPAND_1024_BRANCHES(i, x, y) EXPAND_1024_BRANCHES(i + 1024, x, y)
12
#define EXPAND_4096_BRANCHES(i, x, y)
EXPAND_2048_BRANCHES
(i, x, y)
EXPAND_2048_BRANCHES
(i + 2048, x, y)
cfg-long-chain2.c
11
#define
EXPAND_2048_BRANCHES
(i, x, y) EXPAND_1024_BRANCHES(i, x, y) EXPAND_1024_BRANCHES(i + 1024, x, y)
12
#define EXPAND_4096_BRANCHES(i, x, y)
EXPAND_2048_BRANCHES
(i, x, y)
EXPAND_2048_BRANCHES
(i + 2048, x, y)
cfg-long-chain3.c
11
#define
EXPAND_2048_BRANCHES
(i, x, y) EXPAND_1024_BRANCHES(i, x, y) EXPAND_1024_BRANCHES(i + 1024, x, y)
12
#define EXPAND_4096_BRANCHES(i, x, y)
EXPAND_2048_BRANCHES
(i, x, y)
EXPAND_2048_BRANCHES
(i + 2048, x, y)
Completed in 84 milliseconds