Searched defs:testx (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Sema/
H A Ddecl-type-merging.c5 int testx[(sizeof(x) == sizeof(int) * 10) ? 1 : -1]; variable
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicIntersection_TestData.cpp96 static const uint64_t testx[2][8] = { variable
108 const uint64_t* inPtr = testx[0];
110 for (unsigned index = 0; index < sizeof(testx) / sizeof(testx[0][0]); ++index) {
/external/skia/experimental/Intersection/
H A DCubicIntersection_TestData.cpp96 static const uint64_t testx[2][8] = { variable
108 const uint64_t* inPtr = testx[0];
110 for (unsigned index = 0; index < sizeof(testx) / sizeof(testx[0][0]); ++index) {
/external/clang/test/SemaCXX/
H A Dcompare.cpp414 void testx() { function in namespace:templates
421 testx<A>();
422 testx<B>();

Completed in 148 milliseconds