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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 709 bool ShouldMarkAsGlobal = true;
CGOpenMPRuntime.cpp 10781 SavedShouldMarkAsGlobal = CGM.getOpenMPRuntime().ShouldMarkAsGlobal;
10782 CGM.getOpenMPRuntime().ShouldMarkAsGlobal = false;
10788 CGM.getOpenMPRuntime().ShouldMarkAsGlobal = SavedShouldMarkAsGlobal;
10792 if (!CGM.getLangOpts().OpenMPIsDevice || !ShouldMarkAsGlobal)

Completed in 48 milliseconds