Searched refs:set_out_opcode (Results 1 – 4 of 4) sorted by relevance
/external/regex-re2/re2/ |
D | prog.cc | 19 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()
|
D | prog.h | 137 void set_out_opcode(int out, InstOp opcode) { in set_out_opcode() function
|
/external/chromium_org/third_party/re2/re2/ |
D | prog.cc | 19 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()
|
D | prog.h | 137 void set_out_opcode(int out, InstOp opcode) { in set_out_opcode() function
|