HomeSort by: relevance | last modified time | path
    Searched defs:ReportError (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
SymbolRemappingReader.cpp 30 auto ReportError = [&](Twine Msg) {
46 return ReportError("Expected 'kind mangled_name mangled_name', "
56 return ReportError("Invalid kind, expected 'name', 'type', or 'encoding',"
65 return ReportError("Manglings '" + Parts[1] + "' and '" + Parts[2] + "' "
70 return ReportError("Could not demangle '" + Parts[1] + "' "
74 return ReportError("Could not demangle '" + Parts[2] + "' "
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRPCTargetProcessControl.h 123 Parent.reportError(std::move(Err));
217 void reportError(Error Err) { Parent.reportError(std::move(Err)); }
267 Parent.reportError(std::move(Err));
284 RPCEndpointT &EP, ErrorReporter ReportError)
286 ReportError(std::move(ReportError)), EP(EP) {}
288 void reportError(Error Err) { ReportError(std::move(Err)); }
408 ErrorReporter ReportError;
    [all...]
Core.h 1328 ExecutionSession &setErrorReporter(ErrorReporter ReportError) {
1329 this->ReportError = std::move(ReportError);
1336 void reportError(Error Err) { ReportError(std::move(Err)); }
1506 ErrorReporter ReportError = logErrorsToStdErr;
OrcRemoteTargetClient.h 832 ES.reportError(std::move(Err));
847 ES.reportError(std::move(Err));
871 // FIXME: Duplicate error and report it via ReportError too?
880 ES.reportError(AddrOrErr.takeError());
888 ES.reportError(std::move(Err));
896 ES.reportError(std::move(Err));
909 std::function<void(Error)> ReportError;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 226 void ReportError(QualType T);
247 ReportError(T);
258 void ASTFieldVisitor::ReportError(QualType T) {
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_report.cc 191 void ReportError(const ErrorDescription &description) {
214 in_report.ReportError(error);
220 in_report.ReportError(error);
229 in_report.ReportError(error);
235 in_report.ReportError(error);
244 in_report.ReportError(error);
250 in_report.ReportError(error);
258 in_report.ReportError(error);
264 in_report.ReportError(error);
270 in_report.ReportError(error)
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_report.cpp 194 void ReportError(const ErrorDescription &description) {
217 in_report.ReportError(error);
223 in_report.ReportError(error);
232 in_report.ReportError(error);
238 in_report.ReportError(error);
247 in_report.ReportError(error);
253 in_report.ReportError(error);
261 in_report.ReportError(error);
267 in_report.ReportError(error);
274 in_report.ReportError(error)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFVerifier.cpp 467 auto ReportError = [&](const Twine &TitleMsg) {
484 ReportError(
490 ReportError("DIE has invalid DW_AT_ranges encoding:");
496 ReportError("DW_AT_stmt_list offset is beyond .debug_line bounds: " +
500 ReportError("DIE has invalid DW_AT_stmt_list encoding:");
514 ReportError("DIE contains invalid DWARF expression:");
517 ReportError(toString(Loc.takeError()));
534 ReportError("DIE with tag " + TagString(DieTag) + " has " +
545 ReportError("DIE has " + AttributeString(Attr) +
559 ReportError("DIE has " + AttributeString(Attr)
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_report.cpp 196 void ReportError(const ErrorDescription &description) {
219 in_report.ReportError(error);
225 in_report.ReportError(error);
234 in_report.ReportError(error);
240 in_report.ReportError(error);
249 in_report.ReportError(error);
255 in_report.ReportError(error);
263 in_report.ReportError(error);
269 in_report.ReportError(error);
276 in_report.ReportError(error)
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/interception/
interception_win.cpp 157 # define ReportError(...) \
164 ReportError("interception_win: failed due to an unrecoverable error.\n");
274 ReportError(
303 ReportError(
700 ReportError(

Completed in 27 milliseconds