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

Method update_purity

src/Effect.cpp:602–607  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

600 *
601 */
602void
603Effect::update_purity(void)
604{
605 if (has_global_effect())
606 pure = false;
607}
608
609/*
610 * Return true if read_vars or write_vars has global variables.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected