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

  /external/clang/lib/AST/
StmtOpenMP.cpp 631 OMPOrderedDirective *OMPOrderedDirective::Create(const ASTContext &C,
637 llvm::alignTo(sizeof(OMPOrderedDirective), llvm::alignOf<OMPClause *>());
640 OMPOrderedDirective *Dir =
641 new (Mem) OMPOrderedDirective(StartLoc, EndLoc, Clauses.size());
647 OMPOrderedDirective *OMPOrderedDirective::CreateEmpty(const ASTContext &C,
651 llvm::alignTo(sizeof(OMPOrderedDirective), llvm::alignOf<OMPClause *>());
654 return new (Mem) OMPOrderedDirective(NumClauses);
    [all...]
StmtPrinter.cpp 1088 void StmtPrinter::VisitOMPOrderedDirective(OMPOrderedDirective *Node) {
    [all...]
StmtProfile.cpp 633 void StmtProfiler::VisitOMPOrderedDirective(const OMPOrderedDirective *S) {
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 239 EmitOMPOrderedDirective(cast<OMPOrderedDirective>(*S));
    [all...]
CodeGenFunction.h     [all...]
CGStmtOpenMP.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 77 milliseconds