Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c2724 else if (tree opersize = TYPE_SIZE_UNIT (opertype)) in warn_placement_new_too_small() local
2731 if (TREE_CODE (opersize) == INTEGER_CST) in warn_placement_new_too_small()
2732 bytes_avail = wi::to_offset (opersize); in warn_placement_new_too_small()