Lines Matching defs:out
89 void InitAlt(uint32 out, uint32 out1);
90 void InitByteRange(int lo, int hi, int foldcase, uint32 out);
91 void InitCapture(int cap, uint32 out);
92 void InitEmptyWidth(EmptyOp empty, uint32 out);
94 void InitNop(uint32 out);
100 int out() { return out_opcode_>>3; }
110 return p->inst(out())->opcode() == kInstByteRange;
130 out_opcode_ = (out()<<3) | opcode;
133 void set_out(int out) {
134 out_opcode_ = (out<<3) | opcode();
137 void set_out_opcode(int out, InstOp opcode) {
138 out_opcode_ = (out<<3) | opcode;
141 uint32 out_opcode_; // 29 bits of out, 3 (low) bits opcode
269 // If the DFA runs out of memory, sets *failed to true and returns false.
278 // Usually the DFA is built out incrementally, as needed, which