Home | History | Annotate | Download | only in re2

Lines Matching defs:arg

27   int arg;
44 void Push(int id, const char* p, int arg);
119 // Push the triple (id, p, arg) onto the stack, growing it if necessary.
120 void BitState::Push(int id, const char* p, int arg) {
129 // Only check ShouldVisit when arg == 0.
130 // When arg > 0, we are continuing a previous visit.
131 if (arg == 0 && !ShouldVisit(id, p))
137 j->arg = arg;
152 int arg = job_[njob_].arg;
156 // the loop simply updates ip, p, and arg
169 // << (p - text_.begin()) << " " << arg;
174 LOG(DFATAL) << "Unexpected opcode: " << ip->opcode() << " arg " << arg;
184 // ip with arg==1 as a reminder to push ip->out1() later.
185 switch (arg) {
193 arg = 0;
197 LOG(DFATAL) << "Bad arg in kInstCapture: " << arg;
227 switch (arg) {
242 LOG(DFATAL) << "Bad arg in kInstCapture: " << arg;