Searched refs:object_sizes (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dtree-object-size.c59 /* object_sizes[0] is upper bound for number of bytes till the end of
61 object_sizes[1] is upper bound for number of bytes till the end of
63 object_sizes[2] is lower bound for number of bytes till the end of
64 the object and object_sizes[3] lower bound for subobject. */
65 static unsigned HOST_WIDE_INT *object_sizes[4]; variable
342 && object_sizes[object_size_type] != NULL)
438 if (object_sizes[object_size_type][i]
448 object_sizes[object_size_type][i]);
456 return object_sizes[object_size_type][SSA_NAME_VERSION (ptr)];
463 /* Compute object_sizes fo
[all...]

Completed in 67 milliseconds