Searched refs:checkAttributeAtMostNumArgs (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 218 static bool checkAttributeAtMostNumArgs(Sema &S, const ParsedAttr &AL, in checkAttributeAtMostNumArgs() function 891 !checkAttributeAtMostNumArgs(S, AL, 2)) in handleAllocSizeAttr() 2578 assert(checkAttributeAtMostNumArgs(S, AL, 3) && in handleExternalSourceSymbolAttr() 4692 !checkAttributeAtMostNumArgs(S, AL, 2)) in handleLaunchBoundsAttr() 5648 if (!checkAttributeAtMostNumArgs(S, AL, 1)) in handleRISCVInterruptAttr() 6047 checkAttributeAtMostNumArgs(S, AL, 1); in handleDeprecatedAttr() 6156 !checkAttributeAtMostNumArgs(S, AL, AL.getMaxArgs())) in handleCommonAttributeFeatures()
|