Home
last modified time | relevance | path

Searched refs:FullDump (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/unittests/Transforms/Vectorize/
DVPlanHCFGTest.cpp95 std::string FullDump; in TEST_F() local
96 raw_string_ostream(FullDump) << *Plan; in TEST_F()
129 EXPECT_EQ(ExpectedStr, FullDump); in TEST_F()
DVPlanTest.cpp319 std::string FullDump; in TEST() local
320 raw_string_ostream(FullDump) << Plan; in TEST()
341 EXPECT_EQ(ExpectedStr, FullDump); in TEST()
/external/google-breakpad/src/client/windows/unittests/
Dminidump_test.cc274 TEST_F(MinidumpTest, FullDump) { in TEST_F() argument