Searched refs:anon_count (Results 1 – 1 of 1) sorted by relevance
1002 static unsigned anon_count = 1; in ast_struct_specifier() local1003 identifier = ralloc_asprintf(this, "#anon_struct_%04x", anon_count); in ast_struct_specifier()1004 anon_count++; in ast_struct_specifier()