Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dbacktracking.d1066 string testCode; in ctGenFixupCode() local
1078 testCode = ctQuickTest(ir[IRL!(IR.InfiniteEnd) .. $],addr + 1); in ctGenFixupCode()
1093 goto case;`, ir[1].raw, testCode, saveCode(addr+1), fixup, in ctGenFixupCode()
1099 testCode = ctQuickTest(ir[IRL!(IR.InfiniteBloomEnd) .. $],addr + 1); in ctGenFixupCode()
1114 goto case;`, ir[1].raw, testCode, saveCode(addr+1), fixup, in ctGenFixupCode()
1119 testCode = ctQuickTest(ir[IRL!(IR.InfiniteEnd) .. $],addr + 1); in ctGenFixupCode()
1120 auto altCode = testCode.length ? ctSub("else goto case $$;", fixup) : ""; in ctGenFixupCode()
1137 testCode, saveCode(addr+1), addr+2, altCode, in ctGenFixupCode()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dbacktracking.d1042 string testCode;
1054 testCode = ctQuickTest(ir[IRL!(IR.InfiniteEnd) .. $],addr + 1);
1069 goto case;`, ir[1].raw, testCode, saveCode(addr+1), fixup,
1075 testCode = ctQuickTest(ir[IRL!(IR.InfiniteBloomEnd) .. $],addr + 1);
1090 goto case;`, ir[1].raw, testCode, saveCode(addr+1), fixup,
1095 testCode = ctQuickTest(ir[IRL!(IR.InfiniteEnd) .. $],addr + 1);
1096 auto altCode = testCode.length ? ctSub("else goto case $$;", fixup) : "";
1113 testCode, saveCode(addr+1), addr+2, altCode,