Searched refs:ErrorText (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp29 std::string ErrorText; local
30 ErrorText = "Double nonblocking on request " +
34 *DoubleNonblockingBugType, ErrorText, ExplNode);
53 std::string ErrorText{"Request " + RequestRegion->getDescriptiveName() +
57 ErrorText, ExplNode);
73 std::string ErrorText{"Request " + RequestRegion->getDescriptiveName() +
77 ErrorText, ExplNode);
109 return std::make_shared<PathDiagnosticEventPiece>(L, ErrorText);
H A DMPIBugReporter.h84 : RequestRegion(MemoryRegion), ErrorText(ErrText) {}
99 std::string ErrorText; member in class:clang::ento::mpi::MPIBugReporter::RequestNodeVisitor

Completed in 111 milliseconds