/aosp_15_r20/external/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 398 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( in Create() 402 unsigned Size = llvm::alignTo(sizeof(OMPParallelForSimdDirective), in Create() 407 OMPParallelForSimdDirective *Dir = new (Mem) OMPParallelForSimdDirective( in Create() 437 OMPParallelForSimdDirective * 438 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 441 unsigned Size = llvm::alignTo(sizeof(OMPParallelForSimdDirective), in CreateEmpty() 446 return new (Mem) OMPParallelForSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
|
H A D | StmtProfile.cpp | 600 const OMPParallelForSimdDirective *S) { in VisitOMPParallelForSimdDirective()
|
H A D | StmtPrinter.cpp | 1047 OMPParallelForSimdDirective *Node) { in VisitOMPParallelForSimdDirective()
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 1382 class OMPParallelForSimdDirective : public OMPLoopDirective { 1391 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function 1402 explicit OMPParallelForSimdDirective(unsigned CollapsedNum, in OMPParallelForSimdDirective() function 1419 static OMPParallelForSimdDirective * 1431 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
|
H A D | RecursiveASTVisitor.h | 2495 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
|
/aosp_15_r20/external/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 208 def OMPParallelForSimdDirective : DStmt<OMPLoopDirective>;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | StmtOpenMP.h | 2260 class OMPParallelForSimdDirective : public OMPLoopDirective { 2269 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function 2279 explicit OMPParallelForSimdDirective(unsigned CollapsedNum) in OMPParallelForSimdDirective() function 2295 static OMPParallelForSimdDirective * 2307 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
|
D | StmtNodes.inc | 296 OMPPARALLELFORSIMDDIRECTIVE(OMPParallelForSimdDirective, OMPLoopDirective)
|
D | RecursiveASTVisitor.h | 2998 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | StmtOpenMP.h | 2260 class OMPParallelForSimdDirective : public OMPLoopDirective { 2269 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function 2279 explicit OMPParallelForSimdDirective(unsigned CollapsedNum) in OMPParallelForSimdDirective() function 2295 static OMPParallelForSimdDirective * 2307 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
|
D | StmtNodes.inc | 1304 OMPPARALLELFORSIMDDIRECTIVE(OMPParallelForSimdDirective, OMPLoopDirective)
|
D | RecursiveASTVisitor.h | 3036 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | StmtOpenMP.h | 2260 class OMPParallelForSimdDirective : public OMPLoopDirective { 2269 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function 2279 explicit OMPParallelForSimdDirective(unsigned CollapsedNum) in OMPParallelForSimdDirective() function 2295 static OMPParallelForSimdDirective * 2307 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
|
D | StmtNodes.inc | 1304 OMPPARALLELFORSIMDDIRECTIVE(OMPParallelForSimdDirective, OMPLoopDirective)
|
D | RecursiveASTVisitor.h | 3015 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | StmtOpenMP.h | 2260 class OMPParallelForSimdDirective : public OMPLoopDirective { 2269 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function 2279 explicit OMPParallelForSimdDirective(unsigned CollapsedNum) in OMPParallelForSimdDirective() function 2295 static OMPParallelForSimdDirective * 2307 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
|
D | StmtNodes.inc | 1304 OMPPARALLELFORSIMDDIRECTIVE(OMPParallelForSimdDirective, OMPLoopDirective)
|
D | RecursiveASTVisitor.h | 3015 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
|
/aosp_15_r20/out/soong/.intermediates/external/clang/clang-gen-statnodes/gen/clang/AST/ |
D | StmtNodes.inc | 941 OMPPARALLELFORSIMDDIRECTIVE(OMPParallelForSimdDirective, OMPLoopDirective)
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 215 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S)); in EmitStmt()
|
H A D | CodeGenFunction.h | 2477 void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S);
|
H A D | CGStmtOpenMP.cpp | 2384 const OMPParallelForSimdDirective &S) { in EmitOMPParallelForSimdDirective()
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2601 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective() 3321 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2288 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
|
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CIndex.cpp | 1948 void VisitOMPParallelForSimdDirective(const OMPParallelForSimdDirective *D); 2639 const OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
|