Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp262 EmitOMPBarrierDirective(cast<OMPBarrierDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3525 void EmitOMPBarrierDirective(const OMPBarrierDirective &S);
H A DCGStmtOpenMP.cpp5260 void CodeGenFunction::EmitOMPBarrierDirective(const OMPBarrierDirective &S) { in EmitOMPBarrierDirective() function in CodeGenFunction