Searched refs:checkLockFunAttrCommon (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 766 static bool checkLockFunAttrCommon(Sema &S, Decl *D, const ParsedAttr &AL, in checkLockFunAttrCommon() function 777 if (!checkLockFunAttrCommon(S, D, AL, Args)) in handleAssertSharedLockAttr() 789 if (!checkLockFunAttrCommon(S, D, AL, Args)) in handleAssertExclusiveLockAttr() 7999 if (!checkLockFunAttrCommon(S, D, AL, Args)) in handleAssertCapabilityAttr() 8009 if (!checkLockFunAttrCommon(S, D, AL, Args)) in handleAcquireCapabilityAttr()
|