Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp39 struct CritSectionMarker { struct
49 operator==(const CritSectionMarker &Other) const noexcept { in operator ==() argument
53 operator!=(const CritSectionMarker &Other) const noexcept { in operator !=() argument
186 [[nodiscard]] const NoteTag *createCritSectionNote(CritSectionMarker M,
211 REGISTER_LIST_WITH_PROGRAMSTATE(ActiveCritSections, CritSectionMarker)
219 typename llvm::ImmutableList<CritSectionMarker>::iterator> {
221 using value_type = CritSectionMarker;
223 using reference = CritSectionMarker &;
224 using pointer = CritSectionMarker *;
262 const CritSectionMarker MarkToAdd{Call.getOriginExpr(), MutexRegion}; in handleLock()
[all …]