Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td176 def OMPC_Threads : Clause<"threads"> { let clangClass = "OMPThreadsClause"; }
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4860 class OMPThreadsClause : public OMPClause {
4866 OMPThreadsClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPThreadsClause() function
4870 OMPThreadsClause() in OMPThreadsClause() function
H A DRecursiveASTVisitor.h3247 bool RecursiveASTVisitor<Derived>::VisitOMPThreadsClause(OMPThreadsClause *) {
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp559 void OMPClauseProfiler::VisitOMPThreadsClause(const OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
H A DOpenMPClause.cpp1788 void OMPClausePrinter::VisitOMPThreadsClause(OMPThreadsClause *) { in VisitOMPThreadsClause() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11813 C = new (Context) OMPThreadsClause(); in readClause()
12159 void OMPClauseReader::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
H A DASTWriter.cpp6148 void OMPClauseWriter::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10326 const OMPThreadsClause *TC = nullptr; in ActOnOpenMPOrderedDirective()
10354 TC = cast<OMPThreadsClause>(C); in ActOnOpenMPOrderedDirective()
15104 return new (Context) OMPThreadsClause(StartLoc, EndLoc); in ActOnOpenMPThreadsClause()
H A DTreeTransform.h9421 TreeTransform<Derived>::TransformOMPThreadsClause(OMPThreadsClause *C) { in TransformOMPThreadsClause()