Searched refs:checkTryLockFunAttrCommon (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 733 static bool checkTryLockFunAttrCommon(Sema &S, Decl *D, in checkTryLockFunAttrCommon() function 754 if (!checkTryLockFunAttrCommon(S, D, Attr, Args)) in handleSharedTrylockFunctionAttr() 767 if (!checkTryLockFunAttrCommon(S, D, Attr, Args)) in handleExclusiveTrylockFunctionAttr() 5139 if (!checkTryLockFunAttrCommon(S, D, Attr, Args)) in handleTryAcquireCapabilityAttr()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 902 static bool checkTryLockFunAttrCommon(Sema &S, Decl *D, const ParsedAttr &AL, in checkTryLockFunAttrCommon() function 922 if (!checkTryLockFunAttrCommon(S, D, AL, Args)) in handleSharedTrylockFunctionAttr() 932 if (!checkTryLockFunAttrCommon(S, D, AL, Args)) in handleExclusiveTrylockFunctionAttr() 6982 if (!checkTryLockFunAttrCommon(S, D, AL, Args)) in handleTryAcquireCapabilityAttr()
|