Searched refs:InstOp (Results 1 - 1 of 1) sorted by relevance

/external/regex-re2/re2/
H A Dprog.h50 enum InstOp { enum in namespace:re2
99 InstOp opcode() { return static_cast<InstOp>(out_opcode_&7); }
129 void set_opcode(InstOp opcode) {
137 void set_out_opcode(int out, InstOp opcode) {

Completed in 116 milliseconds