Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DDebugifyTest.cpp137 std::string StdOut = testing::internal::GetCapturedStderr(); in TEST() local
143 EXPECT_TRUE(StdOut.find(ErrorForSP) != std::string::npos); in TEST()
144 EXPECT_TRUE(StdOut.find(WarningForLoc) != std::string::npos); in TEST()
145 EXPECT_TRUE(StdOut.find(FinalResult) != std::string::npos); in TEST()
188 std::string StdOut = testing::internal::GetCapturedStderr(); in TEST() local
195 EXPECT_TRUE(StdOut.find(ErrorForSP) == std::string::npos); in TEST()
196 EXPECT_TRUE(StdOut.find(WarningForLoc) == std::string::npos); in TEST()
198 EXPECT_TRUE(StdOut.find(FinalResult) != std::string::npos); in TEST()
241 std::string StdOut = testing::internal::GetCapturedStderr(); in TEST() local
248 EXPECT_TRUE(StdOut.find(ErrorForSP) == std::string::npos); in TEST()
[all …]
/llvm-project-15.0.7/libc/src/__support/File/
H A Dlinux_file.cpp169 static LinuxFile StdOut(1, stdout_buffer, STDOUT_BUFFER_SIZE, _IOLBF, false, variable
171 File *stdout = &StdOut;