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

Method visit_facts

src/ExpressionComma.cpp:94–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94bool
95ExpressionComma::visit_facts(vector<const Fact*>& inputs, CGContext& cg_context) const
96{
97 if (!lhs.visit_facts(inputs, cg_context)) {
98 return false;
99 }
100 return rhs.visit_facts(inputs, cg_context);
101}
102
103vector<const ExpressionVariable*>
104ExpressionComma::get_dereferenced_ptrs(void) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected