Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp221 EmitOMPParallelForDirective(cast<OMPParallelForDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3118 void EmitOMPParallelForDirective(const OMPParallelForDirective &S);
H A DCGStmtOpenMP.cpp2745 void CodeGenFunction::EmitOMPParallelForDirective( in EmitOMPParallelForDirective() function in CodeGenFunction