Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h525 virtual void emitTaskCall(CodeGenFunction &CGF, SourceLocation Loc, bool Tied,
DCGStmtOpenMP.cpp1347 CGM.getOpenMPRuntime().emitTaskCall(*this, S.getLocStart(), Tied, Final, in EmitOMPTaskDirective()
DCGOpenMPRuntime.cpp1555 void CGOpenMPRuntime::emitTaskCall( in emitTaskCall() function in CGOpenMPRuntime