HomeSort by: relevance | last modified time | path
    Searched defs:tarray (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
unavailable.cc 71 struct tuple tarray[8]; variable in typeref:struct:tuple
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
unavailable.cc 71 struct tuple tarray[8]; variable in typeref:struct:tuple
  /src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc 272 if ((tb1->ty == TY::Tsarray || tb1->ty == TY::Tarray)
273 && (tb2->ty == TY::Tsarray || tb2->ty == TY::Tarray))
337 if ((tb1->ty == TY::Tsarray || tb1->ty == TY::Tarray)
338 && (tb2->ty == TY::Tsarray || tb2->ty == TY::Tarray))
525 if ((tb1->ty == TY::Tsarray || tb1->ty == TY::Tarray)
526 && (tb2->ty == TY::Tsarray || tb2->ty == TY::Tarray))
675 if (tb1->ty == TY::Tarray || tb1->ty == TY::Tsarray)
836 if (tb1->ty == TY::Tarray && tb2->ty == TY::Tdchar
850 gcc_assert (tb1->ty == TY::Tarray || tb2->ty == TY::Tsarray);
852 if ((tb2->ty == TY::Tarray || tb2->ty == TY::Tsarray
2416 TypeDArray *tarray = tb->isTypeDArray (); local
2442 tree tarray = make_array_type (Type::tsize_t, e->arguments->length); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
valarith.c 144 struct type *tarray; local
147 tarray = check_typedef (array->type ());
149 if (tarray->code () == TYPE_CODE_ARRAY
150 || tarray->code () == TYPE_CODE_STRING)
152 struct type *range_type = tarray->index_type ();
183 struct type *elt_type = check_typedef (tarray->target_type ());
  /src/external/gpl3/gdb.old/dist/gdb/
valarith.c 144 struct type *tarray; local
147 tarray = check_typedef (array->type ());
149 if (tarray->code () == TYPE_CODE_ARRAY
150 || tarray->code () == TYPE_CODE_STRING)
152 struct type *range_type = tarray->index_type ();
183 struct type *elt_type = check_typedef (tarray->target_type ());

Completed in 27 milliseconds