Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dbacktracking.d939 r.code = ctGenFixupCode(ir[0 .. ir[0].length], addr, r.addr) ~ r.code; in ctGenGroup()
940 r.code ~= ctGenFixupCode(nir, r.addr, addr+1); in ctGenGroup()
1033 r.code = ctGenFixupCode(ir[0 .. ir[0].length], addr, r.addr+1) ~ r.code; in ctGenAlternation()
1059 string ctGenFixupCode(const(Bytecode)[] ir, int addr, int fixup) in ctGenFixupCode() function
1061 return ctGenFixupCode(ir, addr, fixup); // call ref Bytecode[] version in ctGenFixupCode()
1063 string ctGenFixupCode(ref const(Bytecode)[] ir, int addr, int fixup) in ctGenFixupCode() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dbacktracking.d915 r.code = ctGenFixupCode(ir[0 .. ir[0].length], addr, r.addr) ~ r.code;
916 r.code ~= ctGenFixupCode(nir, r.addr, addr+1);
1009 r.code = ctGenFixupCode(ir[0 .. ir[0].length], addr, r.addr+1) ~ r.code;
1035 string ctGenFixupCode(Bytecode[] ir, int addr, int fixup)
1037 return ctGenFixupCode(ir, addr, fixup); // call ref Bytecode[] version
1039 string ctGenFixupCode(ref Bytecode[] ir, int addr, int fixup)