Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp325 EmitOMPTaskLoopDirective(cast<OMPTaskLoopDirective>(*S)); in EmitStmt()
HDCodeGenFunction.h3861 void EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S);
HDCGStmtOpenMP.cpp7826 void CodeGenFunction::EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S) { in EmitOMPTaskLoopDirective() function in CodeGenFunction