Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp2486 OMPTargetParallelGenericLoopDirective *
2487 OMPTargetParallelGenericLoopDirective::Create( in Create()
2491 auto *Dir = createDirective<OMPTargetParallelGenericLoopDirective>( in Create()
2522 OMPTargetParallelGenericLoopDirective *
2523 OMPTargetParallelGenericLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
2527 return createEmptyDirective<OMPTargetParallelGenericLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1273 const OMPTargetParallelGenericLoopDirective *S) { in VisitOMPTargetParallelGenericLoopDirective()
H A DStmtPrinter.cpp1125 OMPTargetParallelGenericLoopDirective *Node) { in VisitOMPTargetParallelGenericLoopDirective()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td295 def OMPTargetParallelGenericLoopDirective : StmtNode<OMPLoopDirective>;
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h6168 class OMPTargetParallelGenericLoopDirective final : public OMPLoopDirective {
6177 OMPTargetParallelGenericLoopDirective(SourceLocation StartLoc, in OMPTargetParallelGenericLoopDirective() function
6188 explicit OMPTargetParallelGenericLoopDirective(unsigned CollapsedNum) in OMPTargetParallelGenericLoopDirective() function
6204 static OMPTargetParallelGenericLoopDirective *
6216 static OMPTargetParallelGenericLoopDirective *
H A DRecursiveASTVisitor.h3157 DEF_TRAVERSE_STMT(OMPTargetParallelGenericLoopDirective,
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2718 OMPTargetParallelGenericLoopDirective *D) { in VisitOMPTargetParallelGenericLoopDirective()
3747 S = OMPTargetParallelGenericLoopDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2691 OMPTargetParallelGenericLoopDirective *D) { in VisitOMPTargetParallelGenericLoopDirective()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9502 OMPTargetParallelGenericLoopDirective *D) { in TransformOMPTargetParallelGenericLoopDirective()
H A DSemaOpenMP.cpp10753 return OMPTargetParallelGenericLoopDirective::Create( in ActOnOpenMPTargetParallelGenericLoopDirective()