Searched refs:checkAtMostNumArgs (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | ParsedAttr.cpp | 302 bool ParsedAttr::checkAtMostNumArgs(Sema &S, unsigned Num) const { in checkAtMostNumArgs() function in ParsedAttr
|
| H A D | SemaAttr.cpp | 1450 !A.checkAtMostNumArgs(S, A.getMaxArgs())) in checkCommonAttributeFeatures()
|
| H A D | SemaDeclAttr.cpp | 838 if (!AL.checkAtLeastNumArgs(S, 1) || !AL.checkAtMostNumArgs(S, 2)) in handleAllocSizeAttr() 2863 if (!AL.checkAtLeastNumArgs(S, 1) || !AL.checkAtMostNumArgs(S, 4)) in handleExternalSourceSymbolAttr() 5734 if (!AL.checkAtLeastNumArgs(S, 1) || !AL.checkAtMostNumArgs(S, 3)) in handleLaunchBoundsAttr() 7863 if (!AL.checkAtMostNumArgs(S, 1)) in handleRISCVInterruptAttr() 8048 if (!AL.checkAtLeastNumArgs(S, 1) || !AL.checkAtMostNumArgs(S, 2)) in handleAMDGPUWavesPerEUAttr() 8310 AL.checkAtMostNumArgs(S, 1); in handleDeprecatedAttr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 502 bool checkAtMostNumArgs(class Sema &S, unsigned Num) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3745 !PA.checkAtMostNumArgs(Actions, 2)) in ParseOpenMPOMPXAttributesClause() 3754 !PA.checkAtMostNumArgs(Actions, 2)) in ParseOpenMPOMPXAttributesClause()
|