HomeSort by relevance Sort by last modified time
    Searched full:bt_doublelock (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 28 mutable OwningPtr<BugType> BT_doublelock;
112 if (!BT_doublelock)
113 BT_doublelock.reset(new BugType("Double locking", "Lock checker"));
117 BugReport *report = new BugReport(*BT_doublelock,

Completed in 27 milliseconds