MCPcopy Create free account
hub / github.com/csmith-project/csmith / is_array_field

Method is_array_field

src/Variable.cpp:265–272  ·  view source on GitHub ↗

* return if this is the field of an array member */

Source from the content-addressed store, hash-verified

263 * return if this is the field of an array member
264 */
265bool
266Variable::is_array_field(void) const
267{
268 if (field_var_of) {
269 return field_var_of->is_array_field();
270 }
271 return isArray;
272}
273
274/*
275 * return if this is the field of an pre-itemized array member

Callers 3

read_indicesMethod · 0.80
is_pointing_to_localsMethod · 0.80
OutputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected