Home
last modified time | relevance | path

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

/third_party/re2/re2/
Dprog.cc28 set_out_opcode(out, kInstAlt); in InitAlt()
34 set_out_opcode(out, kInstByteRange); in InitByteRange()
42 set_out_opcode(out, kInstCapture); in InitCapture()
48 set_out_opcode(out, kInstEmptyWidth); in InitEmptyWidth()
Dprog.h129 void set_out_opcode(int out, InstOp opcode) { in set_out_opcode() function