Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp236 EmitOMPFlushDirective(cast<OMPFlushDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2484 void EmitOMPFlushDirective(const OMPFlushDirective &S);
DCGStmtOpenMP.cpp2610 void CodeGenFunction::EmitOMPFlushDirective(const OMPFlushDirective &S) { in EmitOMPFlushDirective() function in CodeGenFunction