Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h905 virtual void emitTaskwaitCall(CodeGenFunction &CGF, SourceLocation Loc);
DCGStmtOpenMP.cpp2597 CGM.getOpenMPRuntime().emitTaskwaitCall(*this, S.getLocStart()); in EmitOMPTaskwaitDirective()
DCGOpenMPRuntime.cpp4621 void CGOpenMPRuntime::emitTaskwaitCall(CodeGenFunction &CGF, in emitTaskwaitCall() function in CGOpenMPRuntime