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 __anon471f24b40111::ChrootChecker
144 if (!BT_BreakJail) in checkPreStmt()
145 BT_BreakJail.reset(new BuiltinBug( in checkPreStmt()
149 *BT_BreakJail, BT_BreakJail->getDescription(), N)); in checkPreStmt()