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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
error.cc 3349 int type_start, type_len; local
3350 type_start = obstack_object_size (ob);
3355 type_len = obstack_object_size (ob) - type_start;
3382 && memcmp (p + type_start, p+aka_start, type_len) == 0)
3389 int delta = type_start + type_len - obstack_object_size (ob);
  /src/external/mpl/bind/dist/lib/dns/
masterdump.c 584 unsigned int type_start; local
723 type_start = target->used;
753 column += (target->used - type_start);
872 unsigned int type_start; local
874 type_start = target->used;
884 column += (target->used - type_start);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
masterdump.c 563 unsigned int type_start; local
697 type_start = target->used;
727 column += (target->used - type_start);
835 unsigned int type_start; local
837 type_start = target->used;
847 column += (target->used - type_start);
  /src/external/gpl3/gcc/dist/gcc/cp/
error.cc 3429 int type_start, type_len; local
3430 type_start = obstack_object_size (ob);
3435 type_len = obstack_object_size (ob) - type_start;
3462 && memcmp (p + type_start, p+aka_start, type_len) == 0)
3469 int delta = type_start + type_len - obstack_object_size (ob);
  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.c 1793 const char *type_start = (*pp) - 1;
1819 type_start);
1789 const char *type_start = (*pp) - 1; local
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-format.cc 1991 const char * const type_start,
2798 const char * const type_start,
2906 ptrdiff_t offset_to_type_start = type_start - orig_format_chars;
3932 const char *type_start = format_chars;
4060 format_start, type_start,
3930 const char *type_start = format_chars; local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.cc 1947 const char * const type_start,
2754 const char * const type_start,
2862 ptrdiff_t offset_to_type_start = type_start - orig_format_chars;
3888 const char *type_start = format_chars;
4016 format_start, type_start,
3886 const char *type_start = format_chars; local
  /src/external/gpl3/gdb/dist/gdb/
stabsread.c 4278 const char *type_start = (*pp) - 1;
4304 type_start);
4274 const char *type_start = (*pp) - 1; local

Completed in 50 milliseconds