Searched defs:tmp_type1 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/perf/
H A Dtinycc.c11184 CType *type1, *type2, tmp_type1, tmp_type2;
11215 tmp_type1 = *type1;
11217 tmp_type1.t &= ~(VT_UNSIGNED | VT_CONSTANT | VT_VOLATILE);
11219 if (!is_compatible_types(&tmp_type1, &tmp_type2)) {
11805 CType *st, *type1, *type2, tmp_type1, tmp_type2;
11842 tmp_type1 = *type1;
11844 tmp_type1.t &= ~(VT_UNSIGNED | VT_CONSTANT | VT_VOLATILE);
11846 if (!is_compatible_types(&tmp_type1, &tmp_type2))
11864 tmp_type1 = *dt;
11866 tmp_type1
11182 CType *type1, *type2, tmp_type1, tmp_type2; local
11803 CType *st, *type1, *type2, tmp_type1, tmp_type2; local
[all...]

Completed in 100 milliseconds