Searched refs:fixed_arg_fmt (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/mit/isl/dist/interface/ |
H A D | python.cc | 49 static const char *fixed_arg_fmt = "arg%d"; variable 179 print_type_check(8, type, fixed_arg_fmt, in print_type_checks() 183 print_type_check(8, type, fixed_arg_fmt, in print_type_checks() 551 print_method_call(8, clazz, method, fixed_arg_fmt, drop_ctx); in print_method() 722 print_arg_in_call(fd, fixed_arg_fmt, i, 0); in print_set_enum() 726 print_method_return(8, clazz, fd, fixed_arg_fmt); in print_set_enum() 1021 print_type_check(8, python_name, fixed_arg_fmt, 0, false, "", "", -1); in print_representation()
|