Searched refs:handleWorkGroupSize (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 2561 static void handleWorkGroupSize(Sema &S, Decl *D, in handleWorkGroupSize() function 5624 handleWorkGroupSize<WorkGroupSizeHintAttr>(S, D, Attr); in ProcessDeclAttribute() 5627 handleWorkGroupSize<ReqdWorkGroupSizeAttr>(S, D, Attr); in ProcessDeclAttribute()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 2887 static void handleWorkGroupSize(Sema &S, Decl *D, const ParsedAttr &AL) { in handleWorkGroupSize() function 7760 handleWorkGroupSize<WorkGroupSizeHintAttr>(S, D, AL); in ProcessDeclAttribute() 7763 handleWorkGroupSize<ReqdWorkGroupSizeAttr>(S, D, AL); in ProcessDeclAttribute()
|