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 614 OMPOrderedDirective *OMPOrderedDirective::Create(const ASTContext &C,
619 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPOrderedDirective),
623 OMPOrderedDirective *Dir =
624 new (Mem) OMPOrderedDirective(StartLoc, EndLoc, Clauses.size());
630 OMPOrderedDirective *OMPOrderedDirective::CreateEmpty(const ASTContext &C,
633 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPOrderedDirective),
637 return new (Mem) OMPOrderedDirective(NumClauses);
    [all...]
StmtPrinter.cpp 1024 void StmtPrinter::VisitOMPOrderedDirective(OMPOrderedDirective *Node) {
    [all...]
StmtProfile.cpp 571 void StmtProfiler::VisitOMPOrderedDirective(const OMPOrderedDirective *S) {
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 239 EmitOMPOrderedDirective(cast<OMPOrderedDirective>(*S));
    [all...]
CGStmtOpenMP.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]

Completed in 60 milliseconds