Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.cpp141 struct LockDesc { struct
148 LockDesc locked[kMutexTypeMax];
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp308 } else if (std::optional<MutexDescriptor> LockDesc = in checkPostCall() local
310 handleLock(*LockDesc, Call, C); in checkPostCall()