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.cpp583 OMPCriticalDirective *OMPCriticalDirective::Create( in Create()
587 return createDirective<OMPCriticalDirective>(C, Clauses, AssociatedStmt, in Create()
592 OMPCriticalDirective *OMPCriticalDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
595 return createEmptyDirective<OMPCriticalDirective>(C, NumClauses, in CreateEmpty()
H A DStmtProfile.cpp1014 void StmtProfiler::VisitOMPCriticalDirective(const OMPCriticalDirective *S) { in VisitOMPCriticalDirective()
H A DStmtPrinter.cpp798 void StmtPrinter::VisitOMPCriticalDirective(OMPCriticalDirective *Node) { in VisitOMPCriticalDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td237 def OMPCriticalDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2092 class OMPCriticalDirective : public OMPExecutableDirective {
2103 OMPCriticalDirective(const DeclarationNameInfo &Name, SourceLocation StartLoc, in OMPCriticalDirective() function
2111 explicit OMPCriticalDirective() in OMPCriticalDirective() function
2132 static OMPCriticalDirective *
2142 static OMPCriticalDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2992 DEF_TRAVERSE_STMT(OMPCriticalDirective, {
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2454 void ASTStmtReader::VisitOMPCriticalDirective(OMPCriticalDirective *D) { in VisitOMPCriticalDirective()
3444 S = OMPCriticalDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2444 void ASTStmtWriter::VisitOMPCriticalDirective(OMPCriticalDirective *D) { in VisitOMPCriticalDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp240 EmitOMPCriticalDirective(cast<OMPCriticalDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3604 void EmitOMPCriticalDirective(const OMPCriticalDirective &S);
H A DCGStmtOpenMP.cpp4346 void CodeGenFunction::EmitOMPCriticalDirective(const OMPCriticalDirective &S) { in EmitOMPCriticalDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp129 llvm::StringMap<std::pair<const OMPCriticalDirective *, llvm::APSInt>>;
494 void addCriticalWithHint(const OMPCriticalDirective *D, llvm::APSInt Hint) { in addCriticalWithHint()
497 const std::pair<const OMPCriticalDirective *, llvm::APSInt>
11101 auto *Dir = OMPCriticalDirective::Create(Context, DirName, StartLoc, EndLoc, in ActOnOpenMPCriticalDirective()
H A DTreeTransform.h8866 DirName = cast<OMPCriticalDirective>(D)->getDirectiveName(); in TransformOMPExecutableDirective()
9014 TreeTransform<Derived>::TransformOMPCriticalDirective(OMPCriticalDirective *D) { in TransformOMPCriticalDirective()