Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp44 const BugType BT_BreakJail{this, "Break out of jail"}; member in __anon67def0520111::ChrootChecker
131 std::make_unique<PathSensitiveBugReport>(BT_BreakJail, Msg, N)); in checkPreCall()