Searched refs:Chroot (Results 1 – 2 of 2) sorted by relevance
58 void Chroot(CheckerContext &C, const CallExpr *CE) const;76 Chroot(C, CE); in evalCall()87 void ChrootChecker::Chroot(CheckerContext &C, const CallExpr *CE) const { in Chroot() function in ChrootChecker
387 def ChrootChecker : Checker<"Chroot">,