HomeSort by: relevance | last modified time | path
    Searched refs:LazyInitialize (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 92 static void LazyInitialize(const CheckerBase *Checker,
137 LazyInitialize(this, BT_open, "Improper use of 'open'");
306 LazyInitialize(this, BT_pthreadOnce, "Improper use of 'pthread_once'");
346 LazyInitialize(this, BT_mallocZero,
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl.h 680 void LazyInitialize(ThreadState *thr) {
tsan_interceptors_posix.cpp 277 LazyInitialize(thr);
2552 #define SIGNAL_INTERCEPTOR_ENTER() LazyInitialize(cur_thread_init())
2622 explicit ScopedSyscall(ThreadState *thr) : thr(thr) { LazyInitialize(thr); }
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl.h 660 void LazyInitialize(ThreadState *thr) {
tsan_interceptors_posix.cpp 247 LazyInitialize(thr);
2530 explicit ScopedSyscall(ThreadState *thr) : thr(thr) { LazyInitialize(thr); }

Completed in 21 milliseconds