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 DArrayBoundChecker.cpp148 void reportOOB(CheckerContext &C, ProgramStateRef ErrorState, Messages Msgs,
153 ProgramStateRef ErrorState, NonLoc Val,
721 ProgramStateRef ErrorState, in markPartsInteresting() argument
738 for (SymbolRef Sym : getTaintedSymbols(ErrorState, Val)) in markPartsInteresting()
743 void ArrayBoundChecker::reportOOB(CheckerContext &C, ProgramStateRef ErrorState, in reportOOB() argument
748 ExplodedNode *ErrorNode = C.generateErrorNode(ErrorState); in reportOOB()
768 markPartsInteresting(*BR, ErrorState, Offset, IsTaintBug); in reportOOB()
770 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()
662 NewES = SS->ErrorState; in Init()
673 bool isStreamEof() const { return SS->ErrorState == ErrorFEof; } in isStreamEof()
681 NewES = NewSS.ErrorState; in setStreamState()
725 bool SetFeof = NewES.FEof && !SS->ErrorState.FEof; in getFailureNoteTag()
[all …]