Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp302 EmitOMPTaskLoopDirective(cast<OMPTaskLoopDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3479 void EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S);
H A DCGStmtOpenMP.cpp6985 void CodeGenFunction::EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S) { in EmitOMPTaskLoopDirective() function in CodeGenFunction