MCPcopy Create free account
hub / github.com/ai-techsystems/deepC / begin

Method begin

include/graph/node.h:176–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 int pos;
175 inline void next(const opNode *ref) { ++pos; }
176 inline void begin(const opNode *ref) { pos = 0; }
177 inline void end(const opNode *ref) { pos = ref->_attributes.size(); }
178 inline nodeAttribute &get(opNode *ref) { return ref->_attributes[pos]; }
179 inline const nodeAttribute &get(const opNode *ref) {

Callers 1

irTypeDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected