| /src/external/mit/isl/dist/interface/ |
| python.cc | 524 void python_generator::print_method(const isl_class &clazz, function in class:python_generator 667 * the use print_method to print the method. 671 void python_generator::print_method(const isl_class &clazz, function in class:python_generator 681 print_method(clazz, any_method, super); 704 * printed by python_generator::print_method, except that 1153 print_method(clazz, callback, super); 1155 print_method(clazz, kvp.first, kvp.second, super);
|
| plain_cpp.cc | 360 void plain_cpp_generator::decl_printer::print_method( function in class:plain_cpp_generator::decl_printer 368 void plain_cpp_generator::decl_printer::print_method(const Method &method) function in class:plain_cpp_generator::decl_printer 642 print_method(Method(clazz, callback)); 652 print_method(Method(clazz, fd, base)); 924 void plain_cpp_generator::impl_printer::print_method(const Method &method) function in class:plain_cpp_generator::impl_printer 996 void plain_cpp_generator::impl_printer::print_method( function in class:plain_cpp_generator::impl_printer
|
| template_cpp.cc | 1367 virtual void print_method(const Method &method) override; 1368 virtual void print_method(const ConversionMethod &method) override; 2765 void template_cpp_generator::class_printer::print_method(const Method &method) function in class:template_cpp_generator::class_printer 2775 void template_cpp_generator::class_printer::print_method( function in class:template_cpp_generator::class_printer
|