reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
   53   bool isUnlockFunction(const CallEvent &Call) const;

References

tools/clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
  149       && !isUnlockFunction(Call))
  154   if (isUnlockFunction(Call) && mutexCount > 0) {