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

/external/valgrind/main/perf/
H A Dtinycc.c11184 CType *type1, *type2, tmp_type1, tmp_type2;
11216 tmp_type2 = *type2;
11218 tmp_type2.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;
11843 tmp_type2 = *type2;
11845 tmp_type2.t &= ~(VT_UNSIGNED | VT_CONSTANT | VT_VOLATILE);
11846 if (!is_compatible_types(&tmp_type1, &tmp_type2))
11865 tmp_type2 = *st;
11867 tmp_type2
11182 CType *type1, *type2, tmp_type1, tmp_type2; local
11803 CType *st, *type1, *type2, tmp_type1, tmp_type2; local
[all...]

Completed in 112 milliseconds