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

Method get_qualifiers

src/ExpressionVariable.cpp:195–200  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

193 *
194 */
195CVQualifiers
196ExpressionVariable::get_qualifiers(void) const
197{
198 int indirect = get_indirect_level();
199 return var.qfer.indirect_qualifiers(indirect);
200}
201
202/*
203 *

Callers

nothing calls this directly

Calls 1

indirect_qualifiersMethod · 0.80

Tested by

no test coverage detected