Home
last modified time | relevance | path

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

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