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.h2323 void EmitOMPMasterDirective(const OMPMasterDirective &S);
DCGStmtOpenMP.cpp1843 void CodeGenFunction::EmitOMPMasterDirective(const OMPMasterDirective &S) { in EmitOMPMasterDirective() function in CodeGenFunction