Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dinit.c2522 bool use_obj_size = false; in warn_placement_new_too_small() local
2553 use_obj_size = true; in warn_placement_new_too_small()
2579 if (!use_obj_size && CONSTANT_CLASS_P (adj)) in warn_placement_new_too_small()
2583 use_obj_size = true; in warn_placement_new_too_small()
2634 if ((VAR_P (oper) || use_obj_size) in warn_placement_new_too_small()
2642 exact_size = !use_obj_size; in warn_placement_new_too_small()