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