Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp579 void OMPClauseProfiler::VisitOMPThreadsClause(const OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
H A DOpenMPClause.cpp1899 void OMPClausePrinter::VisitOMPThreadsClause(OMPThreadsClause *) { in VisitOMPThreadsClause() argument
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h5032 class OMPThreadsClause final
5039 OMPThreadsClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPThreadsClause() function
5043 OMPThreadsClause() : OMPNoChildClause() {} in OMPThreadsClause() function
H A DRecursiveASTVisitor.h3413 bool RecursiveASTVisitor<Derived>::VisitOMPThreadsClause(OMPThreadsClause *) {
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td225 def OMPC_Threads : Clause<"threads"> { let clangClass = "OMPThreadsClause"; }
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp10057 C = new (Context) OMPThreadsClause(); in readClause()
10432 void OMPClauseReader::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
H A DASTWriter.cpp6517 void OMPClauseWriter::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp11263 const OMPThreadsClause *TC = nullptr; in ActOnOpenMPOrderedDirective()
11291 TC = cast<OMPThreadsClause>(C); in ActOnOpenMPOrderedDirective()
17459 return new (Context) OMPThreadsClause(StartLoc, EndLoc); in ActOnOpenMPThreadsClause()
H A DTreeTransform.h9776 TreeTransform<Derived>::TransformOMPThreadsClause(OMPThreadsClause *C) { in TransformOMPThreadsClause()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2396 void OMPClauseEnqueue::VisitOMPThreadsClause(const OMPThreadsClause *) {} in VisitOMPThreadsClause() argument