/aosp_15_r20/external/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 1219 OMPTargetParallelForSimdDirective *OMPTargetParallelForSimdDirective::Create( in Create() 1223 unsigned Size = llvm::alignTo(sizeof(OMPTargetParallelForSimdDirective), in Create() 1229 OMPTargetParallelForSimdDirective *Dir = in Create() 1230 new (Mem) OMPTargetParallelForSimdDirective(StartLoc, EndLoc, in Create() 1260 OMPTargetParallelForSimdDirective * 1261 OMPTargetParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1265 unsigned Size = llvm::alignTo(sizeof(OMPTargetParallelForSimdDirective), in CreateEmpty() 1271 return new (Mem) OMPTargetParallelForSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
|
H A D | StmtProfile.cpp | 726 const OMPTargetParallelForSimdDirective *S) { in VisitOMPTargetParallelForSimdDirective()
|
H A D | StmtPrinter.cpp | 1191 OMPTargetParallelForSimdDirective *Node) { in VisitOMPTargetParallelForSimdDirective()
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 3034 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective { 3044 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetParallelForSimdDirective() function 3055 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum, in OMPTargetParallelForSimdDirective() function 3072 static OMPTargetParallelForSimdDirective * 3083 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
|
H A D | RecursiveASTVisitor.h | 2573 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
|
/aosp_15_r20/external/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 234 def OMPTargetParallelForSimdDirective : DStmt<OMPLoopDirective>;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | StmtOpenMP.h | 4788 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective { 4798 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, in OMPTargetParallelForSimdDirective() function 4809 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum) in OMPTargetParallelForSimdDirective() function 4825 static OMPTargetParallelForSimdDirective * 4836 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
|
D | StmtNodes.inc | 338 OMPTARGETPARALLELFORSIMDDIRECTIVE(OMPTargetParallelForSimdDirective, OMPLoopDirective)
|
D | RecursiveASTVisitor.h | 3112 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | StmtOpenMP.h | 4791 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective { 4801 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, in OMPTargetParallelForSimdDirective() function 4812 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum) in OMPTargetParallelForSimdDirective() function 4828 static OMPTargetParallelForSimdDirective * 4839 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
|
D | StmtNodes.inc | 1262 OMPTARGETPARALLELFORSIMDDIRECTIVE(OMPTargetParallelForSimdDirective, OMPLoopDirective)
|
D | RecursiveASTVisitor.h | 3150 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | StmtOpenMP.h | 4791 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective { 4801 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, in OMPTargetParallelForSimdDirective() function 4812 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum) in OMPTargetParallelForSimdDirective() function 4828 static OMPTargetParallelForSimdDirective * 4839 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
|
D | StmtNodes.inc | 1262 OMPTARGETPARALLELFORSIMDDIRECTIVE(OMPTargetParallelForSimdDirective, OMPLoopDirective)
|
D | RecursiveASTVisitor.h | 3129 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | StmtOpenMP.h | 4791 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective { 4801 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, in OMPTargetParallelForSimdDirective() function 4812 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum) in OMPTargetParallelForSimdDirective() function 4828 static OMPTargetParallelForSimdDirective * 4839 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
|
D | StmtNodes.inc | 1262 OMPTARGETPARALLELFORSIMDDIRECTIVE(OMPTargetParallelForSimdDirective, OMPLoopDirective)
|
D | RecursiveASTVisitor.h | 3129 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
|
/aosp_15_r20/out/soong/.intermediates/external/clang/clang-gen-statnodes/gen/clang/AST/ |
D | StmtNodes.inc | 953 OMPTARGETPARALLELFORSIMDDIRECTIVE(OMPTargetParallelForSimdDirective, OMPLoopDirective)
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 296 cast<OMPTargetParallelForSimdDirective>(*S)); in EmitStmt()
|
H A D | CodeGenFunction.h | 2510 const OMPTargetParallelForSimdDirective &S);
|
H A D | CGStmtOpenMP.cpp | 1905 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDirective()
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2764 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective() 3471 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2470 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
|
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CIndex.cpp | 1978 const OMPTargetParallelForSimdDirective *D); 2754 const OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
|