Searched refs:weird_max (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/PCH/ | ||
D | stmts.c | 14 int get_weird_max(int x, int y) { return weird_max(x, y); } in get_weird_max() |
D | stmts.h | 94 int weird_max(int x, int y) { in weird_max() function |