Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp39 struct CritSectionMarker { struct
40 const Expr *LockExpr{};
41 const MemRegion *LockReg{};
43 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
49 operator==(const CritSectionMarker &Other) const noexcept { in operator ==()
53 operator!=(const CritSectionMarker &Other) const noexcept { in operator !=()