Searched refs:checkLockFunAttrCommon (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 830 static bool checkLockFunAttrCommon(Sema &S, Decl *D, const ParsedAttr &AL, in checkLockFunAttrCommon() function 841 if (!checkLockFunAttrCommon(S, D, AL, Args)) in handleAssertSharedLockAttr() 854 if (!checkLockFunAttrCommon(S, D, AL, Args)) in handleAssertExclusiveLockAttr() 5965 if (!checkLockFunAttrCommon(S, D, AL, Args)) in handleAssertCapabilityAttr() 5976 if (!checkLockFunAttrCommon(S, D, AL, Args)) in handleAcquireCapabilityAttr()
|