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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.h 44 class WorkerFunctionState {
50 WorkerFunctionState(CodeGenModule &CGM, SourceLocation Loc);
64 void emitWorkerFunction(WorkerFunctionState &WST);
67 void emitWorkerLoop(CodeGenFunction &CGF, WorkerFunctionState &WST);
72 WorkerFunctionState &WST);
CGOpenMPRuntimeGPU.cpp 595 CGOpenMPRuntimeGPU::WorkerFunctionState::WorkerFunctionState(
602 void CGOpenMPRuntimeGPU::WorkerFunctionState::createWorkerFunction(
1076 WorkerFunctionState WST(CGM, D.getBeginLoc());
1083 CGOpenMPRuntimeGPU::WorkerFunctionState &WST;
1087 CGOpenMPRuntimeGPU::WorkerFunctionState &WST)
1131 WorkerFunctionState &WST) {
1325 void CGOpenMPRuntimeGPU::emitWorkerFunction(WorkerFunctionState &WST) {
1336 WorkerFunctionState &WST) {

Completed in 28 milliseconds