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

1 2 3

  /external/clang/lib/AST/
StmtOpenMP.cpp 474 OMPTaskDirective *
475 OMPTaskDirective::Create(const ASTContext &C, SourceLocation StartLoc,
479 llvm::alignTo(sizeof(OMPTaskDirective), llvm::alignOf<OMPClause *>());
482 OMPTaskDirective *Dir =
483 new (Mem) OMPTaskDirective(StartLoc, EndLoc, Clauses.size());
490 OMPTaskDirective *OMPTaskDirective::CreateEmpty(const ASTContext &C,
494 llvm::alignTo(sizeof(OMPTaskDirective), llvm::alignOf<OMPClause *>());
497 return new (Mem) OMPTaskDirective(NumClauses);
    [all...]
StmtPrinter.cpp 1058 void StmtPrinter::VisitOMPTaskDirective(OMPTaskDirective *Node) {
    [all...]
StmtProfile.cpp 609 void StmtProfiler::VisitOMPTaskDirective(const OMPTaskDirective *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     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
StmtOpenMP.h     [all...]
StmtNodes.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
StmtOpenMP.h     [all...]
StmtNodes.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
StmtOpenMP.h     [all...]
StmtNodes.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
StmtOpenMP.h     [all...]
StmtNodes.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
StmtOpenMP.h     [all...]
StmtNodes.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
StmtOpenMP.h     [all...]
StmtNodes.inc     [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 692 milliseconds

1 2 3