Home
last modified time | relevance | path

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

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