HomeSort by relevance Sort by last modified time
    Searched full:bt_pthreadonce (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 33 mutable std::unique_ptr<BugType> BT_open, BT_pthreadOnce, BT_mallocZero;
201 LazyInitialize(BT_pthreadOnce, "Improper use of 'pthread_once'");
203 auto report = llvm::make_unique<BugReport>(*BT_pthreadOnce, os.str(), N);

Completed in 259 milliseconds