Searched refs:size_as_int (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dtree-optimize.c486 unsigned int size_as_int
489 if (compare_tree_int (TYPE_SIZE_UNIT (ret_type), size_as_int) == 0)
491 fndecl, size_as_int);
485 unsigned int size_as_int local
H A Dstor-layout.c467 int size_as_int = TREE_INT_CST_LOW (size);
469 if (compare_tree_int (size, size_as_int) == 0)
470 warning (0, "size of %q+D is %d bytes", decl, size_as_int);
464 int size_as_int = TREE_INT_CST_LOW (size); local

Completed in 74 milliseconds