reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/ADT/TinyPtrVectorTest.cpp
   89   this->expectValues(this->V, this->testArray(0));
   94   this->expectValues(this->V, this->testArray(1));
   96   this->expectValues(this->V, this->testArray(2));
   98   this->expectValues(this->V, this->testArray(3));
  100   this->expectValues(this->V, this->testArray(4));
  102   this->expectValues(this->V, this->testArray(5));
  106   this->expectValues(this->V, this->testArray(4));
  108   this->expectValues(this->V, this->testArray(3));
  112   this->expectValues(this->V, this->testArray(4));
  114   this->expectValues(this->V, this->testArray(5));
  117   this->expectValues(this->V, this->testArray(4));
  119   this->expectValues(this->V, this->testArray(3));
  121   this->expectValues(this->V, this->testArray(2));
  123   this->expectValues(this->V, this->testArray(1));
  125   this->expectValues(this->V, this->testArray(0));
  127   this->appendValues(this->V, this->testArray(42));
  128   this->expectValues(this->V, this->testArray(42));
  132   this->expectValues(this->V, this->testArray(0));
  134   this->expectValues(this->V, this->testArray(0));
  136   this->appendValues(this->V, this->testArray(1));
  137   this->expectValues(this->V, this->testArray(1));
  139   this->expectValues(this->V, this->testArray(0));
  141   this->appendValues(this->V, this->testArray(42));
  142   this->expectValues(this->V, this->testArray(42));
  144   this->expectValues(this->V, this->testArray(0));
  148   this->appendValues(this->V, this->testArray(42));
  150   this->expectValues(Copy, this->testArray(42));
  154   this->expectValues(Copy, this->testArray(0));
  155   this->expectValues(this->V, this->testArray(42));
  158   this->appendValues(Copy2, this->testArray(42));
  159   this->expectValues(Copy2, this->testArray(42));
  160   this->expectValues(this->V2, this->testArray(0));
  163   this->expectValues(Move, this->testArray(42));
  164   this->expectValues(Copy2, this->testArray(0));
  166   TypeParam MultipleElements(this->testArray(2));
  167   TypeParam SingleElement(this->testArray(1));
  169   this->expectValues(MultipleElements, this->testArray(1));
  170   this->expectValues(SingleElement, this->testArray(0));
  175   this->expectValues(this->V, this->testArray(0));
  176   this->expectValues(this->V2, this->testArray(0));
  178   this->expectValues(this->V, this->testArray(0));
  180   this->setVectors(this->testArray(1), this->testArray(0));
  180   this->setVectors(this->testArray(1), this->testArray(0));
  182   this->expectValues(this->V, this->testArray(0));
  183   this->expectValues(this->V2, this->testArray(0));
  184   this->setVectors(this->testArray(1), this->testArray(0));
  184   this->setVectors(this->testArray(1), this->testArray(0));
  186   this->expectValues(this->V, this->testArray(0));
  188   this->setVectors(this->testArray(2), this->testArray(0));
  188   this->setVectors(this->testArray(2), this->testArray(0));
  190   this->expectValues(this->V, this->testArray(0));
  191   this->expectValues(this->V2, this->testArray(0));
  192   this->setVectors(this->testArray(2), this->testArray(0));
  192   this->setVectors(this->testArray(2), this->testArray(0));
  194   this->expectValues(this->V, this->testArray(0));
  196   this->setVectors(this->testArray(42), this->testArray(0));
  196   this->setVectors(this->testArray(42), this->testArray(0));
  198   this->expectValues(this->V, this->testArray(0));
  199   this->expectValues(this->V2, this->testArray(0));
  200   this->setVectors(this->testArray(42), this->testArray(0));
  200   this->setVectors(this->testArray(42), this->testArray(0));
  202   this->expectValues(this->V, this->testArray(0));
  204   this->setVectors(this->testArray(0), this->testArray(1));
  204   this->setVectors(this->testArray(0), this->testArray(1));
  206   this->expectValues(this->V, this->testArray(1));
  207   this->expectValues(this->V2, this->testArray(1));
  208   this->setVectors(this->testArray(0), this->testArray(1));
  208   this->setVectors(this->testArray(0), this->testArray(1));
  210   this->expectValues(this->V, this->testArray(1));
  212   this->setVectors(this->testArray(0), this->testArray(2));
  212   this->setVectors(this->testArray(0), this->testArray(2));
  214   this->expectValues(this->V, this->testArray(2));
  215   this->expectValues(this->V2, this->testArray(2));
  216   this->setVectors(this->testArray(0), this->testArray(2));
  216   this->setVectors(this->testArray(0), this->testArray(2));
  218   this->expectValues(this->V, this->testArray(2));
  220   this->setVectors(this->testArray(0), this->testArray(42));
  220   this->setVectors(this->testArray(0), this->testArray(42));
  222   this->expectValues(this->V, this->testArray(42));
  223   this->expectValues(this->V2, this->testArray(42));
  224   this->setVectors(this->testArray(0), this->testArray(42));
  224   this->setVectors(this->testArray(0), this->testArray(42));
  226   this->expectValues(this->V, this->testArray(42));
  228   this->setVectors(this->testArray(1), this->testArray(1));
  228   this->setVectors(this->testArray(1), this->testArray(1));
  230   this->expectValues(this->V, this->testArray(1));
  231   this->expectValues(this->V2, this->testArray(1));
  233   this->expectValues(this->V, this->testArray(1));
  235   this->setVectors(this->testArray(1), this->testArray(2));
  235   this->setVectors(this->testArray(1), this->testArray(2));
  237   this->expectValues(this->V, this->testArray(2));
  238   this->expectValues(this->V2, this->testArray(2));
  239   this->setVectors(this->testArray(1), this->testArray(2));
  239   this->setVectors(this->testArray(1), this->testArray(2));
  241   this->expectValues(this->V, this->testArray(2));
  243   this->setVectors(this->testArray(1), this->testArray(42));
  243   this->setVectors(this->testArray(1), this->testArray(42));
  245   this->expectValues(this->V, this->testArray(42));
  246   this->expectValues(this->V2, this->testArray(42));
  247   this->setVectors(this->testArray(1), this->testArray(42));
  247   this->setVectors(this->testArray(1), this->testArray(42));
  249   this->expectValues(this->V, this->testArray(42));
  251   this->setVectors(this->testArray(2), this->testArray(1));
  251   this->setVectors(this->testArray(2), this->testArray(1));
  253   this->expectValues(this->V, this->testArray(1));
  254   this->expectValues(this->V2, this->testArray(1));
  255   this->setVectors(this->testArray(2), this->testArray(1));
  255   this->setVectors(this->testArray(2), this->testArray(1));
  257   this->expectValues(this->V, this->testArray(1));
  259   this->setVectors(this->testArray(2), this->testArray(2));
  259   this->setVectors(this->testArray(2), this->testArray(2));
  261   this->expectValues(this->V, this->testArray(2));
  262   this->expectValues(this->V2, this->testArray(2));
  263   this->setVectors(this->testArray(2), this->testArray(2));
  263   this->setVectors(this->testArray(2), this->testArray(2));
  265   this->expectValues(this->V, this->testArray(2));
  267   this->setVectors(this->testArray(2), this->testArray(42));
  267   this->setVectors(this->testArray(2), this->testArray(42));
  269   this->expectValues(this->V, this->testArray(42));
  270   this->expectValues(this->V2, this->testArray(42));
  271   this->setVectors(this->testArray(2), this->testArray(42));
  271   this->setVectors(this->testArray(2), this->testArray(42));
  273   this->expectValues(this->V, this->testArray(42));
  275   this->setVectors(this->testArray(42), this->testArray(1));
  275   this->setVectors(this->testArray(42), this->testArray(1));
  277   this->expectValues(this->V, this->testArray(1));
  278   this->expectValues(this->V2, this->testArray(1));
  279   this->setVectors(this->testArray(42), this->testArray(1));
  279   this->setVectors(this->testArray(42), this->testArray(1));
  281   this->expectValues(this->V, this->testArray(1));
  283   this->setVectors(this->testArray(42), this->testArray(2));
  283   this->setVectors(this->testArray(42), this->testArray(2));
  285   this->expectValues(this->V, this->testArray(2));
  286   this->expectValues(this->V2, this->testArray(2));
  287   this->setVectors(this->testArray(42), this->testArray(2));
  287   this->setVectors(this->testArray(42), this->testArray(2));
  289   this->expectValues(this->V, this->testArray(2));
  291   this->setVectors(this->testArray(42), this->testArray(42));
  291   this->setVectors(this->testArray(42), this->testArray(42));
  293   this->expectValues(this->V, this->testArray(42));
  294   this->expectValues(this->V2, this->testArray(42));
  295   this->setVectors(this->testArray(42), this->testArray(42));
  295   this->setVectors(this->testArray(42), this->testArray(42));
  297   this->expectValues(this->V, this->testArray(42));
  301   this->appendValues(this->V, this->testArray(1));
  302   this->expectValues(this->V, this->testArray(1));
  304   this->expectValues(this->V, this->testArray(0));
  306   this->appendValues(this->V, this->testArray(42));
  307   this->expectValues(this->V, this->testArray(42));
  310   this->expectValues(this->V, this->testArray(41));
  313   this->expectValues(this->V, this->testArray(40));
  316   this->expectValues(this->V, this->testArray(39));
  319   this->expectValues(this->V, this->testArray(38));
  322   this->expectValues(this->V, this->testArray(37));
  328   this->expectValues(this->V, this->testArray(0));
  332   this->appendValues(this->V, this->testArray(1));
  333   this->expectValues(this->V, this->testArray(1));
  335   this->expectValues(this->V, this->testArray(1));
  337   this->expectValues(this->V, this->testArray(1));
  339   this->expectValues(this->V, this->testArray(0));
  341   this->appendValues(this->V, this->testArray(42));
  342   this->expectValues(this->V, this->testArray(42));
  346   this->expectValues(this->V, this->testArray(41));
  350   this->expectValues(this->V, this->testArray(40));
  354   this->expectValues(this->V, this->testArray(38));
  358   this->expectValues(this->V, this->testArray(33));
  362   this->expectValues(this->V, this->testArray(20));
  364   this->expectValues(this->V, this->testArray(7));
  366   this->expectValues(this->V, this->testArray(0));
  371   this->expectValues(this->V, this->testArray(1));
  373   this->appendValues(this->V, this->testArray(4));
  374   this->expectValues(this->V, this->testArray(4));
  376   this->expectValues(this->V, this->testArray(5));
  379   this->expectValues(this->V, this->testArray(6));
  383   this->expectValues(this->V, this->testArray(7));
  388   this->expectValues(this->V, this->testArray(0));
  391   this->expectValues(this->V, this->testArray(0));
  393   this->expectValues(this->V, this->testArray(0));
  396   this->expectValues(this->V, this->testArray(1));
  400   this->expectValues(this->V, this->testArray(2));
  404   this->expectValues(this->V, this->testArray(42));
  419   this->expectValues(this->V, this->testArray(13));