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.cpp916 OMPAtomicDirective *
917 OMPAtomicDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
920 auto *Dir = createDirective<OMPAtomicDirective>( in Create()
935 OMPAtomicDirective *OMPAtomicDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
938 return createEmptyDirective<OMPAtomicDirective>( in CreateEmpty()
H A DStmtProfile.cpp1085 void StmtProfiler::VisitOMPAtomicDirective(const OMPAtomicDirective *S) { in VisitOMPAtomicDirective()
H A DStmtPrinter.cpp887 void StmtPrinter::VisitOMPAtomicDirective(OMPAtomicDirective *Node) { in VisitOMPAtomicDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td251 def OMPAtomicDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2963 class OMPAtomicDirective : public OMPExecutableDirective {
2997 OMPAtomicDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPAtomicDirective() function
3003 explicit OMPAtomicDirective() in OMPAtomicDirective() function
3073 static OMPAtomicDirective *Create(const ASTContext &C,
3085 static OMPAtomicDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3045 DEF_TRAVERSE_STMT(OMPAtomicDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2544 void ASTStmtReader::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
3531 S = OMPAtomicDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2492 void ASTStmtWriter::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp285 EmitOMPAtomicDirective(cast<OMPAtomicDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3619 void EmitOMPAtomicDirective(const OMPAtomicDirective &S);
H A DCGStmtOpenMP.cpp6522 void CodeGenFunction::EmitOMPAtomicDirective(const OMPAtomicDirective &S) { in EmitOMPAtomicDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9189 TreeTransform<Derived>::TransformOMPAtomicDirective(OMPAtomicDirective *D) { in TransformOMPAtomicDirective()
H A DSemaOpenMP.cpp13212 return OMPAtomicDirective::Create( in ActOnOpenMPAtomicDirective()