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

References

unittests/Analysis/LazyCallGraphTest.cpp
 1144       ASSERT_EQ(nullptr, D1Call) << "Found too many D1 calls: " << *CI;
 1145       D1Call = CI;
 1151   ASSERT_NE(D1Call, nullptr);
 1153   ASSERT_EQ(&D2F, D1Call->getCalledFunction());
 1155   D1Call->setCalledFunction(&D3.getFunction());