Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dpython.cc660 FunctionDecl *any_method; in print_method() local
662 any_method = *methods.begin(); in print_method()
663 if (methods.size() == 1 && !is_overload(any_method)) { in print_method()
664 print_method(clazz, any_method, super); in print_method()
668 cname = clazz.method_name(any_method); in print_method()
670 print_method_def(is_static(clazz, any_method), cname); in print_method()