Home
last modified time | relevance | path

Searched refs:Backref (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dir.d133Backref = 0b1_01011_00, //backreference to a group (that has to be pinned, i.e. locally…
314 assert(code == IR.Backref); in setLocalRef()
321 assert(code == IR.Backref); in localRef()
434 case IR.Backref: case IR.CodepointSet: case IR.Trie:
437 if (irb[pc].code == IR.Backref)
H A Dthompson.d472 static bool op(IR code:IR.Backref)(E* e, S* state)
481 t.pc += IRL!(IR.Backref); in with()
495 t.pc += IRL!(IR.Backref); in with()
687 static bool op(IR code:IR.Backref)(E* e, S* state)
696 t.pc += IRL!(IR.Backref); in with()
707 && code != IR.Trie && code != IR.Char && code != IR.Any && code != IR.Backref)
H A Dbacktracking.d635 case IR.Backref: in BacktrackingMatcher()
1202 else if (ir[pc].code == IR.Backref)
1413 case IR.Backref:
H A Dparser.d1492 g.put(Bytecode(IR.Backref, nref-localLimit)); in parseEscape()
1496 g.put(Bytecode(IR.Backref, nref)); in parseEscape()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dir.d124Backref = 0b1_01011_00, //backreference to a group (that has to be pinned, i.e. locally…
308 assert(code == IR.Backref); in setLocalRef()
315 assert(code == IR.Backref); in localRef()
437 case IR.Backref: case IR.CodepointSet: case IR.Trie:
440 if (irb[pc].code == IR.Backref)
H A Dthompson.d472 static bool op(IR code:IR.Backref)(E e, S* state)
481 t.pc += IRL!(IR.Backref); in with()
495 t.pc += IRL!(IR.Backref); in with()
685 static bool op(IR code:IR.Backref)(E e, S* state)
694 t.pc += IRL!(IR.Backref); in with()
705 && code != IR.Trie && code != IR.Char && code != IR.Any && code != IR.Backref)
H A Dbacktracking.d663 case IR.Backref: in matchImpl()
1226 else if (ir[pc].code == IR.Backref) in ctQuickTest()
1437 case IR.Backref: in ctAtomCode()
H A Dparser.d986 g.put(Bytecode(IR.Backref, nref-localLimit)); in parseEscape()
990 g.put(Bytecode(IR.Backref, nref)); in parseEscape()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmangle.d241 Backref backref;
246 this.backref = Backref(rootType);
1056 private struct Backref struct
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp1219 std::string Backref = std::string("\\") + std::string(1, '0' + BackrefNum); in AddBackrefToRegEx() local
1220 RegExStr += Backref; in AddBackrefToRegEx()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20131989 * include/bits/regex_automaton.tcc: Backref automaton support.