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