Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp60 void evalChdir(const CallEvent &Call, CheckerContext &C) const;
71 evalChdir(Call, C); in evalCall()
88 void ChrootChecker::evalChdir(const CallEvent &Call, CheckerContext &C) const { in evalChdir() function in ChrootChecker