Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp247 EmitOMPFlushDirective(cast<OMPFlushDirective>(*S)); in EmitStmt()
HDCodeGenFunction.h3151 void EmitOMPFlushDirective(const OMPFlushDirective &S);
HDCGStmtOpenMP.cpp3595 void CodeGenFunction::EmitOMPFlushDirective(const OMPFlushDirective &S) { in EmitOMPFlushDirective() function in CodeGenFunction