Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp257 EmitOMPTaskgroupDirective(cast<OMPTaskgroupDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3460 void EmitOMPTaskgroupDirective(const OMPTaskgroupDirective &S);
H A DCGStmtOpenMP.cpp4766 void CodeGenFunction::EmitOMPTaskgroupDirective( in EmitOMPTaskgroupDirective() function in CodeGenFunction