Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DChrootChecker.cpp44 mutable std::unique_ptr<BuiltinBug> BT_BreakJail; member in __anon1845190b0111::ChrootChecker
144 if (!BT_BreakJail) in checkPreStmt()
145 BT_BreakJail.reset(new BuiltinBug( in checkPreStmt()
148 BugReport *R = new BugReport(*BT_BreakJail, in checkPreStmt()
149 BT_BreakJail->getDescription(), N); in checkPreStmt()