Searched refs:checkPositiveIntArgument (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 280 static bool checkPositiveIntArgument(Sema &S, const AttrInfo &AI, const Expr *Expr, in checkPositiveIntArgument() function 880 if (!checkPositiveIntArgument(S, AL, SizeExpr, SizeArgNoVal, /*Idx=*/1)) in handleAllocSizeAttr() 891 if (!checkPositiveIntArgument(S, AL, NumberExpr, Val, /*Idx=*/2)) in handleAllocSizeAttr()
|