Home | History | Annotate | Download | only in perf

Lines Matching refs:VT_ARRAY

2544 #define VT_ARRAY      0x0020  /* array type (also has VT_PTR) */
11607 if (type->t & VT_ARRAY) {
12486 pt->t &= ~VT_ARRAY;
12573 type->t = t1 | VT_ARRAY | VT_PTR;
12684 if (!(vtop->type.t & VT_ARRAY)) {
12806 type.t |= VT_ARRAY;
12825 type.t |= VT_ARRAY;
12843 if (!(type.t & VT_ARRAY))
12877 !(vtop->type.t & VT_ARRAY))
13062 if (!(vtop->type.t & VT_ARRAY)) {
13083 if ((vtop->type.t & (VT_BTYPE | VT_ARRAY)) == VT_PTR) {
13860 if (!(type->t & VT_ARRAY))
13924 if (type->t & VT_ARRAY) {
14079 if (type->t & VT_ARRAY) {
14348 if (do_bounds_check && (type->t & VT_ARRAY))
14355 if (do_bounds_check && (type->t & VT_ARRAY)) {
14387 if ((sym->type.t & VT_ARRAY) &&
14781 if (!(type.t & VT_ARRAY))
14785 ((type.t & VT_ARRAY) && (type.t & VT_STATIC) &&