Searched refs:fn_to_str (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/mit/isl/dist/interface/
H A Dgenerator.h61 * "fn_to_str" is a reference to the *_to_str method of this class, if any.
91 FunctionDecl *fn_to_str; member in struct:isl_class
H A Dpython.cc1017 if (!clazz.fn_to_str)
1023 string(clazz.fn_to_str->getName()).c_str());
1091 if (clazz.fn_to_str)
1092 print_method_type(clazz.fn_to_str);
H A Dgenerator.cc205 classes[sub_name].fn_to_str = find_by_name(name + "_to_str", false);
H A Dplain_cpp.cc730 if (!clazz.fn_to_str)

Completed in 117 milliseconds