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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 1523 virtual void emitTaskwaitCall(CodeGenFunction &CGF, SourceLocation Loc);
2366 void emitTaskwaitCall(CodeGenFunction &CGF, SourceLocation Loc) override;
CGOpenMPRuntime.cpp 6230 void CGOpenMPRuntime::emitTaskwaitCall(CodeGenFunction &CGF,
12799 void CGOpenMPSIMDRuntime::emitTaskwaitCall(CodeGenFunction &CGF,
CGStmtOpenMP.cpp 4763 CGM.getOpenMPRuntime().emitTaskwaitCall(*this, S.getBeginLoc());

Completed in 55 milliseconds