OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestPair
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Sema/
complex-int.c
35
#define
TestPair
(m,n) int x##m##n = a##m+a##n;
36
#define TestPairs(m)
TestPair
(m,1)
TestPair
(m,2) \
37
TestPair
(m,3)
TestPair
(m,4) \
38
TestPair
(m,5)
TestPair
(m,6) \
39
TestPair
(m,7)
TestPair
(m,8)
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
SmallPtrSetTest.cpp
323
using
TestPair
= PointerIntPair<int *, 1>;
326
SmallPtrSet<
TestPair
, 8> IntSet;
328
TestPair
Pair(&A[0], 1);
/external/boringssl/src/crypto/bio/
bio_test.cc
228
TEST_P(BIOPairTest,
TestPair
) {
Completed in 245 milliseconds