| /src/external/mit/isl/dist/ |
| isl_ast_build_private.h | 103 * The "at_each_domain" callback is called on every node created to represent 168 __isl_give isl_ast_node *(*at_each_domain)( member in struct:isl_ast_build
|
| isl_ast_build.c | 213 dup->at_each_domain = build->at_each_domain; 392 /* Set the "at_each_domain" callback of "build" to "fn". 404 build->at_each_domain = fn; 516 build->at_each_domain = NULL;
|
| isl_ast_codegen.c | 108 /* Call the at_each_domain callback, if requested by the user, 111 static __isl_give isl_ast_graft *at_each_domain(__isl_take isl_ast_graft *graft, function 116 if (!build->at_each_domain) 125 graft->node = build->at_each_domain(graft->node, 140 * "executed" is only used if there is an at_each_domain callback. 150 * If the user has set an at_each_domain callback, it is called 172 graft = at_each_domain(graft, executed, build); 216 * to call the at_each_domain callback, if any.
|
| /src/external/mit/isl/dist/interface/ |
| isl.py | 5411 if hasattr(obj, 'at_each_domain'): 5412 self.at_each_domain = obj.at_each_domain 5435 if hasattr(arg0, 'at_each_domain') and arg0.at_each_domain['exc_info'] != None: 5436 exc_info = arg0.at_each_domain['exc_info'][0] 5437 arg0.at_each_domain['exc_info'][0] = None 5442 obj.at_each_domain = { 'func': cb1, 'exc_info': exc_info } 5454 if hasattr(args[0], 'at_each_domain') and args[0].at_each_domain['exc_info'] != None [all...] |
| /src/external/mit/isl/dist/include/isl/ |
| cpp-checked.h | 575 static inline isl_ast_node *at_each_domain(isl_ast_node *arg_0, isl_ast_build *arg_1, void *arg_2); 5674 isl_ast_node *ast_build::at_each_domain(isl_ast_node *arg_0, isl_ast_build *arg_1, void *arg_2) function in class:isl::checked::ast_build 5685 ptr = isl_ast_build_set_at_each_domain(ptr, &at_each_domain, at_each_domain_data.get());
|
| cpp.h | 641 static inline isl_ast_node *at_each_domain(isl_ast_node *arg_0, isl_ast_build *arg_1, void *arg_2); 6336 isl_ast_node *ast_build::at_each_domain(isl_ast_node *arg_0, isl_ast_build *arg_1, void *arg_2) function in class:isl::ast_build 6356 ptr = isl_ast_build_set_at_each_domain(ptr, &at_each_domain, at_each_domain_data.get());
|