Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp510 OMPCriticalDirective *OMPCriticalDirective::Create( in Create()
514 return createDirective<OMPCriticalDirective>(C, Clauses, AssociatedStmt, in Create()
519 OMPCriticalDirective *OMPCriticalDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
522 return createEmptyDirective<OMPCriticalDirective>(C, NumClauses, in CreateEmpty()
DStmtProfile.cpp946 void StmtProfiler::VisitOMPCriticalDirective(const OMPCriticalDirective *S) { in VisitOMPCriticalDirective()
DStmtPrinter.cpp707 void StmtPrinter::VisitOMPCriticalDirective(OMPCriticalDirective *Node) { in VisitOMPCriticalDirective()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DStmtNodes.td234 def OMPCriticalDirective : StmtNode<OMPExecutableDirective>;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h1956 class OMPCriticalDirective : public OMPExecutableDirective {
1967 OMPCriticalDirective(const DeclarationNameInfo &Name, SourceLocation StartLoc, in OMPCriticalDirective() function
1975 explicit OMPCriticalDirective() in OMPCriticalDirective() function
1996 static OMPCriticalDirective *
2006 static OMPCriticalDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2875 DEF_TRAVERSE_STMT(OMPCriticalDirective, {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2359 void ASTStmtReader::VisitOMPCriticalDirective(OMPCriticalDirective *D) { in VisitOMPCriticalDirective()
3250 S = OMPCriticalDirective::CreateEmpty( in ReadStmtFromStream()
DASTWriterStmt.cpp2267 void ASTStmtWriter::VisitOMPCriticalDirective(OMPCriticalDirective *D) { in VisitOMPCriticalDirective()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp233 EmitOMPCriticalDirective(cast<OMPCriticalDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3452 void EmitOMPCriticalDirective(const OMPCriticalDirective &S);
DCGStmtOpenMP.cpp4056 void CodeGenFunction::EmitOMPCriticalDirective(const OMPCriticalDirective &S) { in EmitOMPCriticalDirective()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp124 llvm::StringMap<std::pair<const OMPCriticalDirective *, llvm::APSInt>>;
466 void addCriticalWithHint(const OMPCriticalDirective *D, llvm::APSInt Hint) { in addCriticalWithHint()
469 const std::pair<const OMPCriticalDirective *, llvm::APSInt>
9989 auto *Dir = OMPCriticalDirective::Create(Context, DirName, StartLoc, EndLoc, in ActOnOpenMPCriticalDirective()
DTreeTransform.h8492 DirName = cast<OMPCriticalDirective>(D)->getDirectiveName(); in TransformOMPExecutableDirective()
8619 TreeTransform<Derived>::TransformOMPCriticalDirective(OMPCriticalDirective *D) { in TransformOMPCriticalDirective()