Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1523 virtual void emitTaskwaitCall(CodeGenFunction &CGF, SourceLocation Loc);
2366 void emitTaskwaitCall(CodeGenFunction &CGF, SourceLocation Loc) override;
H A DCGOpenMPRuntime.cpp6230 void CGOpenMPRuntime::emitTaskwaitCall(CodeGenFunction &CGF, in emitTaskwaitCall() function in CGOpenMPRuntime
12799 void CGOpenMPSIMDRuntime::emitTaskwaitCall(CodeGenFunction &CGF, in emitTaskwaitCall() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp4763 CGM.getOpenMPRuntime().emitTaskwaitCall(*this, S.getBeginLoc()); in EmitOMPTaskwaitDirective()