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 D | ir.d | 133 …Backref = 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 D | thompson.d | 472 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 D | backtracking.d | 635 case IR.Backref: in BacktrackingMatcher() 1202 else if (ir[pc].code == IR.Backref) 1413 case IR.Backref:
|
| H A D | parser.d | 1492 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 D | ir.d | 124 …Backref = 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 D | thompson.d | 472 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 D | backtracking.d | 663 case IR.Backref: in matchImpl() 1226 else if (ir[pc].code == IR.Backref) in ctQuickTest() 1437 case IR.Backref: in ctAtomCode()
|
| H A D | parser.d | 986 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 D | dmangle.d | 241 Backref backref; 246 this.backref = Backref(rootType); 1056 private struct Backref struct
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 1219 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 D | ChangeLog-2013 | 1989 * include/bits/regex_automaton.tcc: Backref automaton support.
|