/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 657 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()
|
D | StmtProfile.cpp | 637 void StmtProfiler::VisitOMPAtomicDirective(const OMPAtomicDirective *S) { in VisitOMPAtomicDirective()
|
D | StmtPrinter.cpp | 1093 void StmtPrinter::VisitOMPAtomicDirective(OMPAtomicDirective *Node) { in VisitOMPAtomicDirective()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 1882 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,
|
D | RecursiveASTVisitor.h | 2528 DEF_TRAVERSE_STMT(OMPAtomicDirective,
|
/external/llvm-project/clang/lib/AST/ |
D | StmtOpenMP.cpp | 706 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()
|
D | StmtProfile.cpp | 949 void StmtProfiler::VisitOMPAtomicDirective(const OMPAtomicDirective *S) { in VisitOMPAtomicDirective()
|
D | StmtPrinter.cpp | 771 void StmtPrinter::VisitOMPAtomicDirective(OMPAtomicDirective *Node) { in VisitOMPAtomicDirective()
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 217 def OMPAtomicDirective : DStmt<OMPExecutableDirective>;
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtOpenMP.h | 2433 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,
|
D | RecursiveASTVisitor.h | 2856 DEF_TRAVERSE_STMT(OMPAtomicDirective,
|
/external/llvm-project/clang/include/clang/Basic/ |
D | StmtNodes.td | 243 def OMPAtomicDirective : StmtNode<OMPExecutableDirective>;
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 242 EmitOMPAtomicDirective(cast<OMPAtomicDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 2486 void EmitOMPAtomicDirective(const OMPAtomicDirective &S);
|
D | CGStmtOpenMP.cpp | 3207 void CodeGenFunction::EmitOMPAtomicDirective(const OMPAtomicDirective &S) { in EmitOMPAtomicDirective()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2405 void ASTStmtReader::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective() 3259 S = OMPAtomicDirective::CreateEmpty( in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2275 void ASTStmtWriter::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2656 void ASTStmtReader::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective() 3363 S = OMPAtomicDirective::CreateEmpty( in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2310 void ASTStmtWriter::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmt.cpp | 264 EmitOMPAtomicDirective(cast<OMPAtomicDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 3412 void EmitOMPAtomicDirective(const OMPAtomicDirective &S);
|
D | CGStmtOpenMP.cpp | 5407 void CodeGenFunction::EmitOMPAtomicDirective(const OMPAtomicDirective &S) { in EmitOMPAtomicDirective()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1960 void VisitOMPAtomicDirective(const OMPAtomicDirective *D); 2678 void EnqueueVisitor::VisitOMPAtomicDirective(const OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 2067 void VisitOMPAtomicDirective(const OMPAtomicDirective *D); 2945 void EnqueueVisitor::VisitOMPAtomicDirective(const OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 6692 return OMPAtomicDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt, in ActOnOpenMPAtomicDirective()
|