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

Method is_const

src/Variable.cpp:542–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540}
541
542bool
543Variable::is_const(void) const
544{
545 return is_const_after_deref(0);
546}
547
548bool
549Variable::is_volatile(void) const

Callers 9

read_varMethod · 0.45
get_qualifiersMethod · 0.45
is_const_struct_unionMethod · 0.45
check_write_varMethod · 0.45
in_conflictMethod · 0.45
create_field_varsMethod · 0.45
select_arrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected