Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp92 static void LazyInitialize(const CheckerBase *Checker, in LazyInitialize() function
137 LazyInitialize(this, BT_open, "Improper use of 'open'"); in ReportOpenBug()
306 LazyInitialize(this, BT_pthreadOnce, "Improper use of 'pthread_once'"); in CheckPthreadOnce()
346 LazyInitialize(this, BT_mallocZero, in ReportZeroByteAllocation()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl.h660 void LazyInitialize(ThreadState *thr) { in LazyInitialize() function
H A Dtsan_interceptors_posix.cpp247 LazyInitialize(thr); in ScopedInterceptor()
2530 explicit ScopedSyscall(ThreadState *thr) : thr(thr) { LazyInitialize(thr); } in ScopedSyscall()