Searched defs:MinBlocks (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp218 Expr *MinBlocks = nullptr; local
223 MinBlocks = Result.getAs<Expr>();
226 S.AddLaunchBoundsAttr(Attr.getLocation(), New, MaxThreads, MinBlocks,
H A DSemaDeclAttr.cpp4085 Expr *MinBlocks, unsigned SpellingListIndex) {
4086 CUDALaunchBoundsAttr TmpAttr(AttrRange, Context, MaxThreads, MinBlocks,
4092 if (MinBlocks) {
4093 MinBlocks = makeLaunchBoundsArgExpr(*this, MinBlocks, TmpAttr, 1);
4094 if (MinBlocks == nullptr)
4099 AttrRange, Context, MaxThreads, MinBlocks, SpellingListIndex));
4084 AddLaunchBoundsAttr(SourceRange AttrRange, Decl *D, Expr *MaxThreads, Expr *MinBlocks, unsigned SpellingListIndex) argument

Completed in 295 milliseconds