Searched refs:ThreeInt2Int (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | callback_annotated.c | 33 static int ThreeInt2Int(int a, int b, int c) { in ThreeInt2Int() function 41 broker3(1, 4, 5, ThreeInt2Int, 1); in foo() 42 broker4(4, 2, 7, ThreeInt2Int, 0); in foo() 43 broker5(8, 0, 3, ThreeInt2Int, 4); in foo()
|