Searched refs:checkAtMostNumArgs (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | ParsedAttr.cpp | 298 bool ParsedAttr::checkAtMostNumArgs(Sema &S, unsigned Num) const { in checkAtMostNumArgs() function in ParsedAttr
|
| H A D | SemaAMDGPU.cpp | 280 if (!AL.checkAtLeastNumArgs(SemaRef, 1) || !AL.checkAtMostNumArgs(SemaRef, 2)) in handleAMDGPUWavesPerEUAttr()
|
| H A D | SemaStmtAttr.cpp | 602 !A.checkAtMostNumArgs(S, 0)) in handleHLSLLoopHintAttr()
|
| H A D | SemaAttr.cpp | 1562 !A.checkAtMostNumArgs(S, A.getMaxArgs())) in checkCommonAttributeFeatures()
|
| H A D | SemaDeclAttr.cpp | 567 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 D | SemaRISCV.cpp | 1522 if (!AL.checkAtMostNumArgs(SemaRef, 2)) in handleInterruptAttr()
|
| H A D | SemaType.cpp | 7630 if (!PAttr.checkAtMostNumArgs(S, 1)) { in handleNonBlockingNonAllocatingTypeAttr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 505 bool checkAtMostNumArgs(class Sema &S, unsigned Num) const;
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3610 !PA.checkAtMostNumArgs(Actions, 2)) in ParseOpenMPOMPXAttributesClause() 3619 !PA.checkAtMostNumArgs(Actions, 2)) in ParseOpenMPOMPXAttributesClause()
|