Searched refs:checkAtLeastNumArgs (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | ParsedAttr.cpp | 297 bool ParsedAttr::checkAtLeastNumArgs(Sema &S, unsigned Num) const { in checkAtLeastNumArgs() function in ParsedAttr
|
| H A D | SemaDeclAttr.cpp | 742 if (!AL.checkAtLeastNumArgs(S, 1)) in checkAcquireOrderAttrCommon() 838 if (!AL.checkAtLeastNumArgs(S, 1) || !AL.checkAtMostNumArgs(S, 2)) in handleAllocSizeAttr() 876 if (!AL.checkAtLeastNumArgs(S, 1)) in checkTryLockFunAttrCommon() 923 if (!AL.checkAtLeastNumArgs(S, 1)) in handleLocksExcludedAttr() 1251 if (!AL.checkAtLeastNumArgs(S, 1)) in handleCallableWhenAttr() 2108 if (!AL.checkAtLeastNumArgs(S, 1)) in handleCPUSpecificAttr() 2863 if (!AL.checkAtLeastNumArgs(S, 1) || !AL.checkAtMostNumArgs(S, 4)) in handleExternalSourceSymbolAttr() 5246 if (!AL.checkAtLeastNumArgs(S, 1)) in handleSuppressAttr() 7444 } else if (!AL.checkAtLeastNumArgs(S, 1)) in handleAbiTagAttr() 8271 if (!AL.checkAtLeastNumArgs(S, 1)) in handleRequiresCapabilityAttr() [all …]
|
| H A D | SemaAttr.cpp | 1447 if (A.getMinArgs() && !A.checkAtLeastNumArgs(S, A.getMinArgs())) in checkCommonAttributeFeatures()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 499 bool checkAtLeastNumArgs(class Sema &S, unsigned Num) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3744 if (!PA.checkAtLeastNumArgs(Actions, 1) || in ParseOpenMPOMPXAttributesClause() 3753 if (!PA.checkAtLeastNumArgs(Actions, 1) || in ParseOpenMPOMPXAttributesClause()
|