Searched refs:checkLockFunAttrCommon (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaDeclAttr.cpp | 757 static bool checkLockFunAttrCommon(Sema &S, Decl *D, in checkLockFunAttrCommon() function 778 if (!checkLockFunAttrCommon(S, D, Attr, Args)) in handleSharedLockFunctionAttr() 791 if (!checkLockFunAttrCommon(S, D, Attr, Args)) in handleExclusiveLockFunctionAttr() 805 if (!checkLockFunAttrCommon(S, D, Attr, Args)) in handleAssertSharedLockAttr() 818 if (!checkLockFunAttrCommon(S, D, Attr, Args)) in handleAssertExclusiveLockAttr()
|