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

  /external/clang/lib/AST/
StmtOpenMP.cpp 498 OMPBarrierDirective *OMPBarrierDirective::Create(const ASTContext &C,
501 void *Mem = C.Allocate(sizeof(OMPBarrierDirective));
502 OMPBarrierDirective *Dir = new (Mem) OMPBarrierDirective(StartLoc, EndLoc);
506 OMPBarrierDirective *OMPBarrierDirective::CreateEmpty(const ASTContext &C,
508 void *Mem = C.Allocate(sizeof(OMPBarrierDirective));
509 return new (Mem) OMPBarrierDirective();
    [all...]
StmtPrinter.cpp 1004 void StmtPrinter::VisitOMPBarrierDirective(OMPBarrierDirective *Node) {
    [all...]
StmtProfile.cpp 555 void StmtProfiler::VisitOMPBarrierDirective(const OMPBarrierDirective *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 227 EmitOMPBarrierDirective(cast<OMPBarrierDirective>(*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 55 milliseconds