Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c11182 CType *type1, *type2, tmp_type1, tmp_type2; in check_comparison_pointer_types() local
11214 tmp_type2 = *type2; in check_comparison_pointer_types()
11216 tmp_type2.t &= ~(VT_UNSIGNED | VT_CONSTANT | VT_VOLATILE); in check_comparison_pointer_types()
11217 if (!is_compatible_types(&tmp_type1, &tmp_type2)) { in check_comparison_pointer_types()
11803 CType *st, *type1, *type2, tmp_type1, tmp_type2; in gen_assign_cast() local
11841 tmp_type2 = *type2; in gen_assign_cast()
11843 tmp_type2.t &= ~(VT_UNSIGNED | VT_CONSTANT | VT_VOLATILE); in gen_assign_cast()
11844 if (!is_compatible_types(&tmp_type1, &tmp_type2)) in gen_assign_cast()
11863 tmp_type2 = *st; in gen_assign_cast()
11865 tmp_type2.t &= ~(VT_CONSTANT | VT_VOLATILE); in gen_assign_cast()
[all …]