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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp67 static inline void LazyInitialize(OwningPtr<BugType> &BT, function
134 LazyInitialize(BT_open, "Improper use of 'open'");
182 LazyInitialize(BT_pthreadOnce, "Improper use of 'pthread_once'");
219 LazyInitialize(BT_mallocZero,

Completed in 186 milliseconds