Searched refs:merge_function (Results 1 – 1 of 1) sorted by relevance
115 merger_list *merge_function; in record_merge_function_type() local124 for (merge_function = merge_functions; in record_merge_function_type()125 merge_function != NULL && merger_find != merger; in record_merge_function_type()126 merge_function = merge_function->next) in record_merge_function_type()128 aver (merge_function != NULL && merger_find == merger); in record_merge_function_type()129 if (merge_function->type != NULL && !UNIQSTR_EQ (merge_function->type, type)) in record_merge_function_type()135 quote (merge_function->name), type, in record_merge_function_type()136 merge_function->type); in record_merge_function_type()138 complain_at_indent (merge_function->type_declaration_location, &indent, in record_merge_function_type()141 merge_function->type = uniqstr_new (type); in record_merge_function_type()[all …]