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

Method get_lvars

src/Lhs.cpp:193–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void
194Lhs::get_lvars(const vector<const Fact*>& facts, vector<const Variable*>& vars) const
195{
196 vars = FactPointTo::merge_pointees_of_pointer(get_var()->get_collective(), get_indirect_level(), facts);
197}
198
199/*
200 *

Callers

nothing calls this directly

Calls 1

get_collectiveMethod · 0.45

Tested by

no test coverage detected