Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h576 virtual void emitTaskyieldCall(CodeGenFunction &CGF, SourceLocation Loc);
DCGStmtOpenMP.cpp2589 CGM.getOpenMPRuntime().emitTaskyieldCall(*this, S.getLocStart()); in EmitOMPTaskyieldDirective()
DCGOpenMPRuntime.cpp2120 void CGOpenMPRuntime::emitTaskyieldCall(CodeGenFunction &CGF, in emitTaskyieldCall() function in CGOpenMPRuntime