Searched refs:ErrorState (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Debuginfod/
H A DHTTPClient.cpp74 ErrorState = joinErrors(std::move(Err), std::move(ErrorState));
77 llvm::Error ErrorState = Error::success(); member in struct:CurlHTTPRequest
124 return joinErrors(std::move(CurlRequest.ErrorState),
128 return std::move(CurlRequest.ErrorState);
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp102 StreamErrorState const ErrorState; member in struct:__anon1027::StreamState
110 /// This value applies to all error states in ErrorState except FEOF.
116 : LastOperation(L), State(S), ErrorState(ES),
120 assert((State == Opened || ErrorState.isNoError()) &&
121 "ErrorState should be None in non-opened stream state.");
132 ErrorState == X.ErrorState &&
151 ErrorState.Profile(ID);
650 if (SS->ErrorState & ErrorFEof)
717 if (!IsFread || (OldSS->ErrorState !
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/t/
H A Dfacilities-routing.t48 ErrorState => \&client_error,

Completed in 161 milliseconds