Home
last modified time | relevance | path

Searched refs:localRef (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpFrame.h67 return localRef<T>(Offset); in getLocal()
72 localRef<T>(Offset) = Value; in setLocal()
120 template <typename T> T &localRef(unsigned Offset) { in localRef() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dir.d319 @property bool localRef() const in localRef() function
438 formattedWrite(output, " %s", irb[pc].localRef ? "local" : "global");
H A Dthompson.d477 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()
H A Dbacktracking.d637 auto referenced = re.ir[pc].localRef in BacktrackingMatcher()
1415 mStr ~= ir[0].localRef
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dir.d313 @property bool localRef() const in localRef() function
441 formattedWrite(output, " %s", irb[pc].localRef ? "local" : "global");
H A Dthompson.d477 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()
H A Dbacktracking.d665 auto referenced = re.ir[pc].localRef in matchImpl()
1439 mStr ~= ir[0].localRef in ctAtomCode()