OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bt_open
(Results
1 - 1
of
1
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp
33
mutable std::unique_ptr<BugType>
BT_open
, BT_pthreadOnce, BT_mallocZero;
84
LazyInitialize(
BT_open
, "Improper use of 'open'");
86
auto Report = llvm::make_unique<BugReport>(*
BT_open
, Msg, N);
Completed in 304 milliseconds