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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 2091 class OMPParallelForSimdDirective : public OMPLoopDirective {
2100 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc,
2110 explicit OMPParallelForSimdDirective(unsigned CollapsedNum)
2126 static OMPParallelForSimdDirective *
2138 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
StmtOpenMP.h 2091 class OMPParallelForSimdDirective : public OMPLoopDirective {
2100 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc,
2110 explicit OMPParallelForSimdDirective(unsigned CollapsedNum)
2126 static OMPParallelForSimdDirective *
2138 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,

Completed in 52 milliseconds