Home
last modified time | relevance | path

Searched refs:OMPMaskedTaskLoopSimdDirective (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp1283 OMPMaskedTaskLoopSimdDirective *OMPMaskedTaskLoopSimdDirective::Create( in Create()
1287 auto *Dir = createDirective<OMPMaskedTaskLoopSimdDirective>( in Create()
1318 OMPMaskedTaskLoopSimdDirective *
1319 OMPMaskedTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1322 return createEmptyDirective<OMPMaskedTaskLoopSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1127 const OMPMaskedTaskLoopSimdDirective *S) { in VisitOMPMaskedTaskLoopSimdDirective()
H A DStmtPrinter.cpp964 OMPMaskedTaskLoopSimdDirective *Node) { in VisitOMPMaskedTaskLoopSimdDirective()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td269 def OMPMaskedTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h4016 class OMPMaskedTaskLoopSimdDirective final : public OMPLoopDirective {
4025 OMPMaskedTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMaskedTaskLoopSimdDirective() function
4035 explicit OMPMaskedTaskLoopSimdDirective(unsigned CollapsedNum) in OMPMaskedTaskLoopSimdDirective() function
4051 static OMPMaskedTaskLoopSimdDirective *
4062 static OMPMaskedTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3082 DEF_TRAVERSE_STMT(OMPMaskedTaskLoopSimdDirective,
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2575 OMPMaskedTaskLoopSimdDirective *D) { in VisitOMPMaskedTaskLoopSimdDirective()
3542 S = OMPMaskedTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2519 OMPMaskedTaskLoopSimdDirective *D) { in VisitOMPMaskedTaskLoopSimdDirective()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2193 const OMPMaskedTaskLoopSimdDirective *D);
3231 const OMPMaskedTaskLoopSimdDirective *D) { in VisitOMPMaskedTaskLoopSimdDirective()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9195 OMPMaskedTaskLoopSimdDirective *D) { in TransformOMPMaskedTaskLoopSimdDirective()
H A DSemaOpenMP.cpp13609 return OMPMaskedTaskLoopSimdDirective::Create( in ActOnOpenMPMaskedTaskLoopSimdDirective()