Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp51 class ChrootChecker final : public Checker<eval::Call, check::PreCall> { class
65 bool ChrootChecker::evalCall(const CallEvent &Call, CheckerContext &C) const { in evalCall()
75 bool ChrootChecker::evalChroot(const CallEvent &Call, CheckerContext &C) const { in evalChroot()
93 bool ChrootChecker::evalChdir(const CallEvent &Call, CheckerContext &C) const { in evalChdir()
155 void ChrootChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
180 Mgr.registerChecker<ChrootChecker>(); in registerChrootChecker()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td604 def ChrootChecker : Checker<"Chroot">,
/freebsd/lib/clang/libclang/
H A DMakefile697 SRCS_FUL+= StaticAnalyzer/Checkers/ChrootChecker.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc6479 {"_ZN12_GLOBAL__N_113ChrootCheckerD1Ev", "(anonymous namespace)::ChrootChecker::~ChrootChecker()"},
6480 {"_ZN12_GLOBAL__N_113ChrootCheckerD0Ev", "(anonymous namespace)::ChrootChecker::~ChrootChecker()"},
6481 …extEPKNS_4StmtE", "clang::ento::CheckerVisitor<(anonymous namespace)::ChrootChecker>::_PreVisit(cl…
6482 …extEPKNS_4StmtE", "clang::ento::CheckerVisitor<(anonymous namespace)::ChrootChecker>::_PostVisit(c…
6483 …clang4ento14CheckerContextEPKNS1_8CallExprE", "(anonymous namespace)::ChrootChecker::evalCallExpr(…
6484 …clang4ento14CheckerContextEPKNS1_8CallExprE", "(anonymous namespace)::ChrootChecker::PreVisitCallE…
6485 …otCheckerEED1Ev", "clang::ento::CheckerVisitor<(anonymous namespace)::ChrootChecker>::~CheckerVisi…
6486 …otCheckerEED0Ev", "clang::ento::CheckerVisitor<(anonymous namespace)::ChrootChecker>::~CheckerVisi…
25172 {"_ZTVN12_GLOBAL__N_113ChrootCheckerE", "vtable for (anonymous namespace)::ChrootChecker"},
26357 …ChrootCheckerEEE", "vtable for clang::ento::CheckerVisitor<(anonymous namespace)::ChrootChecker>"},
[all …]