Searched refs:flowOut (Results 1 – 1 of 1) sorted by relevance
813 llvm::StringRef flowOut(intermediate); in TEST() local818 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() local1409 llvm::StringRef flowOut(intermediate); in TEST() local[all …]