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

  /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...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 218 EmitOMPParallelSectionsDirective(cast<OMPParallelSectionsDirective>(*S));
    [all...]
CGStmtOpenMP.cpp     [all...]
CodeGenFunction.h     [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]

Completed in 101 milliseconds