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.cpp308 bool ParsedAttr::checkAtMostNumArgs(Sema &S, unsigned Num) const { in checkAtMostNumArgs() function in ParsedAttr
H A DSemaAMDGPU.cpp221 if (!AL.checkAtLeastNumArgs(SemaRef, 1) || !AL.checkAtMostNumArgs(SemaRef, 2)) in handleAMDGPUWavesPerEUAttr()
H A DSemaStmtAttr.cpp592 !A.checkAtMostNumArgs(S, 0)) in handleHLSLLoopHintAttr()
H A DSemaAttr.cpp1446 !A.checkAtMostNumArgs(S, A.getMaxArgs())) in checkCommonAttributeFeatures()
H A DSemaRISCV.cpp1436 if (!AL.checkAtMostNumArgs(SemaRef, 1)) in handleInterruptAttr()
H A DSemaDeclAttr.cpp563 if (!AL.checkAtLeastNumArgs(S, 1) || !AL.checkAtMostNumArgs(S, 2)) in handleAllocSizeAttr()
2510 if (!AL.checkAtLeastNumArgs(S, 1) || !AL.checkAtMostNumArgs(S, 4)) in handleExternalSourceSymbolAttr()
5161 if (!AL.checkAtLeastNumArgs(S, 1) || !AL.checkAtMostNumArgs(S, 3)) in handleLaunchBoundsAttr()
5749 AL.checkAtMostNumArgs(S, 1); in handleDeprecatedAttr()
H A DSemaType.cpp7534 if (!PAttr.checkAtMostNumArgs(S, 1)) { in handleNonBlockingNonAllocatingTypeAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h522 bool checkAtMostNumArgs(class Sema &S, unsigned Num) const;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3652 !PA.checkAtMostNumArgs(Actions, 2)) in ParseOpenMPOMPXAttributesClause()
3661 !PA.checkAtMostNumArgs(Actions, 2)) in ParseOpenMPOMPXAttributesClause()