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.cpp642 OMPCriticalDirective *OMPCriticalDirective::Create( in Create()
646 return createDirective<OMPCriticalDirective>(C, Clauses, AssociatedStmt, in Create()
651 OMPCriticalDirective *OMPCriticalDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
654 return createEmptyDirective<OMPCriticalDirective>(C, NumClauses, in CreateEmpty()
H A DStmtProfile.cpp1057 void StmtProfiler::VisitOMPCriticalDirective(const OMPCriticalDirective *S) { in VisitOMPCriticalDirective()
H A DStmtPrinter.cpp827 void StmtPrinter::VisitOMPCriticalDirective(OMPCriticalDirective *Node) { in VisitOMPCriticalDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td242 def OMPCriticalDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2076 class OMPCriticalDirective : public OMPExecutableDirective {
2087 OMPCriticalDirective(const DeclarationNameInfo &Name, SourceLocation StartLoc, in OMPCriticalDirective() function
2095 explicit OMPCriticalDirective() in OMPCriticalDirective() function
2116 static OMPCriticalDirective *
2126 static OMPCriticalDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3117 DEF_TRAVERSE_STMT(OMPCriticalDirective, {
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2505 void ASTStmtReader::VisitOMPCriticalDirective(OMPCriticalDirective *D) { in VisitOMPCriticalDirective()
3658 S = OMPCriticalDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2522 void ASTStmtWriter::VisitOMPCriticalDirective(OMPCriticalDirective *D) { in VisitOMPCriticalDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp256 EmitOMPCriticalDirective(cast<OMPCriticalDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3870 void EmitOMPCriticalDirective(const OMPCriticalDirective &S);
H A DCGStmtOpenMP.cpp4587 void CodeGenFunction::EmitOMPCriticalDirective(const OMPCriticalDirective &S) { in EmitOMPCriticalDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp135 llvm::StringMap<std::pair<const OMPCriticalDirective *, llvm::APSInt>>;
496 void addCriticalWithHint(const OMPCriticalDirective *D, llvm::APSInt Hint) { in addCriticalWithHint()
499 std::pair<const OMPCriticalDirective *, llvm::APSInt>
10915 auto *Dir = OMPCriticalDirective::Create(getASTContext(), DirName, StartLoc, in ActOnOpenMPCriticalDirective()
H A DTreeTransform.h9533 DirName = cast<OMPCriticalDirective>(D)->getDirectiveName(); in TransformOMPExecutableDirective()
9766 TreeTransform<Derived>::TransformOMPCriticalDirective(OMPCriticalDirective *D) { in TransformOMPCriticalDirective()