Home
last modified time | relevance | path

Searched defs:InsIterator (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_accessor.h254 struct InsIterator { struct
255 InsIterator(const Circuit* circuit, In* in) : circuit_(circuit), in_(in) in InsIterator() function
271 InsIterator tmp = *this; argument
282 friend bool operator== (const InsIterator& a, const InsIterator& b) argument
293 In* in_;