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

  /external/clang/lib/AST/
StmtOpenMP.cpp 609 OMPFlushDirective *OMPFlushDirective::Create(const ASTContext &C,
614 llvm::alignTo(sizeof(OMPFlushDirective), llvm::alignOf<OMPClause *>());
616 OMPFlushDirective *Dir =
617 new (Mem) OMPFlushDirective(StartLoc, EndLoc, Clauses.size());
622 OMPFlushDirective *OMPFlushDirective::CreateEmpty(const ASTContext &C,
626 llvm::alignTo(sizeof(OMPFlushDirective), llvm::alignOf<OMPClause *>());
628 return new (Mem) OMPFlushDirective(NumClauses);
    [all...]
StmtPrinter.cpp 1083 void StmtPrinter::VisitOMPFlushDirective(OMPFlushDirective *Node) {
    [all...]
StmtProfile.cpp 629 void StmtProfiler::VisitOMPFlushDirective(const OMPFlushDirective *S) {
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 236 EmitOMPFlushDirective(cast<OMPFlushDirective>(*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 165 milliseconds