Searched refs:OMPTaskLoopSimdDirective (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1066 OMPTaskLoopSimdDirective *OMPTaskLoopSimdDirective::Create(
1071 llvm::alignTo(sizeof(OMPTaskLoopSimdDirective), alignof(OMPClause *));
1075 OMPTaskLoopSimdDirective *Dir = new (Mem)
1076 OMPTaskLoopSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
1106 OMPTaskLoopSimdDirective *
1107 OMPTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses,
1110 llvm::alignTo(sizeof(OMPTaskLoopSimdDirective), alignof(OMPClause *));
1114 return new (Mem) OMPTaskLoopSimdDirective(CollapsedNum, NumClauses);
H A DStmtProfile.cpp932 const OMPTaskLoopSimdDirective *S) {
H A DStmtPrinter.cpp827 OMPTaskLoopSimdDirective *Node) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3137 class OMPTaskLoopSimdDirective : public OMPLoopDirective { class in namespace:clang
3146 OMPTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPTaskLoopSimdDirective
3157 explicit OMPTaskLoopSimdDirective(unsigned CollapsedNum, unsigned NumClauses) function in class:clang::OMPTaskLoopSimdDirective
3173 static OMPTaskLoopSimdDirective *
3185 static OMPTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2878 DEF_TRAVERSE_STMT(OMPTaskLoopSimdDirective,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2434 void ASTStmtReader::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) {
3249 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses,
H A DASTWriterStmt.cpp2354 void ASTStmtWriter::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp286 EmitOMPTaskLoopSimdDirective(cast<OMPTaskLoopSimdDirective>(*S));
H A DCodeGenFunction.h3168 void EmitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective &S);
H A DCGStmtOpenMP.cpp5383 const OMPTaskLoopSimdDirective &S) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8398 OMPTaskLoopSimdDirective *D) {
H A DSemaOpenMP.cpp9729 return OMPTaskLoopSimdDirective::Create(Context, StartLoc, EndLoc,

Completed in 291 milliseconds