Searched refs:checkAtMostNumArgs (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | ParsedAttr.cpp | 242 bool ParsedAttr::checkAtMostNumArgs(Sema &S, unsigned Num) const { in checkAtMostNumArgs() function in ParsedAttr
|
| H A D | SemaAttr.cpp | 1252 !A.checkAtMostNumArgs(S, A.getMaxArgs())) in checkCommonAttributeFeatures()
|
| H A D | SemaDeclAttr.cpp | 813 if (!AL.checkAtLeastNumArgs(S, 1) || !AL.checkAtMostNumArgs(S, 2)) in handleAllocSizeAttr() 2642 if (!AL.checkAtLeastNumArgs(S, 1) || !AL.checkAtMostNumArgs(S, 3)) in handleExternalSourceSymbolAttr() 5118 if (!AL.checkAtLeastNumArgs(S, 1) || !AL.checkAtMostNumArgs(S, 2)) in handleLaunchBoundsAttr() 6940 if (!AL.checkAtMostNumArgs(S, 1)) in handleRISCVInterruptAttr() 7113 if (!AL.checkAtLeastNumArgs(S, 1) || !AL.checkAtMostNumArgs(S, 2)) in handleAMDGPUWavesPerEUAttr() 7375 AL.checkAtMostNumArgs(S, 1); in handleDeprecatedAttr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 596 bool checkAtMostNumArgs(class Sema &S, unsigned Num) const;
|