HomeSort by relevance Sort by last modified time
    Searched refs:OMPLoopDirective (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/AST/
StmtOpenMP.h 273 class OMPLoopDirective : public OMPExecutableDirective {
280 /// expressions stored in OMPLoopDirective.
348 OMPLoopDirective(const T *That, StmtClass SC, OpenMPDirectiveKind Kind,
596 return const_cast<OMPLoopDirective *>(this)->getCounters();
602 return const_cast<OMPLoopDirective *>(this)->getUpdates();
608 return const_cast<OMPLoopDirective *>(this)->getFinals();
629 class OMPSimdDirective : public OMPLoopDirective {
640 : OMPLoopDirective(this, OMPSimdDirectiveClass, OMPD_simd, StartLoc,
649 : OMPLoopDirective(this, OMPSimdDirectiveClass, OMPD_simd,
694 class OMPForDirective : public OMPLoopDirective {
    [all...]
DataRecursiveASTVisitor.h 427 bool TraverseOMPLoopDirective(OMPLoopDirective *S);
    [all...]
RecursiveASTVisitor.h 432 bool TraverseOMPLoopDirective(OMPLoopDirective *S);
    [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 546 void CodeGenFunction::EmitOMPLoopBody(const OMPLoopDirective &S,
622 void CodeGenFunction::EmitOMPSimdFinal(const OMPLoopDirective &S) {
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/AST/
Stmt.cpp     [all...]
StmtProfile.cpp 437 void StmtProfiler::VisitOMPLoopDirective(const OMPLoopDirective *S) {
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]

Completed in 135 milliseconds