Home
last modified time | relevance | path

Searched refs:read_error (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp392 lldb_private::Status read_error; in PrintData() local
396 if (!read_error.Success()) in PrintData()
1215 lldb_private::Status read_error; in Interpret() local
1218 if (!read_error.Success()) { in Interpret()
1228 read_error.Clear(); in Interpret()
1230 read_error); in Interpret()
1231 if (!read_error.Success()) { in Interpret()
1294 lldb_private::Status read_error; in Interpret() local
1297 if (!read_error.Success()) { in Interpret()
1307 read_error.Clear(); in Interpret()
[all …]
H A DMaterializer.cpp222 Status read_error; in Dematerialize() local
224 map.ReadPointerFromMemory(&location, load_addr, read_error); in Dematerialize()
226 if (!read_error.Success()) { in Dematerialize()
230 read_error.AsCString()); in Dematerialize()
290 Status read_error; in Dematerialize() local
295 if (!read_error.Success()) { in Dematerialize()
299 read_error.AsCString()); in Dematerialize()
856 Status read_error; in Dematerialize() local
859 map.ReadPointerFromMemory(&address, load_addr, read_error); in Dematerialize()
861 if (!read_error.Success()) { in Dematerialize()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp109 Status read_error; in RetrieveReportData() local
110 target.ReadCStringFromMemory(apiname_ptr, apiName, read_error); in RetrieveReportData()
111 if (read_error.Fail()) in RetrieveReportData()
/freebsd-13.1/crypto/openssh/
H A Dsftp-client.c1433 int read_error, write_errno, lmodified = 0, reordered = 0, r; in do_download() local
1504 write_error = read_error = write_errno = num_req = 0; in do_download()
1560 read_error = 1; in do_download()
1636 if (read_error || write_error || interrupted) { in do_download()
1646 if (read_error) { in do_download()
2206 int write_error, read_error, r; in do_crossload() local
2256 write_error = read_error = num_req = num_upload_req = 0; in do_crossload()
2315 read_error = 1; in do_crossload()
2398 if (read_error || write_error || interrupted) { in do_crossload()
2409 if (read_error) { in do_crossload()
/freebsd-13.1/contrib/processor-trace/libipt/test/src/
H A Dptunit-image.c1142 static struct ptunit_result read_error(struct image_fixture *ifix) in read_error() function
2245 ptu_run_f(suite, read_error, rfix); in main()