Home
last modified time | relevance | path

Searched refs:is_compound_type (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dannotate-data.c461 static bool is_compound_type(Dwarf_Die *type_die) in is_compound_type() function
501 if (is_compound_type(type_a) != is_compound_type(type_b)) in is_better_type()
502 return is_compound_type(type_b); in is_better_type()