HomeSort by relevance Sort by last modified time
    Searched refs:constVector (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/unittests/ADT/
SmallVectorTest.cpp 386 VectorType constVector;
388 EXPECT_EQ(0u, constVector.size());
389 EXPECT_TRUE(constVector.empty());
390 EXPECT_TRUE(constVector.begin() == constVector.end());
  /external/llvm/unittests/ADT/
SmallVectorTest.cpp 645 const TypeParam constVector;
647 EXPECT_EQ(0u, constVector.size());
648 EXPECT_TRUE(constVector.empty());
649 EXPECT_TRUE(constVector.begin() == constVector.end());

Completed in 2616 milliseconds