Searched refs:checkLockFunAttrCommon (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 780 static bool checkLockFunAttrCommon(Sema &S, Decl *D, const ParsedAttr &AL, in checkLockFunAttrCommon() function 791 if (!checkLockFunAttrCommon(S, D, AL, Args)) in handleAssertSharedLockAttr() 803 if (!checkLockFunAttrCommon(S, D, AL, Args)) in handleAssertExclusiveLockAttr() 8232 if (!checkLockFunAttrCommon(S, D, AL, Args)) in handleAssertCapabilityAttr() 8242 if (!checkLockFunAttrCommon(S, D, AL, Args)) in handleAcquireCapabilityAttr()
|