Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp280 EmitOMPBarrierDirective(cast<OMPBarrierDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3878 void EmitOMPBarrierDirective(const OMPBarrierDirective &S);
H A DCGStmtOpenMP.cpp5553 void CodeGenFunction::EmitOMPBarrierDirective(const OMPBarrierDirective &S) { in EmitOMPBarrierDirective() function in CodeGenFunction