Searched refs:ast_node (Results 1 – 23 of 23) sorted by relevance
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_test_cpp-checked.cc | 250 [&count_ast_fail, &do_fail](isl::ast_node node, in test_ast_build() 253 return do_fail ? isl::ast_node() : node; in test_ast_build() 263 [&count_ast](isl::ast_node node, isl::ast_build build) { in test_ast_build()
|
| H A D | isl_test_cpp.cc | 288 [&count_ast_fail, &do_fail](isl::ast_node node, in test_ast_build() 308 [&count_ast](isl::ast_node node, isl::ast_build build) { in test_ast_build()
|
| H A D | print.c | 104 #define BASE ast_node
|
| H A D | isl_test_cpp-generic.cc | 318 [&count_ast](isl::ast_node node, isl::ast_build build) { in test_ast_build_unroll() 342 [&count_ast](isl::ast_node node, isl::ast_build build) { in test_ast_build_generic()
|
| H A D | isl_ast.c | 25 #define EL_BASE ast_node 3305 #define EL_BASE ast_node
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | ast_node.d | 11 module dmd.ast_node;
|
| H A D | init.d | 19 import dmd.ast_node;
|
| H A D | cond.d | 19 import dmd.ast_node;
|
| H A D | README.md | 79 | [ast_node.d](https://github.com/dlang/dmd/blob/master/src/dmd/ast_node.d) | Define an abs…
|
| H A D | statement.d | 22 import dmd.ast_node;
|
| H A D | dsymbol.d | 24 import dmd.ast_node;
|
| H A D | statementsem.d | 24 import dmd.ast_node;
|
| H A D | mtype.d | 24 import dmd.ast_node;
|
| H A D | expression.d | 26 import dmd.ast_node;
|
| H A D | dtemplate.d | 47 import dmd.ast_node;
|
| /netbsd-src/external/mit/isl/dist/include/isl/ |
| H A D | cpp-checked.h | 255 class ast_node; variable 572 std::function<isl::checked::ast_node(isl::checked::ast_node, isl::checked::ast_build)> func; 576 …id set_at_each_domain_data(const std::function<isl::checked::ast_node(isl::checked::ast_node, isl:… 578 …t_build set_at_each_domain(const std::function<isl::checked::ast_node(isl::checked::ast_node, isl:… 586 inline isl::checked::ast_node node_from(isl::checked::schedule schedule) const; 587 inline isl::checked::ast_node node_from_schedule_map(isl::checked::union_map schedule) const; 1198 inline ast_node manage(__isl_take isl_ast_node *ptr); 1199 inline ast_node manage_copy(__isl_keep isl_ast_node *ptr); 1201 class ast_node { 1202 friend inline ast_node manage(__isl_take isl_ast_node *ptr); [all …]
|
| H A D | ast_type.h | 103 ISL_DECLARE_EXPORTED_LIST_TYPE(ast_node)
|
| H A D | cpp-checked-conversion.h | 281 checked::ast_node check(ast_node obj) { in check() 285 ast_node uncheck(checked::ast_node obj) { in uncheck()
|
| H A D | cpp.h | 320 class ast_node; variable 637 std::function<isl::ast_node(isl::ast_node, isl::ast_build)> func; 642 …inline void set_at_each_domain_data(const std::function<isl::ast_node(isl::ast_node, isl::ast_buil… 644 …inline isl::ast_build set_at_each_domain(const std::function<isl::ast_node(isl::ast_node, isl::ast… 652 inline isl::ast_node node_from(isl::schedule schedule) const; 653 inline isl::ast_node node_from_schedule_map(isl::union_map schedule) const; 1264 inline ast_node manage(__isl_take isl_ast_node *ptr); 1265 inline ast_node manage_copy(__isl_keep isl_ast_node *ptr); 1267 class ast_node { 1268 friend inline ast_node manage(__isl_take isl_ast_node *ptr); [all …]
|
| H A D | ast.h | 246 ISL_DECLARE_EXPORTED_LIST_FN(ast_node)
|
| /netbsd-src/external/mit/isl/dist/interface/ |
| H A D | isl.py | 5422 cb_arg0 = ast_node(ctx=arg0.ctx, ptr=(cb_arg0)) 5572 obj = ast_node(ctx=ctx, ptr=res) 5593 obj = ast_node(ctx=ctx, ptr=res) 6975 class ast_node(object): class 7019 return super(ast_node, cls).__new__(cls) 7022 if not arg0.__class__ is ast_node: 7023 arg0 = ast_node(arg0) 7038 if not arg0.__class__ is ast_node: 7039 arg0 = ast_node(arg0) 7045 cb_arg0 = ast_node(ctx=arg0.ctx, ptr=(cb_arg0)) [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | Make-lang.in | 84 d/ast_node.o \
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | MD5SUMS | 5240 afa67342ce21d3c5637b5c4c6a1c1ab5 gcc/d/dmd/ast_node.d 5241 6bd1b211b8b28658719048ba49b663b5 gcc/d/dmd/ast_node.h
|