Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp236 EmitOMPParallelForDirective(cast<OMPParallelForDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3453 void EmitOMPParallelForDirective(const OMPParallelForDirective &S);
DCGStmtOpenMP.cpp4109 void CodeGenFunction::EmitOMPParallelForDirective( in EmitOMPParallelForDirective() function in CodeGenFunction