Searched refs:OMPCriticalDirective (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 621 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 D | StmtProfile.cpp | 1025 void StmtProfiler::VisitOMPCriticalDirective(const OMPCriticalDirective *S) { in VisitOMPCriticalDirective()
|
H A D | StmtPrinter.cpp | 811 void StmtPrinter::VisitOMPCriticalDirective(OMPCriticalDirective *Node) { in VisitOMPCriticalDirective()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 241 def OMPCriticalDirective : StmtNode<OMPExecutableDirective>;
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 2093 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 D | RecursiveASTVisitor.h | 3062 DEF_TRAVERSE_STMT(OMPCriticalDirective, {
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2482 void ASTStmtReader::VisitOMPCriticalDirective(OMPCriticalDirective *D) { in VisitOMPCriticalDirective() 3521 S = OMPCriticalDirective::CreateEmpty( in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2493 void ASTStmtWriter::VisitOMPCriticalDirective(OMPCriticalDirective *D) { in VisitOMPCriticalDirective()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 250 EmitOMPCriticalDirective(cast<OMPCriticalDirective>(*S)); in EmitStmt()
|
H A D | CodeGenFunction.h | 3832 void EmitOMPCriticalDirective(const OMPCriticalDirective &S);
|
H A D | CGStmtOpenMP.cpp | 4391 void CodeGenFunction::EmitOMPCriticalDirective(const OMPCriticalDirective &S) { in EmitOMPCriticalDirective()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 134 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 D | TreeTransform.h | 9173 DirName = cast<OMPCriticalDirective>(D)->getDirectiveName(); in TransformOMPExecutableDirective() 9343 TreeTransform<Derived>::TransformOMPCriticalDirective(OMPCriticalDirective *D) { in TransformOMPCriticalDirective()
|