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

  /external/clang/lib/AST/
StmtOpenMP.cpp 657 OMPAtomicDirective *OMPAtomicDirective::Create(
662 llvm::alignTo(sizeof(OMPAtomicDirective), llvm::alignOf<OMPClause *>());
665 OMPAtomicDirective *Dir =
666 new (Mem) OMPAtomicDirective(StartLoc, EndLoc, Clauses.size());
678 OMPAtomicDirective *OMPAtomicDirective::CreateEmpty(const ASTContext &C,
682 llvm::alignTo(sizeof(OMPAtomicDirective), llvm::alignOf<OMPClause *>());
685 return new (Mem) OMPAtomicDirective(NumClauses);
    [all...]
StmtPrinter.cpp 1093 void StmtPrinter::VisitOMPAtomicDirective(OMPAtomicDirective *Node) {
    [all...]
StmtProfile.cpp 637 void StmtProfiler::VisitOMPAtomicDirective(const OMPAtomicDirective *S) {
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 242 EmitOMPAtomicDirective(cast<OMPAtomicDirective>(*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 838 milliseconds