Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h92 LEK_LockedSomeLoopIterations, enumerator
/src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp2225 EntryLEK != LEK_LockedSomeLoopIterations)) in intersectAndWarn()
2239 if (!EntryFact->managed() || ExitLEK == LEK_LockedSomeLoopIterations) in intersectAndWarn()
2445 ? LEK_LockedSomeLoopIterations in runAnalysis()
2522 LEK_LockedSomeLoopIterations); in runAnalysis()
/src/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1922 case LEK_LockedSomeLoopIterations: in handleMutexHeldEndOfScope()