Searched refs:FATAL (Results 1 - 6 of 6) sorted by relevance

/gem5/src/base/
H A Dlogging.hh67 PANIC, FATAL, WARN, INFO, HACK, enumerator in enum:Logger::LogLevel
75 getFatal().enabled = (ll >= FATAL);
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc320 // message from the death test child process and log it with the FATAL
336 GTEST_LOG_(FATAL) << error.GetString();
339 GTEST_LOG_(FATAL) << "Error while reading death test internal: "
465 GTEST_LOG_(FATAL) << "Death test child process reported "
470 GTEST_LOG_(FATAL) << "Read from death test child process failed: "
582 GTEST_LOG_(FATAL)
H A Dgtest-port.cc913 severity == GTEST_ERROR ? "[ ERROR ]" : "[ FATAL ]";
1020 GTEST_LOG_(FATAL) << "Only one " << stream_name
/gem5/src/python/pybind11/
H A Dcore.cc232 .value("FATAL", Logger::FATAL)
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1300 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
1310 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3571 GTEST_LOG_(FATAL) << "BoundSecondMatcher should never be assigned.";

Completed in 45 milliseconds