Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
HDThreadSafety.h92 LEK_LockedSomeLoopIterations, enumerator
/freebsd-head/contrib/llvm-project/clang/lib/Analysis/
HDThreadSafety.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()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDAnalysisBasedWarnings.cpp1922 case LEK_LockedSomeLoopIterations: in handleMutexHeldEndOfScope()