Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp319 EmitOMPTargetParallelDirective(cast<OMPTargetParallelDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3853 void EmitOMPTargetParallelDirective(const OMPTargetParallelDirective &S);
H A DCGStmtOpenMP.cpp7569 void CodeGenFunction::EmitOMPTargetParallelDirective( in EmitOMPTargetParallelDirective() function in CodeGenFunction