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

/external/valgrind/main/perf/
H A Dtinycc.c2175 type. If not used, set to VT_CONST */
2176 CValue c; /* constant, if VT_CONST */
2177 struct Sym *sym; /* symbol, if (VT_SYM | VT_CONST) */
2506 #define VT_CONST 0x00f0 /* constant in vc
5717 if ((r & VT_VALMASK) == VT_CONST) {
5777 if (v == VT_CONST) {
5829 if (fr == VT_CONST ||
5852 if ((vtop->r & (VT_VALMASK | VT_LVAL)) == VT_CONST) {
6141 if ((vtop->r & (VT_VALMASK | VT_LVAL | VT_SYM)) == VT_CONST) {
6167 if ((vtop->r & (VT_VALMASK | VT_LVAL | VT_SYM)) == VT_CONST) {
2504 #define VT_CONST macro
[all...]

Completed in 71 milliseconds