Searched refs:fn_to_str (Results 1 – 6 of 6) sorted by relevance
921 if (!clazz.fn_to_str) in print_representation()927 string(clazz.fn_to_str->getName()).c_str()); in print_representation()995 if (clazz.fn_to_str) in print_method_types()996 print_method_type(clazz.fn_to_str); in print_method_types()
79 FunctionDecl *fn_to_str; member
193 classes[sub_name].fn_to_str = find_by_name(name + "_to_str", false); in add_subclass()
907 if (!clazz.fn_to_str) in print_stream_insertion()
24291 fn_to_str(const function_decl* fn, in fn_to_str() function24325 o << "'" << fn_to_str(*i, m) << "' "; in fns_to_str()
31598 * src/abg-ir.cc (get_next_string, fn_to_str, fns_to_str): New