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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
flexible-array-member.c 32 struct zero_size_only struct
39 struct zero_size_only *zso;
51 zso = (struct zero_size_only *) malloc (sizeof (*zso) + 3 * sizeof (int));
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
flexible-array-member.c 32 struct zero_size_only struct
39 struct zero_size_only *zso;
51 zso = (struct zero_size_only *) malloc (sizeof (*zso) + 3 * sizeof (int));
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
flexible-array-member.c 32 struct zero_size_only struct
39 struct zero_size_only *zso;
51 zso = (struct zero_size_only *) malloc (sizeof (*zso) + 3 * sizeof (int));
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
flexible-array-member.c 32 struct zero_size_only struct
39 struct zero_size_only *zso;
51 zso = (struct zero_size_only *) malloc (sizeof (*zso) + 3 * sizeof (int));

Completed in 24 milliseconds