Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5816 Sema::CreateLaunchBoundsAttr(const AttributeCommonInfo &CI, Expr *MaxThreads, in CreateLaunchBoundsAttr() function in Sema
5851 if (auto *Attr = CreateLaunchBoundsAttr(CI, MaxThreads, MinBlocks, MaxBlocks)) in AddLaunchBoundsAttr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3621 if (auto *A = Actions.CreateLaunchBoundsAttr( in ParseOpenMPOMPXAttributesClause()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4989 CUDALaunchBoundsAttr *CreateLaunchBoundsAttr(const AttributeCommonInfo &CI,