Searched refs:ChrootChecker (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ChrootChecker.cpp | 41 class ChrootChecker : public Checker<eval::Call, check::PreStmt<CallExpr> > { class 47 ChrootChecker() : II_chroot(nullptr), II_chdir(nullptr) {} in ChrootChecker() function in __anonf6fa03e10111::ChrootChecker 64 bool ChrootChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { in evalCall() 87 void ChrootChecker::Chroot(CheckerContext &C, const CallExpr *CE) const { in Chroot() 93 state = Mgr.addGDM(state, ChrootChecker::getTag(), (void*) ROOT_CHANGED); in Chroot() 97 void ChrootChecker::Chdir(CheckerContext &C, const CallExpr *CE) const { in Chdir() 102 const void *k = state->FindGDM(ChrootChecker::getTag()); in Chdir() 115 state = Mgr.addGDM(state, ChrootChecker::getTag(), in Chdir() 124 void ChrootChecker::checkPreStmt(const CallExpr *CE, CheckerContext &C) const { in checkPreStmt() 140 void *const* k = C.getState()->FindGDM(ChrootChecker::getTag()); in checkPreStmt() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 539 def ChrootChecker : Checker<"Chroot">,
|
| /freebsd-12.1/lib/clang/libclang/ |
| H A D | Makefile | 494 SRCS_FUL+= StaticAnalyzer/Checkers/ChrootChecker.cpp
|