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

Method setAttrs

ir/pointer.cpp:918–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916}
917
918Pointer Pointer::setAttrs(const ParamAttrs &attr) const {
919 return { m, getBid(), getOffset(), getAttrs() | attr_to_bitvec(attr) };
920}
921
922Pointer Pointer::setIsBasedOnArg() const {
923 unsigned idx = (unsigned)has_nocapture + (unsigned)has_noread +

Callers 1

mkInputMethod · 0.80

Calls 1

attr_to_bitvecFunction · 0.85

Tested by

no test coverage detected