Lines Matching defs:txt2

292       const char* txt2, const char* txt3, const char* txt4);
294 void check_initial_state( tlm::tlm_generic_payload& trans, const char* txt2 );
295 void check_trans_not_modified( tlm::tlm_generic_payload& trans, const char* txt2 );
296 void check_response_path( tlm::tlm_generic_payload& trans, const char* txt2 );
564 const char* txt2, const char* txt3, const char* txt4)
580 txt << "Phase " << phase << " sent on " << txt2 << " path"
588 txt << "Phase " << phase << " sent out-of-sequence on " << txt2 << " path"
599 txt << "Phase " << phase << " sent out-of-sequence on " << txt2 << " path"
635 tlm::tlm_generic_payload& trans, const char* txt2 )
646 txt << "New transaction passed to " << txt2 << " with reference count = "
652 txt << "Transaction not properly initialized: data_ptr == 0, detected in " << txt2;
657 txt << "Transaction not properly initialized: data_langth == 0, detected in " << txt2;
663 << "byte_enable_ptr != 0 and byte_enable_length == 0, detected in " << txt2;
668 txt << "Transaction not properly initialized: streaming_width == 0, detected in " << txt2;
673 txt << "Transaction not properly initialized: dmi_allowed == true, detected in " << txt2;
678 txt << "Transaction not properly initialized: response_status != TLM_INCOMPLETE_RESPONSE, detected in " << txt2;
683 txt << "Transaction not properly initialized: gp_option != TLM_MIN_PAYLOAD, detected in " << txt2;
720 txt << "Transaction object sent with BEGIN_REQ while still being used on a previous response path, detected in " << txt2;
743 tlm::tlm_generic_payload& trans, const char* txt2 )
749 txt << "Command attribute modified during transaction lifetime, detected in " << txt2;
754 txt << "Data pointer attribute modified during transaction lifetime, detected in " << txt2;
759 txt << "Data length attribute modified during transaction lifetime, detected in " << txt2;
766 txt << "Data array modified during transaction lifetime, detected in " << txt2;
771 txt << "Byte enable pointer attribute modified during transaction lifetime, detected in " << txt2;
776 txt << "Byte enable length attribute modified during transaction lifetime, detected in " << txt2;
783 txt << "Byte enable array modified during transaction lifetime, detected in " << txt2;
788 txt << "Streaming width attribute modified during transaction lifetime, detected in " << txt2;
793 txt << "Generic payload option attribute modified during transaction lifetime, detected in " << txt2;
800 txt << "Interconnect component sets a memory manager, but does not clear it on return, detected in " << txt2;
810 txt << "Extension set (index = " << i << ") without also being deleted in the absence of a memory manager, detected in " << txt2;
820 txt << "Transaction data array modified in interconnect component on response path, detected in " << txt2;
828 tlm::tlm_generic_payload& trans, const char* txt2 )
839 txt << "\nDetected in " << txt2;