Searched refs:bytes_need (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | init.c | 2786 offset_int bytes_need; in warn_placement_new_too_small() local 2792 bytes_need = wi::to_offset (size); in warn_placement_new_too_small() 2794 bytes_need = (wi::to_offset (nelts) in warn_placement_new_too_small() 2797 bytes_need = wi::to_offset (TYPE_SIZE_UNIT (type)); in warn_placement_new_too_small() 2804 if (bytes_avail < bytes_need) in warn_placement_new_too_small() 2816 type, tree_to_uhwi (nelts), bytes_need.to_uhwi (), in warn_placement_new_too_small() 2827 type, bytes_need.to_uhwi (), opertype, in warn_placement_new_too_small() 2837 type, bytes_need.to_uhwi (), opertype, in warn_placement_new_too_small()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | init.cc | 2836 offset_int bytes_need; in warn_placement_new_too_small() local 2839 bytes_need = wi::to_offset (size); in warn_placement_new_too_small() 2841 bytes_need = (wi::to_offset (nelts) in warn_placement_new_too_small() 2844 bytes_need = wi::to_offset (TYPE_SIZE_UNIT (type)); in warn_placement_new_too_small() 2851 if (bytes_avail >= bytes_need) in warn_placement_new_too_small() 2875 bytes_need.to_uhwi (), in warn_placement_new_too_small() 2887 type, bytes_need.to_uhwi (), opertype, in warn_placement_new_too_small() 2899 type, bytes_need.to_uhwi (), opertype, in warn_placement_new_too_small()
|