Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DYAMLIOTest.cpp813 llvm::StringRef flowOut(intermediate); in TEST() local
818 EXPECT_NE(llvm::StringRef::npos, flowOut.find("''\n")); in TEST()
822 EXPECT_NE(llvm::StringRef::npos, flowOut.find("'~'\n")); in TEST()
826 EXPECT_NE(std::string::npos, flowOut.find("'''eee")); in TEST()
827 EXPECT_NE(std::string::npos, flowOut.find("'\"fff'")); in TEST()
828 EXPECT_NE(std::string::npos, flowOut.find("'`ggg'")); in TEST()
829 EXPECT_NE(std::string::npos, flowOut.find("'@hhh'")); in TEST()
830 EXPECT_NE(std::string::npos, flowOut.find("''\n")); in TEST()
1363 llvm::StringRef flowOut(intermediate); in TEST() local
1409 llvm::StringRef flowOut(intermediate); in TEST() local
[all …]