Home
last modified time | relevance | path

Searched refs:checkAtLeastNumArgs (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp297 bool ParsedAttr::checkAtLeastNumArgs(Sema &S, unsigned Num) const { in checkAtLeastNumArgs() function in ParsedAttr
H A DSemaDeclAttr.cpp742 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 DSemaAttr.cpp1447 if (A.getMinArgs() && !A.checkAtLeastNumArgs(S, A.getMinArgs())) in checkCommonAttributeFeatures()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h499 bool checkAtLeastNumArgs(class Sema &S, unsigned Num) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3744 if (!PA.checkAtLeastNumArgs(Actions, 1) || in ParseOpenMPOMPXAttributesClause()
3753 if (!PA.checkAtLeastNumArgs(Actions, 1) || in ParseOpenMPOMPXAttributesClause()