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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 1640 bool SeparateBeginEndCalls = false;
1672 bool SeparateBeginEndCalls)
1674 SeparateBeginEndCalls(SeparateBeginEndCalls) {}
1693 bool separateBeginEndCalls() { return SeparateBeginEndCalls; }
CGOpenMPRuntime.cpp 9400 if (Info.separateBeginEndCalls()) {
9491 assert((!Options.ForEndCall || Info.separateBeginEndCalls()) &&

Completed in 112 milliseconds