Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp268 EmitOMPTaskgroupDirective(cast<OMPTaskgroupDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3527 void EmitOMPTaskgroupDirective(const OMPTaskgroupDirective &S);
H A DCGStmtOpenMP.cpp5276 void CodeGenFunction::EmitOMPTaskgroupDirective( in EmitOMPTaskgroupDirective() function in CodeGenFunction