Home
last modified time | relevance | path

Searched refs:any_method (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mit/isl/dist/interface/
H A Dpython.cc677 FunctionDecl *any_method; in print_method() local
679 any_method = *methods.begin(); in print_method()
680 if (methods.size() == 1 && !is_overload(any_method)) { in print_method()
681 print_method(clazz, any_method, super); in print_method()
685 cname = clazz.method_name(any_method); in print_method()
687 print_method_def(is_static(clazz, any_method), cname); in print_method()