Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp247 EmitOMPParallelMasterDirective(cast<OMPParallelMasterDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3521 void EmitOMPParallelMasterDirective(const OMPParallelMasterDirective &S);
H A DCGStmtOpenMP.cpp4465 void CodeGenFunction::EmitOMPParallelMasterDirective( in EmitOMPParallelMasterDirective() function in CodeGenFunction