Searched refs:checkAtMostNumArgs (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | ParsedAttr.cpp | 308 bool ParsedAttr::checkAtMostNumArgs(Sema &S, unsigned Num) const { in checkAtMostNumArgs() function in ParsedAttr
|
| H A D | SemaAMDGPU.cpp | 221 if (!AL.checkAtLeastNumArgs(SemaRef, 1) || !AL.checkAtMostNumArgs(SemaRef, 2)) in handleAMDGPUWavesPerEUAttr()
|
| H A D | SemaStmtAttr.cpp | 592 !A.checkAtMostNumArgs(S, 0)) in handleHLSLLoopHintAttr()
|
| H A D | SemaAttr.cpp | 1446 !A.checkAtMostNumArgs(S, A.getMaxArgs())) in checkCommonAttributeFeatures()
|
| H A D | SemaRISCV.cpp | 1436 if (!AL.checkAtMostNumArgs(SemaRef, 1)) in handleInterruptAttr()
|
| H A D | SemaDeclAttr.cpp | 563 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 D | SemaType.cpp | 7534 if (!PAttr.checkAtMostNumArgs(S, 1)) { in handleNonBlockingNonAllocatingTypeAttr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 522 bool checkAtMostNumArgs(class Sema &S, unsigned Num) const;
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3652 !PA.checkAtMostNumArgs(Actions, 2)) in ParseOpenMPOMPXAttributesClause() 3661 !PA.checkAtMostNumArgs(Actions, 2)) in ParseOpenMPOMPXAttributesClause()
|