Searched refs:CritSectionMarker (Results 1 – 1 of 1) sorted by relevance
39 struct CritSectionMarker { struct49 operator==(const CritSectionMarker &Other) const noexcept { in operator ==() argument53 operator!=(const CritSectionMarker &Other) const noexcept { in operator !=() argument186 [[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 …]