Searched refs:checkAttributeAtLeastNumArgs (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaDeclAttr.cpp | 233 static bool checkAttributeAtLeastNumArgs(Sema &S, const AttributeList &Attr, in checkAttributeAtLeastNumArgs() function 701 if (!checkAttributeAtLeastNumArgs(S, Attr, 1)) in checkAcquireOrderAttrCommon() 833 if (!checkAttributeAtLeastNumArgs(S, Attr, 1)) in checkTryLockFunAttrCommon() 883 if (!checkAttributeAtLeastNumArgs(S, Attr, 1)) in checkLocksRequiredCommon() 969 if (!checkAttributeAtLeastNumArgs(S, Attr, 1)) in handleLocksExcludedAttr() 1039 if (!checkAttributeAtLeastNumArgs(S, Attr, 1)) in handleCallableWhenAttr() 1405 if (!checkAttributeAtLeastNumArgs(S, Attr, 1)) in handleAllocSizeAttr()
|