Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp217 EmitOMPParallelDirective(cast<OMPParallelDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3855 void EmitOMPParallelDirective(const OMPParallelDirective &S);
H A DCGStmtOpenMP.cpp1795 void CodeGenFunction::EmitOMPParallelDirective(const OMPParallelDirective &S) { in EmitOMPParallelDirective() function in CodeGenFunction