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
;
272
if (!
BT_destroylock
)
273
BT_destroylock
.reset(new BugType(this, "Destroy invalid lock",
278
auto Report = llvm::make_unique<BugReport>(*
BT_destroylock
, Message, N);
320
if (!
BT_destroylock
)
321
BT_destroylock
.reset(new BugType(this, "Use destroyed lock",
327
*
BT_destroylock
, "This lock has already been destroyed", N);
Completed in 64 milliseconds