Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp186 [[nodiscard]] const NoteTag *createCritSectionNote(CritSectionMarker M,
265 C.addTransition(StateWithLockEvent, createCritSectionNote(MarkToAdd, C)); in handleLock()
335 BlockInCriticalSectionChecker::createCritSectionNote(CritSectionMarker M, in createCritSectionNote() function in BlockInCriticalSectionChecker