Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp992 OMPAtomicDirective *
993 OMPAtomicDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
996 auto *Dir = createDirective<OMPAtomicDirective>( in Create()
1011 OMPAtomicDirective *OMPAtomicDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1014 return createEmptyDirective<OMPAtomicDirective>( in CreateEmpty()
H A DStmtProfile.cpp1132 void StmtProfiler::VisitOMPAtomicDirective(const OMPAtomicDirective *S) { in VisitOMPAtomicDirective()
H A DStmtPrinter.cpp921 void StmtPrinter::VisitOMPAtomicDirective(OMPAtomicDirective *Node) { in VisitOMPAtomicDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td256 def OMPAtomicDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2947 class OMPAtomicDirective : public OMPExecutableDirective {
2984 OMPAtomicDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPAtomicDirective() function
2990 explicit OMPAtomicDirective() in OMPAtomicDirective() function
3060 static OMPAtomicDirective *Create(const ASTContext &C,
3072 static OMPAtomicDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3170 DEF_TRAVERSE_STMT(OMPAtomicDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2600 void ASTStmtReader::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
3745 S = OMPAtomicDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2570 void ASTStmtWriter::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp301 EmitOMPAtomicDirective(cast<OMPAtomicDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3885 void EmitOMPAtomicDirective(const OMPAtomicDirective &S);
H A DCGStmtOpenMP.cpp6794 void CodeGenFunction::EmitOMPAtomicDirective(const OMPAtomicDirective &S) { in EmitOMPAtomicDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9952 TreeTransform<Derived>::TransformOMPAtomicDirective(OMPAtomicDirective *D) { in TransformOMPAtomicDirective()
H A DSemaOpenMP.cpp13009 return OMPAtomicDirective::Create( in ActOnOpenMPAtomicDirective()