Searched refs:LazyInitialize (Results 1 – 3 of 3) sorted by relevance
92 static void LazyInitialize(const CheckerBase *Checker, in LazyInitialize() function137 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()
660 void LazyInitialize(ThreadState *thr) { in LazyInitialize() function
247 LazyInitialize(thr); in ScopedInterceptor()2530 explicit ScopedSyscall(ThreadState *thr) : thr(thr) { LazyInitialize(thr); } in ScopedSyscall()