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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1811 OMPTeamsDistributeParallelForSimdDirective *
1812 OMPTeamsDistributeParallelForSimdDirective::Create(
1816 auto Size = llvm::alignTo(sizeof(OMPTeamsDistributeParallelForSimdDirective),
1823 OMPTeamsDistributeParallelForSimdDirective *Dir = new (Mem)
1824 OMPTeamsDistributeParallelForSimdDirective(StartLoc, EndLoc, CollapsedNum,
1868 OMPTeamsDistributeParallelForSimdDirective *
1869 OMPTeamsDistributeParallelForSimdDirective::CreateEmpty(const ASTContext &C,
1873 auto Size = llvm::alignTo(sizeof(OMPTeamsDistributeParallelForSimdDirective),
1881 OMPTeamsDistributeParallelForSimdDirective(CollapsedNum, NumClauses);
H A DStmtProfile.cpp1011 const OMPTeamsDistributeParallelForSimdDirective *S) {
H A DStmtPrinter.cpp909 OMPTeamsDistributeParallelForSimdDirective *Node) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4100 class OMPTeamsDistributeParallelForSimdDirective final
4111 OMPTeamsDistributeParallelForSimdDirective(SourceLocation StartLoc, function in class:clang::final
4124 explicit OMPTeamsDistributeParallelForSimdDirective(unsigned CollapsedNum, function in class:clang::final
4142 static OMPTeamsDistributeParallelForSimdDirective *
4153 static OMPTeamsDistributeParallelForSimdDirective *
H A DRecursiveASTVisitor.h2917 DEF_TRAVERSE_STMT(OMPTeamsDistributeParallelForSimdDirective,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2504 OMPTeamsDistributeParallelForSimdDirective *D) {
3354 S = OMPTeamsDistributeParallelForSimdDirective::CreateEmpty(
H A DASTWriterStmt.cpp2438 OMPTeamsDistributeParallelForSimdDirective *D) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp336 cast<OMPTeamsDistributeParallelForSimdDirective>(*S));
H A DCodeGenFunction.h3189 const OMPTeamsDistributeParallelForSimdDirective &S);
H A DCGStmtOpenMP.cpp4718 const OMPTeamsDistributeParallelForSimdDirective &S) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8543 OMPTeamsDistributeParallelForSimdDirective *D) {
H A DSemaOpenMP.cpp10399 return OMPTeamsDistributeParallelForSimdDirective::Create(

Completed in 466 milliseconds