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

/external/valgrind/main/perf/
H A Dtinycc.c2546 #define VT_CONSTANT 0x0800 /* const modifier */
11217 tmp_type1.t &= ~(VT_UNSIGNED | VT_CONSTANT | VT_VOLATILE);
11218 tmp_type2.t &= ~(VT_UNSIGNED | VT_CONSTANT | VT_VOLATILE);
11720 if (t & VT_CONSTANT)
11812 if (dt->t & VT_CONSTANT)
11844 tmp_type1.t &= ~(VT_UNSIGNED | VT_CONSTANT | VT_VOLATILE);
11845 tmp_type2.t &= ~(VT_UNSIGNED | VT_CONSTANT | VT_VOLATILE);
11850 if ((!(type1->t & VT_CONSTANT) && (type2->t & VT_CONSTANT)) ||
11866 tmp_type1.t &= ~(VT_CONSTANT | VT_VOLATIL
2544 #define VT_CONSTANT macro
[all...]

Completed in 212 milliseconds