Home | History | Annotate | Download | only in re2

Lines Matching refs:child_args

40   bool PostVisit(Regexp* re, bool parent_arg, bool pre_arg, bool* child_args,
51 // the return values in child_args. So child_args contains whether
54 bool* child_args, int nchild_args) {
57 if (!child_args[i])
118 bool* child_args, int nchild_args);
130 // Called after visiting re's children. child_args contains the return
135 bool* child_args, int nchild_args) {
159 if (!child_args[i])
165 if (child_args[i])
171 return child_args[0];
174 return child_args[0] || re->min() == 0;