Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dcompile.cc182 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()
[all …]
/external/llvm/docs/tutorial/
DOCamlLangImpl7.rst328 ``AllocInst*``'s as ``Llvm.llvalue``'s, but this may change in the future