Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp184 void reportBlockInCritSection(const CallEvent &call, CheckerContext &C) const;
307 reportBlockInCritSection(Call, C); in checkPostCall()
317 void BlockInCriticalSectionChecker::reportBlockInCritSection( in reportBlockInCritSection() function in BlockInCriticalSectionChecker