HomeSort by relevance Sort by last modified time
    Searched refs:EXPAND_4096_BRANCHES (Results 1 - 3 of 3) sorted by null

  /external/clang/INPUTS/
cfg-long-chain1.c 12 #define EXPAND_4096_BRANCHES(i, x, y) EXPAND_2048_BRANCHES(i, x, y) EXPAND_2048_BRANCHES(i + 2048, x, y)
17 EXPAND_4096_BRANCHES(1, x, y);
cfg-long-chain2.c 12 #define EXPAND_4096_BRANCHES(i, x, y) EXPAND_2048_BRANCHES(i, x, y) EXPAND_2048_BRANCHES(i + 2048, x, y)
17 EXPAND_4096_BRANCHES(1, x, y);
cfg-long-chain3.c 12 #define EXPAND_4096_BRANCHES(i, x, y) EXPAND_2048_BRANCHES(i, x, y) EXPAND_2048_BRANCHES(i + 2048, x, y)
17 EXPAND_4096_BRANCHES(1, x, y);

Completed in 31 milliseconds