Home
last modified time | relevance | path

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

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