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

References

unittests/IR/FunctionTest.cpp
   56   EXPECT_TRUE(F2->hasLazyArguments());
   62   F1->stealArgumentListFrom(*F2);
   64   EXPECT_TRUE(F2->hasLazyArguments());
   77   F2->stealArgumentListFrom(*F1);
   79   EXPECT_FALSE(F2->hasLazyArguments());
   81   for (Argument &A : F2->args()) {
   96   EXPECT_FALSE(F2->hasLazyArguments());
  101   F1->stealArgumentListFrom(*F2);
  103   EXPECT_TRUE(F2->hasLazyArguments());
  115   F1->stealArgumentListFrom(*F2);
  117   EXPECT_TRUE(F2->hasLazyArguments());