Searched refs:expectValues (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DTinyPtrVectorTest.cpp70 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) { function in class:__anon10739::TinyPtrVectorTest
87 this->expectValues(this->V, this->testArray(0));
92 this->expectValues(this->V, this->testArray(1));
94 this->expectValues(this->V, this->testArray(2));
96 this->expectValues(this->V, this->testArray(3));
98 this->expectValues(this->V, this->testArray(4));
100 this->expectValues(this->V, this->testArray(5));
104 this->expectValues(this->V, this->testArray(4));
106 this->expectValues(this->V, this->testArray(3));
110 this->expectValues(thi
[all...]

Completed in 142 milliseconds