prog.h | 51 kInstAlt = 0, // choose between out_ and out1_ 52 kInstAltMatch, // Alt: out_ is [00-FF] and back, out1_ is match; or vice versa. 86 Inst() : out_opcode_(0), out1_(0) { } 101 int out1() { DCHECK(opcode() == kInstAlt || opcode() == kInstAltMatch); return out1_; } 143 uint32 out1_; // opcode == kInstAlt member in union:re2::Prog::Inst::__anon19513
|