Searched refs:Chroot (Results 1 – 2 of 2) sorted by relevance
59 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
389 def ChrootChecker : Checker<"Chroot">,