Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp206 EmitOMPMasterDirective(cast<OMPMasterDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2474 void EmitOMPMasterDirective(const OMPMasterDirective &S);
DCGStmtOpenMP.cpp2350 void CodeGenFunction::EmitOMPMasterDirective(const OMPMasterDirective &S) { in EmitOMPMasterDirective() function in CodeGenFunction