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.cpp40 struct CritSectionMarker { struct
50 operator==(const CritSectionMarker &Other) const noexcept { in operator ==() argument
54 operator!=(const CritSectionMarker &Other) const noexcept { in operator !=() argument
241 [[nodiscard]] const NoteTag *createCritSectionNote(CritSectionMarker M,
266 REGISTER_LIST_WITH_PROGRAMSTATE(ActiveCritSections, CritSectionMarker)
274 typename llvm::ImmutableList<CritSectionMarker>::iterator> {
276 using value_type = CritSectionMarker;
278 using reference = CritSectionMarker &;
279 using pointer = CritSectionMarker *;
327 const CritSectionMarker MarkToAdd{Call.getOriginExpr(), MutexRegion}; in handleLock()
[all …]