Lines Matching refs:AllocInst
182 int AllocInst(int n);
249 int fail = AllocInst(1); in Compiler()
259 int Compiler::AllocInst(int n) { in AllocInst() function in re2::Compiler
337 int id = AllocInst(1); in Alt()
354 int id = AllocInst(1); in Star()
377 int id = AllocInst(1); in Quest()
393 int id = AllocInst(1); in ByteRange()
412 int id = AllocInst(1); in Nop()
421 int id = AllocInst(1); in Match()
430 int id = AllocInst(1); in EmptyWidth()
449 int id = AllocInst(2); in Capture()
520 int alt = AllocInst(1); in AddSuffix()