Home
last modified time | relevance | path

Searched defs:ChrootChecker (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp41 class ChrootChecker : public Checker<eval::Call, check::PreStmt<CallExpr> > { class
47 ChrootChecker() : II_chroot(nullptr), II_chdir(nullptr) {} in ChrootChecker() function in __anonc50541450111::ChrootChecker