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

Method is_global

src/ArrayVariable.cpp:427–431  ·  view source on GitHub ↗

--------------------------------------------------------------

Source from the content-addressed store, hash-verified

425
426// --------------------------------------------------------------
427bool
428ArrayVariable::is_global(void) const
429{
430 return parent == 0;
431}
432
433// -------------------------------------------------------------
434bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected