Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp233 EmitOMPParallelForDirective(cast<OMPParallelForDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3452 void EmitOMPParallelForDirective(const OMPParallelForDirective &S);
H A DCGStmtOpenMP.cpp4083 void CodeGenFunction::EmitOMPParallelForDirective( in EmitOMPParallelForDirective() function in CodeGenFunction