Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp214 EmitOMPParallelDirective(cast<OMPParallelDirective>(*S)); in EmitStmt()
HDCodeGenFunction.h3819 void EmitOMPParallelDirective(const OMPParallelDirective &S);
HDCGStmtOpenMP.cpp1754 void CodeGenFunction::EmitOMPParallelDirective(const OMPParallelDirective &S) { in EmitOMPParallelDirective() function in CodeGenFunction