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

Method size

src/FactPointTo.cpp:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170int
171FactPointTo::size() const
172{
173 return point_to_vars.size();
174}
175
176vector<const Fact*>
177FactPointTo::rhs_to_lhs_transfer(const vector<const Fact*>& facts, const vector<const Variable*>& lvars, const Expression* rhs)

Callers 15

get_sequenceMethod · 0.80
sequence_lengthMethod · 0.80
to_idMethod · 0.80
equalsMethod · 0.80
visit_factsMethod · 0.80
get_fact_mgr_for_funcFunction · 0.80
find_function_by_nameFunction · 0.80
find_function_in_setFunction · 0.80
find_blk_for_varFunction · 0.80
is_var_on_stackMethod · 0.80
is_var_oosMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected