Searched refs:size_as_int (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree-optimize.c | 485 unsigned int size_as_int in tree_rest_of_compilation() local 488 if (compare_tree_int (TYPE_SIZE_UNIT (ret_type), size_as_int) == 0) in tree_rest_of_compilation() 490 fndecl, size_as_int); in tree_rest_of_compilation()
|
H A D | stor-layout.c | 464 int size_as_int = TREE_INT_CST_LOW (size); in layout_decl() local 466 if (compare_tree_int (size, size_as_int) == 0) in layout_decl() 467 warning (0, "size of %q+D is %d bytes", decl, size_as_int); in layout_decl()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | stor-layout.c | 484 unsigned int size_as_int = TREE_INT_CST_LOW (size); local 486 if (compare_tree_int (size, size_as_int) == 0) 487 warning_with_decl (decl, "size of `%s' is %d bytes", size_as_int);
|
H A D | c-decl.c | 6733 unsigned int size_as_int local 6736 if (compare_tree_int (TYPE_SIZE_UNIT (ret_type), size_as_int) == 0) 6739 size_as_int);
|