Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h41 POK_VarAccess, enumerator
/openbsd/gnu/llvm/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1930 assert((POK == POK_VarAccess || POK == POK_VarDereference) && in handleNoMutexHeld()
1932 unsigned DiagID = POK == POK_VarAccess? in handleNoMutexHeld()
1947 case POK_VarAccess: in handleMutexNotHeld()
1968 if (Verbose && POK == POK_VarAccess) { in handleMutexNotHeld()
1977 case POK_VarAccess: in handleMutexNotHeld()
1996 if (Verbose && POK == POK_VarAccess) { in handleMutexNotHeld()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DThreadSafety.cpp1545 ProtectedOperationKind POK = POK_VarAccess);
1547 ProtectedOperationKind POK = POK_VarAccess);