Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dprog.cc19 set_out_opcode(out, kInstAlt); in InitAlt()
25 set_out_opcode(out, kInstByteRange); in InitByteRange()
33 set_out_opcode(out, kInstCapture); in InitCapture()
39 set_out_opcode(out, kInstEmptyWidth); in InitEmptyWidth()
Dprog.h137 void set_out_opcode(int out, InstOp opcode) { in set_out_opcode() function