HomeSort by relevance Sort by last modified time
    Searched defs:ErrorText (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIBugReporter.cpp 30 std::string ErrorText;
31 ErrorText = "Double nonblocking on request " +
35 ErrorText, ExplNode);
54 std::string ErrorText{"Request " + RequestRegion->getDescriptiveName() +
58 llvm::make_unique<BugReport>(*MissingWaitBugType, ErrorText, ExplNode);
74 std::string ErrorText{"Request " + RequestRegion->getDescriptiveName() +
78 llvm::make_unique<BugReport>(*UnmatchedWaitBugType, ErrorText, ExplNode);
107 return new PathDiagnosticEventPiece(L, ErrorText);
MPIBugReporter.h 87 : RequestRegion(MemoryRegion), ErrorText(ErrText) {}
103 std::string ErrorText;
  /external/nanopb-c/generator/google/protobuf/
service.py 150 def ErrorText(self):
171 incorporated into the message returned by ErrorText(). If you find
  /external/protobuf/python/google/protobuf/
service.py 150 def ErrorText(self):
171 incorporated into the message returned by ErrorText(). If you find
  /external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 225 StringRef ErrorText = Code;
230 Error->addError(Range, Error->ET_ParserStringError) << ErrorText;
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]

Completed in 427 milliseconds