Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dprog.cc45 set_opcode(kInstMatch); in InitMatch()
51 set_opcode(kInstNop); in InitNop()
56 set_opcode(kInstFail); in InitFail()
225 ip->set_opcode(kInstAltMatch); in Optimize()
231 ip->set_opcode(kInstAltMatch); in Optimize()
Dprog.h129 void set_opcode(InstOp opcode) { in set_opcode() function