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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.h 381 void functionFinished(CodeGenFunction &CGF) override;
CGOpenMPRuntime.h 980 virtual void functionFinished(CodeGenFunction &CGF);
CodeGenFunction.cpp 88 CGM.getOpenMPRuntime().functionFinished(*this);
CGOpenMPRuntimeGPU.cpp 4295 void CGOpenMPRuntimeGPU::functionFinished(CodeGenFunction &CGF) {
4297 CGOpenMPRuntime::functionFinished(CGF);
CGOpenMPRuntime.cpp 1523 void CGOpenMPRuntime::functionFinished(CodeGenFunction &CGF) {

Completed in 92 milliseconds