HomeSort by relevance Sort by last modified time
    Searched refs:OMPParallelSectionsDirective (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/clang/lib/AST/
StmtOpenMP.cpp 449 OMPParallelSectionsDirective *OMPParallelSectionsDirective::Create(
452 unsigned Size = llvm::alignTo(sizeof(OMPParallelSectionsDirective),
456 OMPParallelSectionsDirective *Dir =
457 new (Mem) OMPParallelSectionsDirective(StartLoc, EndLoc, Clauses.size());
464 OMPParallelSectionsDirective *
465 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C,
467 unsigned Size = llvm::alignTo(sizeof(OMPParallelSectionsDirective),
471 return new (Mem) OMPParallelSectionsDirective(NumClauses);
    [all...]
StmtPrinter.cpp 1053 OMPParallelSectionsDirective *Node) {
    [all...]
StmtProfile.cpp 605 const OMPParallelSectionsDirective *S) {
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtOpenMP.h     [all...]
StmtNodes.inc 1068 #ifndef OMPPARALLELSECTIONSDIRECTIVE
1069 # define OMPPARALLELSECTIONSDIRECTIVE(Type, Base) OMPEXECUTABLEDIRECTIVE(Type, Base)
1071 OMPPARALLELSECTIONSDIRECTIVE(OMPParallelSectionsDirective, OMPExecutableDirective)
1072 #undef OMPPARALLELSECTIONSDIRECTIVE
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
StmtOpenMP.h     [all...]
StmtNodes.inc 1068 #ifndef OMPPARALLELSECTIONSDIRECTIVE
1069 # define OMPPARALLELSECTIONSDIRECTIVE(Type, Base) OMPEXECUTABLEDIRECTIVE(Type, Base)
1071 OMPPARALLELSECTIONSDIRECTIVE(OMPParallelSectionsDirective, OMPExecutableDirective)
1072 #undef OMPPARALLELSECTIONSDIRECTIVE
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
StmtOpenMP.h     [all...]
StmtNodes.inc 1068 #ifndef OMPPARALLELSECTIONSDIRECTIVE
1069 # define OMPPARALLELSECTIONSDIRECTIVE(Type, Base) OMPEXECUTABLEDIRECTIVE(Type, Base)
1071 OMPPARALLELSECTIONSDIRECTIVE(OMPParallelSectionsDirective, OMPExecutableDirective)
1072 #undef OMPPARALLELSECTIONSDIRECTIVE
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
StmtOpenMP.h     [all...]
StmtNodes.inc 1068 #ifndef OMPPARALLELSECTIONSDIRECTIVE
1069 # define OMPPARALLELSECTIONSDIRECTIVE(Type, Base) OMPEXECUTABLEDIRECTIVE(Type, Base)
1071 OMPPARALLELSECTIONSDIRECTIVE(OMPParallelSectionsDirective, OMPExecutableDirective)
1072 #undef OMPPARALLELSECTIONSDIRECTIVE
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
StmtOpenMP.h     [all...]
StmtNodes.inc 1068 #ifndef OMPPARALLELSECTIONSDIRECTIVE
1069 # define OMPPARALLELSECTIONSDIRECTIVE(Type, Base) OMPEXECUTABLEDIRECTIVE(Type, Base)
1071 OMPPARALLELSECTIONSDIRECTIVE(OMPParallelSectionsDirective, OMPExecutableDirective)
1072 #undef OMPPARALLELSECTIONSDIRECTIVE
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
StmtOpenMP.h     [all...]
StmtNodes.inc 1068 #ifndef OMPPARALLELSECTIONSDIRECTIVE
1069 # define OMPPARALLELSECTIONSDIRECTIVE(Type, Base) OMPEXECUTABLEDIRECTIVE(Type, Base)
1071 OMPPARALLELSECTIONSDIRECTIVE(OMPParallelSectionsDirective, OMPExecutableDirective)
1072 #undef OMPPARALLELSECTIONSDIRECTIVE
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
StmtOpenMP.h     [all...]
StmtNodes.inc 1068 #ifndef OMPPARALLELSECTIONSDIRECTIVE
1069 # define OMPPARALLELSECTIONSDIRECTIVE(Type, Base) OMPEXECUTABLEDIRECTIVE(Type, Base)
1071 OMPPARALLELSECTIONSDIRECTIVE(OMPParallelSectionsDirective, OMPExecutableDirective)
1072 #undef OMPPARALLELSECTIONSDIRECTIVE
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtOpenMP.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
StmtOpenMP.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
StmtOpenMP.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
StmtOpenMP.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
StmtOpenMP.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
StmtOpenMP.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
StmtOpenMP.h     [all...]

Completed in 496 milliseconds

1 2 3