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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-arch.exp 81 set fullsize [expr 8 * $size]
82 gdb_test_no_output "python t = arch.integer_type($fullsize$sign)" \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-arch.exp 83 set fullsize [expr 8 * $size]
84 gdb_test_no_output "python t = arch.integer_type($fullsize$sign)" \
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-structalias.cc 91 2. "fullsize", that tells the size in bits of the entire structure.
105 foo.a -> id 1, size 32, offset 0, fullsize 64, next foo.b
106 foo.b -> id 2, size 32, offset 32, fullsize 64, next NULL
107 bar -> id 3, size 32, offset 0, fullsize 32, next NULL
308 unsigned HOST_WIDE_INT fullsize; member in struct:variable_info
443 vi->fullsize = 2;
450 vi2->fullsize = 2;
2996 vi->fullsize = -1;
3379 if (maybe_lt (poly_uint64 (bitpos), get_varinfo (result.var)->fullsize)
3980 vi->fullsize = ~0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-structalias.cc 91 2. "fullsize", that tells the size in bits of the entire structure.
105 foo.a -> id 1, size 32, offset 0, fullsize 64, next foo.b
106 foo.b -> id 2, size 32, offset 32, fullsize 64, next NULL
107 bar -> id 3, size 32, offset 0, fullsize 32, next NULL
307 unsigned HOST_WIDE_INT fullsize; member in struct:variable_info
442 vi->fullsize = 2;
449 vi2->fullsize = 2;
2963 vi->fullsize = -1;
3346 if (maybe_lt (poly_uint64 (bitpos), get_varinfo (result.var)->fullsize)
3947 vi->fullsize = ~0
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
glob.c 1321 size_t fullsize;
1323 = (! size_add_wrapv (dirlen + 1, patlen + 1, &fullsize)
1324 && glob_use_alloca (alloca_used, fullsize));
1327 fullname = alloca_account (fullsize, alloca_used);
1330 fullname = malloc (fullsize);
1320 size_t fullsize; local
  /src/external/gpl3/gdb.old/dist/gnulib/import/
glob.c 1321 size_t fullsize;
1323 = (! size_add_wrapv (dirlen + 1, patlen + 1, &fullsize)
1324 && glob_use_alloca (alloca_used, fullsize));
1327 fullname = alloca_account (fullsize, alloca_used);
1330 fullname = malloc (fullsize);
1320 size_t fullsize; local
  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 10091 my $fullsize;
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 10091 my $fullsize;

Completed in 60 milliseconds