OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 816 milliseconds