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

  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 55 mutable std::unique_ptr<BugType> BT_destroylock;
276 if (!BT_destroylock)
277 BT_destroylock.reset(new BugType(this, "Destroy invalid lock",
282 BugReport *Report = new BugReport(*BT_destroylock, Message, N);
324 if (!BT_destroylock)
325 BT_destroylock.reset(new BugType(this, "Use destroyed lock",
330 BugReport *Report = new BugReport(*BT_destroylock,

Completed in 175 milliseconds