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

  /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...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 221 EmitOMPTaskDirective(cast<OMPTaskDirective>(*S));
    [all...]
CodeGenFunction.h     [all...]
CGStmtOpenMP.cpp     [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 112 milliseconds