Home
last modified time | relevance | path

Searched refs:orStart (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dparser.d435 uint len, orStart; in fixAlternation() local
440 orStart = 0; in fixAlternation()
445 orStart = fix + ir[fix].length; in fixAlternation()
447 insertInPlace(ir, orStart, Bytecode(IR.OrStart, 0), Bytecode(IR.Option, len)); in fixAlternation()
448 assert(ir[orStart].code == IR.OrStart); in fixAlternation()
450 fixupStack.push(orStart); //fixup for StartOR in fixAlternation()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dparser.d516 uint len, orStart; in fixAlternation() local
521 orStart = 0; in fixAlternation()
526 orStart = fix + ir[fix].length; in fixAlternation()
528 insertInPlace(ir, orStart, Bytecode(IR.OrStart, 0), Bytecode(IR.Option, len)); in fixAlternation()
529 assert(ir[orStart].code == IR.OrStart); in fixAlternation()
531 fixupStack.push(orStart); //fixup for StartOR in fixAlternation()