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.cpp241 [[nodiscard]] const NoteTag *createCritSectionNote(CritSectionMarker M,
330 C.addTransition(StateWithLockEvent, createCritSectionNote(MarkToAdd, C)); in handleLock()
422 BlockInCriticalSectionChecker::createCritSectionNote(CritSectionMarker M, in createCritSectionNote() function in BlockInCriticalSectionChecker