Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp90 static void LazyInitialize(const CheckerBase *Checker, in LazyInitialize() function
135 LazyInitialize(this, BT_open, "Improper use of 'open'"); in ReportOpenBug()
304 LazyInitialize(this, BT_pthreadOnce, "Improper use of 'pthread_once'"); in CheckPthreadOnce()
344 LazyInitialize(this, BT_mallocZero, in ReportZeroByteAllocation()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h670 void LazyInitialize(ThreadState *thr) { in LazyInitialize() function
H A Dtsan_interceptors_posix.cpp249 LazyInitialize(thr); in ScopedInterceptor()
2564 explicit ScopedSyscall(ThreadState *thr) : thr(thr) { LazyInitialize(thr); } in ScopedSyscall()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl.h659 void LazyInitialize(ThreadState *thr) { in LazyInitialize() function
H A Dtsan_interceptors_posix.cpp249 LazyInitialize(thr); in ScopedInterceptor()
2558 explicit ScopedSyscall(ThreadState *thr) : thr(thr) { LazyInitialize(thr); } in ScopedSyscall()