HomeSort by: relevance | last modified time | path
    Searched refs:emitTaskyieldCall (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 1023 virtual void emitTaskyieldCall(CodeGenFunction &CGF, SourceLocation Loc);
2006 void emitTaskyieldCall(CodeGenFunction &CGF, SourceLocation Loc) override;
CGOpenMPRuntime.cpp 2311 void CGOpenMPRuntime::emitTaskyieldCall(CodeGenFunction &CGF,
12637 void CGOpenMPSIMDRuntime::emitTaskyieldCall(CodeGenFunction &CGF,
CGStmtOpenMP.cpp 4755 CGM.getOpenMPRuntime().emitTaskyieldCall(*this, S.getBeginLoc());

Completed in 82 milliseconds