Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp275 EmitOMPTargetParallelDirective(cast<OMPTargetParallelDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3134 void EmitOMPTargetParallelDirective(const OMPTargetParallelDirective &S);
H A DCGStmtOpenMP.cpp4764 void CodeGenFunction::EmitOMPTargetParallelDirective( in EmitOMPTargetParallelDirective() function in CodeGenFunction