Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DChrootChecker.cpp59 void Chroot(CheckerContext &C, const CallExpr *CE) const;
77 Chroot(C, CE); in evalCall()
88 void ChrootChecker::Chroot(CheckerContext &C, const CallExpr *CE) const { in Chroot() function in ChrootChecker
/external/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td389 def ChrootChecker : Checker<"Chroot">,