Home
last modified time | relevance | path

Searched refs:checkUInt32Argument (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp257 if (!checkUInt32Argument(S, AI, Expr, UVal, Idx)) in checkPositiveIntArgument()
1191 if (!checkUInt32Argument(S, AL, E, Type, /*Idx=*/1)) in handlePassObjectSizeAttr()
3232 if (!checkUInt32Argument(S, AL, E, WGSize[i], i, in handleWorkGroupSize()
3256 if (!checkUInt32Argument(S, AL, E, SGSize)) in handleSubGroupSize()
3718 if (!checkUInt32Argument(S, AL, E, VecWidth)) { in handleMinVectorWidthAttr()
3907 if (!checkUInt32Argument(S, AL, E, prioritynum)) { in handleInitPriorityAttr()
4006 if (!checkUInt32Argument(S, AL, IdxExpr, Idx, 2)) in handleFormatAttr()
6656 if (!checkUInt32Argument(S, AL, IdxExpr, ParamIdx)) in handleSwiftAsyncError()
7949 if (!checkUInt32Argument(S, Attr, MinExpr, Min, 0)) in checkAMDGPUFlatWorkGroupSizeArguments()
7953 if (!checkUInt32Argument(S, Attr, MaxExpr, Max, 1)) in checkAMDGPUFlatWorkGroupSizeArguments()
[all …]