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

Method has_uncertain_call_recursive

src/ExpressionFuncall.cpp:198–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198bool
199ExpressionFuncall::has_uncertain_call_recursive(void) const
200{
201 return invoke.has_uncertain_call_recursive();
202}
203
204/*
205 * return the const/volatile qualifiers for function calls

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected