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

Method get_qualifiers

src/ExpressionFuncall.cpp:207–211  ·  view source on GitHub ↗

* return the const/volatile qualifiers for function calls */

Source from the content-addressed store, hash-verified

205 * return the const/volatile qualifiers for function calls
206 */
207CVQualifiers
208ExpressionFuncall::get_qualifiers(void) const
209{
210 return invoke.get_qualifiers();
211}
212
213/*
214 * return if a variable is referenced in this expression

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected