Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp41 std::unique_ptr<BugType> BlockInCritSectionBugType; member in __anon1c37df540111::BlockInCriticalSectionChecker
81 BlockInCritSectionBugType.reset( in REGISTER_TRAIT_WITH_PROGRAMSTATE()
177 auto R = llvm::make_unique<BugReport>(*BlockInCritSectionBugType, os.str(), ErrNode); in reportBlockInCritSection()