Home
last modified time | relevance | path

Searched refs:OMPAtomicDirective (Results 1 – 25 of 28) sorted by relevance

12

/external/clang/lib/AST/
DStmtOpenMP.cpp657 OMPAtomicDirective *OMPAtomicDirective::Create( in Create()
662 llvm::alignTo(sizeof(OMPAtomicDirective), llvm::alignOf<OMPClause *>()); in Create()
665 OMPAtomicDirective *Dir = in Create()
666 new (Mem) OMPAtomicDirective(StartLoc, EndLoc, Clauses.size()); in Create()
678 OMPAtomicDirective *OMPAtomicDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
682 llvm::alignTo(sizeof(OMPAtomicDirective), llvm::alignOf<OMPClause *>()); in CreateEmpty()
685 return new (Mem) OMPAtomicDirective(NumClauses); in CreateEmpty()
DStmtProfile.cpp637 void StmtProfiler::VisitOMPAtomicDirective(const OMPAtomicDirective *S) { in VisitOMPAtomicDirective()
DStmtPrinter.cpp1093 void StmtPrinter::VisitOMPAtomicDirective(OMPAtomicDirective *Node) { in VisitOMPAtomicDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h1882 class OMPAtomicDirective : public OMPExecutableDirective {
1910 OMPAtomicDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPAtomicDirective() function
1920 explicit OMPAtomicDirective(unsigned NumClauses) in OMPAtomicDirective() function
1957 static OMPAtomicDirective *
1968 static OMPAtomicDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2528 DEF_TRAVERSE_STMT(OMPAtomicDirective,
/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp706 OMPAtomicDirective *OMPAtomicDirective::Create( in Create()
710 auto *Dir = createDirective<OMPAtomicDirective>( in Create()
721 OMPAtomicDirective *OMPAtomicDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
724 return createEmptyDirective<OMPAtomicDirective>( in CreateEmpty()
DStmtProfile.cpp949 void StmtProfiler::VisitOMPAtomicDirective(const OMPAtomicDirective *S) { in VisitOMPAtomicDirective()
DStmtPrinter.cpp771 void StmtPrinter::VisitOMPAtomicDirective(OMPAtomicDirective *Node) { in VisitOMPAtomicDirective()
/external/clang/include/clang/Basic/
DStmtNodes.td217 def OMPAtomicDirective : DStmt<OMPExecutableDirective>;
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h2433 class OMPAtomicDirective : public OMPExecutableDirective {
2461 OMPAtomicDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPAtomicDirective() function
2467 explicit OMPAtomicDirective() in OMPAtomicDirective() function
2502 static OMPAtomicDirective *
2513 static OMPAtomicDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2856 DEF_TRAVERSE_STMT(OMPAtomicDirective,
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td243 def OMPAtomicDirective : StmtNode<OMPExecutableDirective>;
/external/clang/lib/CodeGen/
DCGStmt.cpp242 EmitOMPAtomicDirective(cast<OMPAtomicDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2486 void EmitOMPAtomicDirective(const OMPAtomicDirective &S);
DCGStmtOpenMP.cpp3207 void CodeGenFunction::EmitOMPAtomicDirective(const OMPAtomicDirective &S) { in EmitOMPAtomicDirective()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2405 void ASTStmtReader::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
3259 S = OMPAtomicDirective::CreateEmpty( in ReadStmtFromStream()
DASTWriterStmt.cpp2275 void ASTStmtWriter::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2656 void ASTStmtReader::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
3363 S = OMPAtomicDirective::CreateEmpty( in ReadStmtFromStream()
DASTWriterStmt.cpp2310 void ASTStmtWriter::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp264 EmitOMPAtomicDirective(cast<OMPAtomicDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3412 void EmitOMPAtomicDirective(const OMPAtomicDirective &S);
DCGStmtOpenMP.cpp5407 void CodeGenFunction::EmitOMPAtomicDirective(const OMPAtomicDirective &S) { in EmitOMPAtomicDirective()
/external/clang/tools/libclang/
DCIndex.cpp1960 void VisitOMPAtomicDirective(const OMPAtomicDirective *D);
2678 void EnqueueVisitor::VisitOMPAtomicDirective(const OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2067 void VisitOMPAtomicDirective(const OMPAtomicDirective *D);
2945 void EnqueueVisitor::VisitOMPAtomicDirective(const OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp6692 return OMPAtomicDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt, in ActOnOpenMPAtomicDirective()

12