Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp42 class ChrootChecker : public Checker<eval::Call, check::PreCall> { class
50 ChrootChecker() {} in ChrootChecker() function in __anon67def0520111::ChrootChecker
67 bool ChrootChecker::evalCall(const CallEvent &Call, CheckerContext &C) const { in evalCall()
80 void ChrootChecker::evalChroot(const CallEvent &Call, CheckerContext &C) const { in evalChroot()
86 state = Mgr.addGDM(state, ChrootChecker::getTag(), (void*) ROOT_CHANGED); in evalChroot()
90 void ChrootChecker::evalChdir(const CallEvent &Call, CheckerContext &C) const { in evalChdir()
95 const void *k = state->FindGDM(ChrootChecker::getTag()); in evalChdir()
108 state = Mgr.addGDM(state, ChrootChecker::getTag(), in evalChdir()
117 void ChrootChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
124 void *const* k = C.getState()->FindGDM(ChrootChecker::getTag()); in checkPreCall()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td613 def ChrootChecker : Checker<"Chroot">,
/freebsd/lib/clang/libclang/
H A DMakefile654 SRCS_FUL+= StaticAnalyzer/Checkers/ChrootChecker.cpp