Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp621 OMPCriticalDirective *OMPCriticalDirective::Create( in Create()
625 return createDirective<OMPCriticalDirective>(C, Clauses, AssociatedStmt, in Create()
630 OMPCriticalDirective *OMPCriticalDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
633 return createEmptyDirective<OMPCriticalDirective>(C, NumClauses, in CreateEmpty()
H A DStmtProfile.cpp1025 void StmtProfiler::VisitOMPCriticalDirective(const OMPCriticalDirective *S) { in VisitOMPCriticalDirective()
H A DStmtPrinter.cpp811 void StmtPrinter::VisitOMPCriticalDirective(OMPCriticalDirective *Node) { in VisitOMPCriticalDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td241 def OMPCriticalDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2093 class OMPCriticalDirective : public OMPExecutableDirective {
2104 OMPCriticalDirective(const DeclarationNameInfo &Name, SourceLocation StartLoc, in OMPCriticalDirective() function
2112 explicit OMPCriticalDirective() in OMPCriticalDirective() function
2133 static OMPCriticalDirective *
2143 static OMPCriticalDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3062 DEF_TRAVERSE_STMT(OMPCriticalDirective, {
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2482 void ASTStmtReader::VisitOMPCriticalDirective(OMPCriticalDirective *D) { in VisitOMPCriticalDirective()
3521 S = OMPCriticalDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2493 void ASTStmtWriter::VisitOMPCriticalDirective(OMPCriticalDirective *D) { in VisitOMPCriticalDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp250 EmitOMPCriticalDirective(cast<OMPCriticalDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3832 void EmitOMPCriticalDirective(const OMPCriticalDirective &S);
H A DCGStmtOpenMP.cpp4391 void CodeGenFunction::EmitOMPCriticalDirective(const OMPCriticalDirective &S) { in EmitOMPCriticalDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp134 llvm::StringMap<std::pair<const OMPCriticalDirective *, llvm::APSInt>>;
499 void addCriticalWithHint(const OMPCriticalDirective *D, llvm::APSInt Hint) { in addCriticalWithHint()
502 const std::pair<const OMPCriticalDirective *, llvm::APSInt>
10850 auto *Dir = OMPCriticalDirective::Create(getASTContext(), DirName, StartLoc, in ActOnOpenMPCriticalDirective()
H A DTreeTransform.h9173 DirName = cast<OMPCriticalDirective>(D)->getDirectiveName(); in TransformOMPExecutableDirective()
9343 TreeTransform<Derived>::TransformOMPCriticalDirective(OMPCriticalDirective *D) { in TransformOMPCriticalDirective()