Home
last modified time | relevance | path

Searched refs:ErrnoCheckState (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoModeling.h24 enum ErrnoCheckState : unsigned { enum
42 ErrnoCheckState getErrnoState(ProgramStateRef State);
53 ErrnoCheckState EState);
58 uint64_t Value, ErrnoCheckState EState);
61 ProgramStateRef setErrnoState(ProgramStateRef State, ErrnoCheckState EState);
H A DErrnoModeling.cpp73 REGISTER_TRAIT_WITH_PROGRAMSTATE(ErrnoState, errno_modeling::ErrnoCheckState) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
220 ErrnoCheckState EState) { in setErrnoValue()
231 uint64_t Value, ErrnoCheckState EState) { in setErrnoValue()
249 ProgramStateRef setErrnoState(ProgramStateRef State, ErrnoCheckState EState) { in setErrnoState()
253 ErrnoCheckState getErrnoState(ProgramStateRef State) { in getErrnoState()
H A DErrnoChecker.cpp144 ErrnoCheckState EState = getErrnoState(State); in checkLocation()
H A DStdLibraryFunctionsChecker.cpp67 static const char *describeErrnoCheckState(errno_modeling::ErrnoCheckState CS) { in describeErrnoCheckState()
412 const errno_modeling::ErrnoCheckState CheckState;
414 ErrnoConstraintBase(errno_modeling::ErrnoCheckState CS) : CheckState(CS) {} in ErrnoConstraintBase()
429 errno_modeling::ErrnoCheckState CS) in ZeroRelatedErrnoConstraint()