Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp61 void evalChdir(const CallEvent &Call, CheckerContext &C) const;
72 evalChdir(Call, C); in evalCall()
89 void ChrootChecker::evalChdir(const CallEvent &Call, CheckerContext &C) const { in evalChdir() function in ChrootChecker