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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1480 OMPDistributeParallelForSimdDirective *
1481 OMPDistributeParallelForSimdDirective::Create(
1485 unsigned Size = llvm::alignTo(sizeof(OMPDistributeParallelForSimdDirective),
1491 OMPDistributeParallelForSimdDirective *Dir = new (Mem)
1492 OMPDistributeParallelForSimdDirective(StartLoc, EndLoc, CollapsedNum,
1536 OMPDistributeParallelForSimdDirective *
1537 OMPDistributeParallelForSimdDirective::CreateEmpty(const ASTContext &C,
1541 unsigned Size = llvm::alignTo(sizeof(OMPDistributeParallelForSimdDirective),
1548 OMPDistributeParallelForSimdDirective(CollapsedNum, NumClauses);
H A DStmtProfile.cpp981 const OMPDistributeParallelForSimdDirective *S) {
H A DStmtPrinter.cpp874 OMPDistributeParallelForSimdDirective *Node) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3688 class OMPDistributeParallelForSimdDirective final : public OMPLoopDirective {
3698 OMPDistributeParallelForSimdDirective(SourceLocation StartLoc, function in class:clang::final
3711 explicit OMPDistributeParallelForSimdDirective(unsigned CollapsedNum, function in class:clang::final
3729 static OMPDistributeParallelForSimdDirective *Create(
3740 static OMPDistributeParallelForSimdDirective *CreateEmpty(
H A DRecursiveASTVisitor.h2899 DEF_TRAVERSE_STMT(OMPDistributeParallelForSimdDirective,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2475 OMPDistributeParallelForSimdDirective *D) {
3305 S = OMPDistributeParallelForSimdDirective::CreateEmpty(Context, NumClauses,
H A DASTWriterStmt.cpp2403 OMPDistributeParallelForSimdDirective *D) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp315 cast<OMPDistributeParallelForSimdDirective>(*S));
H A DCodeGenFunction.h3180 const OMPDistributeParallelForSimdDirective &S);
H A DCGStmtOpenMP.cpp2443 const OMPDistributeParallelForSimdDirective &S) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8477 OMPDistributeParallelForSimdDirective *D) {
H A DSemaOpenMP.cpp10063 return OMPDistributeParallelForSimdDirective::Create(

Completed in 351 milliseconds