Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp42 class ChrootChecker : public Checker<eval::Call, check::PreCall> { class
49 ChrootChecker() {} in ChrootChecker() function in __anonb968d7880111::ChrootChecker
66 bool ChrootChecker::evalCall(const CallEvent &Call, CheckerContext &C) const { in evalCall()
79 void ChrootChecker::evalChroot(const CallEvent &Call, CheckerContext &C) const { in evalChroot()
85 state = Mgr.addGDM(state, ChrootChecker::getTag(), (void*) ROOT_CHANGED); in evalChroot()
89 void ChrootChecker::evalChdir(const CallEvent &Call, CheckerContext &C) const { in evalChdir()
94 const void *k = state->FindGDM(ChrootChecker::getTag()); in evalChdir()
107 state = Mgr.addGDM(state, ChrootChecker::getTag(), in evalChdir()
116 void ChrootChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
123 void *const* k = C.getState()->FindGDM(ChrootChecker::getTag()); in checkPreCall()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td595 def ChrootChecker : Checker<"Chroot">,
/freebsd-14.2/lib/clang/libclang/
H A DMakefile626 SRCS_FUL+= StaticAnalyzer/Checkers/ChrootChecker.cpp