Home
last modified time | relevance | path

Searched refs:use_obj_size (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c2599 bool use_obj_size = false; in warn_placement_new_too_small() local
2631 use_obj_size = true; in warn_placement_new_too_small()
2657 if (!use_obj_size && CONSTANT_CLASS_P (adj)) in warn_placement_new_too_small()
2661 use_obj_size = true; in warn_placement_new_too_small()
2714 if ((VAR_P (oper) || use_obj_size) in warn_placement_new_too_small()
2722 exact_size = !use_obj_size; in warn_placement_new_too_small()