Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp4084 void Sema::AddLaunchBoundsAttr(SourceRange AttrRange, Decl *D, Expr *MaxThreads, in AddLaunchBoundsAttr() function in Sema
4108 S.AddLaunchBoundsAttr(Attr.getRange(), D, Attr.getArgAsExpr(0), in handleLaunchBoundsAttr()
DSemaTemplateInstantiateDecl.cpp226 S.AddLaunchBoundsAttr(Attr.getLocation(), New, MaxThreads, MinBlocks, in instantiateDependentCUDALaunchBoundsAttr()
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp4956 void Sema::AddLaunchBoundsAttr(Decl *D, const AttributeCommonInfo &CI, in AddLaunchBoundsAttr() function in Sema
4978 S.AddLaunchBoundsAttr(D, AL, AL.getArgAsExpr(0), in handleLaunchBoundsAttr()
DSemaTemplateInstantiateDecl.cpp276 S.AddLaunchBoundsAttr(New, Attr, MaxThreads, MinBlocks); in instantiateDependentCUDALaunchBoundsAttr()
/external/clang/include/clang/Sema/
DSema.h7892 void AddLaunchBoundsAttr(SourceRange AttrRange, Decl *D, Expr *MaxThreads,
/external/llvm-project/clang/include/clang/Sema/
DSema.h9945 void AddLaunchBoundsAttr(Decl *D, const AttributeCommonInfo &CI,