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

  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 1797 static GTY(()) tree last_structptr_types[builtin_structptr_type_count];
1842 const unsigned nlst = ARRAY_SIZE (last_structptr_types);
1877 if (last_structptr_types[j])
1879 if (!comptypes (last_structptr_types[j], newtype))
1882 *strict = last_structptr_types[j];
1886 last_structptr_types[j] = newtype;
1784 static GTY(()) tree last_structptr_types[builtin_structptr_type_count]; variable
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 1679 static GTY(()) tree last_structptr_types[builtin_structptr_type_count];
1725 = sizeof last_structptr_types / sizeof last_structptr_types[0];
1761 if (last_structptr_types[j])
1763 if (!comptypes (last_structptr_types[j], newtype))
1766 *strict = last_structptr_types[j];
1770 last_structptr_types[j] = newtype;
1666 static GTY(()) tree last_structptr_types[builtin_structptr_type_count]; variable

Completed in 39 milliseconds