Searched refs:OMPTaskLoopSimdDirective (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 1106 OMPTaskLoopSimdDirective *OMPTaskLoopSimdDirective::Create( in Create() 1110 auto *Dir = createDirective<OMPTaskLoopSimdDirective>( in Create() 1141 OMPTaskLoopSimdDirective * 1142 OMPTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() 1144 return createEmptyDirective<OMPTaskLoopSimdDirective>( in CreateEmpty()
|
H A D | StmtProfile.cpp | 1107 const OMPTaskLoopSimdDirective *S) { in VisitOMPTaskLoopSimdDirective()
|
H A D | StmtPrinter.cpp | 940 OMPTaskLoopSimdDirective *Node) { in VisitOMPTaskLoopSimdDirective()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 263 def OMPTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 3733 class OMPTaskLoopSimdDirective : public OMPLoopDirective { 3742 OMPTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskLoopSimdDirective() function 3752 explicit OMPTaskLoopSimdDirective(unsigned CollapsedNum) in OMPTaskLoopSimdDirective() function 3768 static OMPTaskLoopSimdDirective * 3780 static OMPTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
|
H A D | RecursiveASTVisitor.h | 3064 DEF_TRAVERSE_STMT(OMPTaskLoopSimdDirective,
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2553 void ASTStmtReader::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective() 3510 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2493 void ASTStmtWriter::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 316 EmitOMPTaskLoopSimdDirective(cast<OMPTaskLoopSimdDirective>(*S)); in EmitStmt()
|
H A D | CodeGenFunction.h | 3547 void EmitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective &S);
|
H A D | CGStmtOpenMP.cpp | 7681 const OMPTaskLoopSimdDirective &S) { in EmitOMPTaskLoopSimdDirective()
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CIndex.cpp | 2187 void VisitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective *D); 3211 const OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | TreeTransform.h | 9151 OMPTaskLoopSimdDirective *D) { in TransformOMPTaskLoopSimdDirective()
|
H A D | SemaOpenMP.cpp | 13433 return OMPTaskLoopSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTaskLoopSimdDirective()
|