Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
542
bool
543
Variable::is_const(void) const
544
{
545
return is_const_after_deref(0);
546
}
547
548
bool
549
Variable::is_volatile(void) const
Callers
9
find_dangling_global_ptrs
Method · 0.45
read_var
Method · 0.45
get_qualifiers
Method · 0.45
is_const_struct_union
Method · 0.45
check_write_var
Method · 0.45
in_conflict
Method · 0.45
record_type_with_bitfields
Method · 0.45
create_field_vars
Method · 0.45
select_array
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected