Searched refs:TestPair (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | complex-int.c | 39 #define TestPair(m,n) int x##m##n = a##m+a##n; in Tester() macro 40 #define TestPairs(m) TestPair(m,1) TestPair(m,2) \ in Tester() 41 TestPair(m,3) TestPair(m,4) \ in Tester() 42 TestPair(m,5) TestPair(m,6) \ in Tester() 43 TestPair(m,7) TestPair(m,8) in Tester()
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | SmallPtrSetTest.cpp | 323 using TestPair = PointerIntPair<int *, 1>; typedef 326 SmallPtrSet<TestPair, 8> IntSet; in TEST() 328 TestPair Pair(&A[0], 1); in TEST()
|