Home
last modified time | relevance | path

Searched refs:checkAtMostNumArgs (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp298 bool ParsedAttr::checkAtMostNumArgs(Sema &S, unsigned Num) const { in checkAtMostNumArgs() function in ParsedAttr
H A DSemaAMDGPU.cpp280 if (!AL.checkAtLeastNumArgs(SemaRef, 1) || !AL.checkAtMostNumArgs(SemaRef, 2)) in handleAMDGPUWavesPerEUAttr()
H A DSemaStmtAttr.cpp602 !A.checkAtMostNumArgs(S, 0)) in handleHLSLLoopHintAttr()
H A DSemaAttr.cpp1562 !A.checkAtMostNumArgs(S, A.getMaxArgs())) in checkCommonAttributeFeatures()
H A DSemaDeclAttr.cpp567 if (!AL.checkAtLeastNumArgs(S, 1) || !AL.checkAtMostNumArgs(S, 2)) in handleAllocSizeAttr()
2716 if (!AL.checkAtLeastNumArgs(S, 1) || !AL.checkAtMostNumArgs(S, 4)) in handleExternalSourceSymbolAttr()
5526 !Attrs.checkAtMostNumArgs(*this, 1)) { in CheckCallingConvAttr()
5856 if (!AL.checkAtLeastNumArgs(S, 1) || !AL.checkAtMostNumArgs(S, 3)) in handleLaunchBoundsAttr()
6493 AL.checkAtMostNumArgs(S, 1); in handleDeprecatedAttr()
H A DSemaRISCV.cpp1522 if (!AL.checkAtMostNumArgs(SemaRef, 2)) in handleInterruptAttr()
H A DSemaType.cpp7630 if (!PAttr.checkAtMostNumArgs(S, 1)) { in handleNonBlockingNonAllocatingTypeAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h505 bool checkAtMostNumArgs(class Sema &S, unsigned Num) const;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3610 !PA.checkAtMostNumArgs(Actions, 2)) in ParseOpenMPOMPXAttributesClause()
3619 !PA.checkAtMostNumArgs(Actions, 2)) in ParseOpenMPOMPXAttributesClause()