Home
last modified time | relevance | path

Searched refs:VT_ARRAY (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/perf/
Dtinycc.c2542 #define VT_ARRAY 0x0020 /* array type (also has VT_PTR) */ macro
11605 if (type->t & VT_ARRAY) { in type_size()
12484 pt->t &= ~VT_ARRAY; in convert_parameter_type()
12571 type->t = t1 | VT_ARRAY | VT_PTR; in post_type()
12682 if (!(vtop->type.t & VT_ARRAY)) { in indir()
12804 type.t |= VT_ARRAY; in unary()
12823 type.t |= VT_ARRAY; in unary()
12841 if (!(type.t & VT_ARRAY)) in unary()
12875 !(vtop->type.t & VT_ARRAY)) in unary()
13060 if (!(vtop->type.t & VT_ARRAY)) { in unary()
[all …]