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

Method bitsPointers

ir/function.h:184–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183 bool hasReturn() const;
184 unsigned bitsPointers() const { return bits_pointers; }
185 unsigned bitsPtrOffset() const { return bits_ptr_offset; }
186 bool isLittleEndian() const { return little_endian; }
187 bool isVarArgs() const { return is_var_args; }

Callers 1

initBitsProgramPointerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected