Searched refs:localRef (Results 1 – 7 of 7) sorted by relevance
67 return localRef<T>(Offset); in getLocal()72 localRef<T>(Offset) = Value; in setLocal()120 template <typename T> T &localRef(unsigned Offset) { in localRef() function
319 @property bool localRef() const in localRef() function438 formattedWrite(output, " %s", irb[pc].localRef ? "local" : "global");
477 Group!DataIndex* source = re.ir[t.pc].localRef ? t.matches.ptr : backrefed.ptr; in with()692 Group!DataIndex* source = re.ir[t.pc].localRef ? t.matches.ptr : backrefed.ptr; in with()
637 auto referenced = re.ir[pc].localRef in BacktrackingMatcher()1415 mStr ~= ir[0].localRef
313 @property bool localRef() const in localRef() function441 formattedWrite(output, " %s", irb[pc].localRef ? "local" : "global");
477 Group!DataIndex* source = re.ir[t.pc].localRef ? t.matches.ptr : backrefed.ptr; in with()690 Group!DataIndex* source = re.ir[t.pc].localRef ? t.matches.ptr : backrefed.ptr; in with()
665 auto referenced = re.ir[pc].localRef in matchImpl()1439 mStr ~= ir[0].localRef in ctAtomCode()