Home
last modified time | relevance | path

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

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