Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPClient.cpp74 ErrorState = joinErrors(std::move(Err), std::move(ErrorState)); in storeError()
77 llvm::Error ErrorState = Error::success(); member
126 return joinErrors(std::move(CurlRequest.ErrorState), in perform()
130 return std::move(CurlRequest.ErrorState);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp134 void reportOOB(CheckerContext &C, ProgramStateRef ErrorState, Messages Msgs,
139 ProgramStateRef ErrorState, NonLoc Val,
674 ProgramStateRef ErrorState, in markPartsInteresting() argument
691 for (SymbolRef Sym : getTaintedSymbols(ErrorState, Val)) in markPartsInteresting()
697 ProgramStateRef ErrorState, Messages Msgs, in reportOOB() argument
701 ExplodedNode *ErrorNode = C.generateErrorNode(ErrorState); in reportOOB()
721 markPartsInteresting(*BR, ErrorState, Offset, IsTaintBug); in reportOOB()
723 markPartsInteresting(*BR, ErrorState, *Extent, IsTaintBug); in reportOOB()
H A DStreamChecker.cpp124 StreamErrorState const ErrorState; member
138 : LastOperation(L), State(S), ErrorState(ES), in StreamState()
142 assert((State == Opened || ErrorState.isNoError()) && in StreamState()
154 ErrorState == X.ErrorState && in operator ==()
176 ErrorState.Profile(ID); in Profile()
213 ErrorState.dumpToStream(os); in dumpToStream()
656 NewES = SS->ErrorState; in Init()
666 bool isStreamEof() const { return SS->ErrorState == ErrorFEof; } in isStreamEof()
674 NewES = NewSS.ErrorState; in setStreamState()
718 bool SetFeof = NewES.FEof && !SS->ErrorState.FEof; in getFailureNoteTag()
[all …]