Home
last modified time | relevance | path

Searched refs:LazyInitialize (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DUnixAPIChecker.cpp60 void LazyInitialize(std::unique_ptr<BugType> &BT, const char *name) const { in LazyInitialize() function in __anon0661d7a20111::UnixAPIChecker
84 LazyInitialize(BT_open, "Improper use of 'open'"); in ReportOpenBug()
201 LazyInitialize(BT_pthreadOnce, "Improper use of 'pthread_once'"); in CheckPthreadOnce()
238 LazyInitialize(BT_mallocZero, in ReportZeroByteAllocation()