Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp46 const CallDescription Chroot{"chroot", 1}, Chdir{"chdir", 1}; member in __anon0b116b820111::ChrootChecker
67 if (Chroot.matches(Call)) { in evalCall()
119 if (matchesAny(Call, Chroot, Chdir)) in checkPreCall()
/llvm-project-15.0.7/clang/docs/analyzer/
H A Dcheckers.rst2508 .. _alpha-unix-Chroot:
2510 alpha.unix.Chroot (C)
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td561 def ChrootChecker : Checker<"Chroot">,