Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h73 message_(a_message) {} in TestPartResult()
92 const char* message() const { return message_.c_str(); } in message()
123 std::string message_; // The test failure message. variable
H A Dgtest.h321 return message_.get() != nullptr ? message_->c_str() : ""; in message()
343 if (message_.get() == nullptr) message_.reset(new ::std::string); in AppendMessage()
344 message_->append(a_message.GetString().c_str()); in AppendMessage()
356 std::unique_ptr< ::std::string> message_; variable
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dinterval-update-remat.ll86 …%message_.i.i = getelementptr inbounds %class.AssertionResult.24.249.299.1324.2349, %class.Asserti…
87 …ed_ptrI25Trans_NS___1_basic_stringIciiEED2Ev(%class.scoped_ptr.23.248.298.1323.2348* %message_.i.i)
/llvm-project-15.0.7/flang/lib/Parser/
H A Dbasic-parsers.h849 : parser_{parser}, message_{msg} {} in NonstandardParser()
860 CharBlock{at, std::max(state.GetLocation(), at + 1)}, LF, message_); in Parse()
867 const MessageFixedText message_; variable
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc998 message_(other.message_.get() != nullptr in AssertionResult()
999 ? new ::std::string(*other.message_) in AssertionResult()
1006 swap(message_, other.message_); in swap()
1012 if (message_.get() != nullptr) negation << *message_; in operator !()