Home
last modified time | relevance | path

Searched refs:tmp_type1 (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
11213 tmp_type1 = *type1; in check_comparison_pointer_types()
11215 tmp_type1.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
11840 tmp_type1 = *type1; in gen_assign_cast()
11842 tmp_type1.t &= ~(VT_UNSIGNED | VT_CONSTANT | VT_VOLATILE); in gen_assign_cast()
11844 if (!is_compatible_types(&tmp_type1, &tmp_type2)) in gen_assign_cast()
11862 tmp_type1 = *dt; in gen_assign_cast()
11864 tmp_type1.t &= ~(VT_CONSTANT | VT_VOLATILE); in gen_assign_cast()
[all …]