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

Method FactPointTo

src/FactPointTo.cpp:368–374  ·  view source on GitHub ↗

////////////////////////////////////////////////////////////////////////// * */

Source from the content-addressed store, hash-verified

366 *
367 */
368FactPointTo::FactPointTo(const Variable* v) :
369 Fact(ePointTo),
370 var(v)
371{
372 // every pointer starts from un-initialized state
373 point_to_vars.push_back(garbage_ptr);
374}
375
376/*
377 *

Callers

nothing calls this directly

Calls 1

get_varMethod · 0.45

Tested by

no test coverage detected