Searched refs:is_compatible_types (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/perf/
H A Dtinycc.c5448 static int is_compatible_types(CType *type1, CType *type2);
10185 if (!is_compatible_types(&s->type, type))
11219 if (!is_compatible_types(&tmp_type1, &tmp_type2)) {
11653 if (!is_compatible_types(&s1->type, &s2->type))
11666 if (!is_compatible_types(&s1->type, &s2->type))
11681 static int is_compatible_types(CType *type1, CType *type2)
11695 return is_compatible_types(type1, type2);
11829 !is_compatible_types(pointed_type(dt), st))
11846 if (!is_compatible_types(&tmp_type1, &tmp_type2))
11868 if (!is_compatible_types(
11679 static int is_compatible_types(CType *type1, CType *type2) function
[all...]

Completed in 79 milliseconds