Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp286 EmitOMPTaskgroupDirective(cast<OMPTaskgroupDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3880 void EmitOMPTaskgroupDirective(const OMPTaskgroupDirective &S);
H A DCGStmtOpenMP.cpp5569 void CodeGenFunction::EmitOMPTaskgroupDirective( in EmitOMPTaskgroupDirective() function in CodeGenFunction