reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
716 llvm::sort(&VD_0[0], &VD_0[5], Cmp); 716 llvm::sort(&VD_0[0], &VD_0[5], Cmp); 717 ASSERT_EQ(StringRef((const char *)VD_0[0].Value, 7), StringRef("callee2")); 718 ASSERT_EQ(1000U, VD_0[0].Count); 719 ASSERT_EQ(StringRef((const char *)VD_0[1].Value, 7), StringRef("callee3")); 720 ASSERT_EQ(500U, VD_0[1].Count); 721 ASSERT_EQ(StringRef((const char *)VD_0[2].Value, 7), StringRef("callee1")); 722 ASSERT_EQ(400U, VD_0[2].Count); 723 ASSERT_EQ(StringRef((const char *)VD_0[3].Value, 7), StringRef("callee4")); 724 ASSERT_EQ(300U, VD_0[3].Count); 725 ASSERT_EQ(StringRef((const char *)VD_0[4].Value, 7), StringRef("callee5")); 726 ASSERT_EQ(100U, VD_0[4].Count);