Home
last modified time | relevance | path

Searched refs:ErrorText (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.cpp30 std::string ErrorText; in reportDoubleNonblocking() local
31 ErrorText = "Double nonblocking on request " + in reportDoubleNonblocking()
35 ErrorText, ExplNode); in reportDoubleNonblocking()
54 std::string ErrorText{"Request " + RequestRegion->getDescriptiveName() + in reportMissingWait() local
58 llvm::make_unique<BugReport>(*MissingWaitBugType, ErrorText, ExplNode); in reportMissingWait()
74 std::string ErrorText{"Request " + RequestRegion->getDescriptiveName() + in reportUnmatchedWait() local
78 llvm::make_unique<BugReport>(*UnmatchedWaitBugType, ErrorText, ExplNode); in reportUnmatchedWait()
107 return new PathDiagnosticEventPiece(L, ErrorText); in VisitNode()
DMPIBugReporter.h87 : RequestRegion(MemoryRegion), ErrorText(ErrText) {} in RequestNodeVisitor()
103 std::string ErrorText; variable
/external/nanopb-c/generator/google/protobuf/
Dservice.py150 def ErrorText(self): member in RpcController
/external/protobuf/python/google/protobuf/
Dservice.py150 def ErrorText(self): member in RpcController
/external/protobuf/src/google/protobuf/
Dservice.h223 virtual string ErrorText() const = 0;
/external/pdfium/third_party/lcms2-2.6/src/
Dcmserr.c553 …SEXPORT cmsSignalError(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *ErrorText, ...) in cmsSignalError() argument
560 va_start(args, ErrorText); in cmsSignalError()
561 vsnprintf(Buffer, MAX_ERROR_MESSAGE_LEN-1, ErrorText, args); in cmsSignalError()
/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp225 StringRef ErrorText = Code; in consumeStringLiteral() local
230 Error->addError(Range, Error->ET_ParserStringError) << ErrorText; in consumeStringLiteral()
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2_plugin.h99 …XPORT cmsSignalError(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *ErrorText, ...);
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1231 string ErrorText() const { in ErrorText() function in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockController