Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h156 LockErrorKind LEK) {} in handleMutexHeldEndOfScope() argument
/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafety.cpp139 SourceLocation JoinLoc, LockErrorKind LEK,
865 SourceLocation JoinLoc, LockErrorKind LEK, in handleRemovalFromIntersection() argument
869 LEK); in handleRemovalFromIntersection()
924 SourceLocation JoinLoc, LockErrorKind LEK, in handleRemovalFromIntersection() argument
934 JoinLoc, LEK); in handleRemovalFromIntersection()
1054 SourceLocation JoinLoc, LockErrorKind LEK) { in intersectAndWarn() argument
1055 intersectAndWarn(EntrySet, ExitSet, JoinLoc, LEK, LEK); in intersectAndWarn()
/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1888 LockErrorKind LEK) override { in handleMutexHeldEndOfScope() argument
1890 switch (LEK) { in handleMutexHeldEndOfScope()