Home
last modified time | relevance | path

Searched refs:getLastError (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.cpp86 std::string &getLastError() { return ErrorStream.str(); } in getLastError() function
203 return Context.getLastError(); in input()
276 return Context.getLastError(); in input()
343 if (!Context.getLastError().empty()) in readYaml()
344 return make_error<Failure>(Context.getLastError()); in readYaml()
363 if (!Context.getLastError().empty()) in readYamls()
364 return make_error<Failure>(Context.getLastError()); in readYamls()
380 if (!Context.getLastError().empty()) in writeYamlTo()
381 return make_error<Failure>(Context.getLastError()); in writeYamlTo()
392 if (!Context.getLastError().empty()) in readYamlFrom()
[all …]
/external/oj-libjdwp/src/share/transport/socket/
DsocketTransport.c113 getLastError() { in getLastError() function
398 fprintf(stderr, "Debugger failed to attach: %s\n", getLastError()); in socketTransport_accept()