Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp655 const ErrnoConstraintBase &ErrnoConstraint; member in __anon4d759d9c0111::StdLibraryFunctionsChecker::SummaryCase
661 : Constraints(std::move(Constraints)), ErrnoConstraint(ErrnoC), in SummaryCase()
666 : Constraints(Constraints), ErrnoConstraint(ErrnoC), Note(Note) {} in SummaryCase()
670 return ErrnoConstraint; in getErrnoConstraint()