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