MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / isNoWrite

Method isNoWrite

ir/pointer.cpp:909–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

907}
908
909expr Pointer::isNoWrite() const {
910 GET_ATTR(has_nowrite, (unsigned)has_nocapture + (unsigned)has_noread);
911}
912
913expr Pointer::isBasedOnArg() const {
914 GET_ATTR(has_ptr_arg, (unsigned)has_nocapture + (unsigned)has_noread +

Callers 2

computeAliasingMethod · 0.80
isDereferenceableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected