Home
last modified time | relevance | path

Searched refs:OMPThreadsClause (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5128 class OMPThreadsClause final
5135 OMPThreadsClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPThreadsClause() function
5139 OMPThreadsClause() : OMPNoChildClause() {} in OMPThreadsClause() function
H A DRecursiveASTVisitor.h3429 bool RecursiveASTVisitor<Derived>::VisitOMPThreadsClause(OMPThreadsClause *) {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td229 def OMPC_Threads : Clause<"threads"> { let clangClass = "OMPThreadsClause"; }
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp597 void OMPClauseProfiler::VisitOMPThreadsClause(const OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
H A DOpenMPClause.cpp1960 void OMPClausePrinter::VisitOMPThreadsClause(OMPThreadsClause *) { in VisitOMPThreadsClause() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10339 C = new (Context) OMPThreadsClause(); in readClause()
10736 void OMPClauseReader::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
H A DASTWriter.cpp6662 void OMPClauseWriter::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11506 const OMPThreadsClause *TC = nullptr; in ActOnOpenMPOrderedDirective()
11546 TC = cast<OMPThreadsClause>(C); in ActOnOpenMPOrderedDirective()
17786 return new (Context) OMPThreadsClause(StartLoc, EndLoc); in ActOnOpenMPThreadsClause()
H A DTreeTransform.h9952 TreeTransform<Derived>::TransformOMPThreadsClause(OMPThreadsClause *C) { in TransformOMPThreadsClause()