HomeSort by relevance Sort by last modified time
    Searched defs:CGOpenMPRuntime (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGOpenMPRuntime.h 1 //===----- CGOpenMPRuntime.h - Interface to OpenMP Runtimes -----*- C++ -*-===//
108 class CGOpenMPRuntime {
496 explicit CGOpenMPRuntime(CodeGenModule &CGM);
497 virtual ~CGOpenMPRuntime() {}
    [all...]
CGOpenMPRuntime.cpp 1 //===----- CGOpenMPRuntime.cpp - Interface to OpenMP Runtimes -------------===//
16 #include "CGOpenMPRuntime.h"
723 CGOpenMPRuntime::CGOpenMPRuntime(CodeGenModule &CGM)
734 void CGOpenMPRuntime::clear() {
782 void CGOpenMPRuntime::emitUserDefinedReduction(
    [all...]

Completed in 82 milliseconds