Searched refs:child_args (Results 1 - 8 of 8) sorted by relevance
/external/regex-re2/re2/ |
H A D | mimics_pcre.cc | 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[ 53 PostVisit(Regexp* re, bool parent_arg, bool pre_arg, bool* child_args, int nchild_args) argument 134 PostVisit(Regexp* re, bool parent_arg, bool pre_arg, bool* child_args, int nchild_args) argument [all...] |
H A D | walker-inl.h | 40 // The child_args is a vector of the T that the child PostVisits returned. 43 // in *child_args, but not the vector itself. 48 T* child_args, int nchild_args); 107 T* child_args, 122 child_args(NULL) { } 128 T child_arg; // One-element buffer for child_args. 129 T* child_args; member in struct:re2::WalkState 149 delete stack_->top().child_args; 185 s->child_args = NULL; 187 s->child_args 104 PostVisit(Regexp* re, T parent_arg, T pre_arg, T* child_args, int nchild_args) argument [all...] |
H A D | simplify.cc | 102 // The child_args are simplified Regexp*s. 110 Regexp** child_args, int nchild_args); 176 Regexp** child_args, 204 Regexp* newsub = child_args[i]; 212 Regexp* newsub = child_args[i]; 222 nre_subs[i] = child_args[i]; 228 Regexp* newsub = child_args[0]; 245 Regexp* newsub = child_args[0]; 271 Regexp* newsub = child_args[0]; 173 PostVisit(Regexp* re, Regexp* parent_arg, Regexp* pre_arg, Regexp** child_args, int nchild_args) argument
|
H A D | prefilter.cc | 494 Info** child_args, int nchild_args); 532 Prefilter::Info* pre_arg, Prefilter::Info** child_args, 590 Info* ci = child_args[i]; // child info 608 info = child_args[0]; 610 info = Alt(info, child_args[i]); 615 info = Star(child_args[0]); 619 info = Quest(child_args[0]); 623 info = Plus(child_args[0]); 637 info = child_args[0]; 530 PostVisit( Regexp* re, Prefilter::Info* parent_arg, Prefilter::Info* pre_arg, Prefilter::Info** child_args, int nchild_args) argument
|
H A D | tostring.cc | 30 // The child_args are always NULL. 37 int* child_args, int nchild_args); 140 int* child_args, int nchild_args) { 139 PostVisit(Regexp* re, int parent_arg, int pre_arg, int* child_args, int nchild_args) argument
|
H A D | compile.cc | 141 // the current node. The child_args are Frags. 147 Frag PostVisit(Regexp* re, Frag parent_arg, Frag pre_arg, Frag* child_args,
|
/external/regex-re2/re2/testing/ |
H A D | null_walker.cc | 17 bool* child_args, int nchild_args); 29 // Called after visiting re's children. child_args contains the return 34 bool* child_args, int nchild_args) { 33 PostVisit(Regexp* re, bool parent_arg, bool pre_arg, bool* child_args, int nchild_args) argument
|
/external/selinux/libsepol/cil/src/ |
H A D | cil_fqn.c | 74 struct cil_fqn_args child_args; local 92 child_args.node = node; 93 child_args.len = newlen; 94 strcpy(child_args.prefix, fqn_args->prefix); 95 strcat(child_args.prefix, datum->name); 96 strcat(child_args.prefix, "."); 111 rc = cil_symtab_map(&(block->symtab[i]), __cil_fqn_qualify_decls, &child_args); 119 rc = cil_symtab_map(&(block->symtab[CIL_SYM_BLOCKS]), __cil_fqn_qualify_blocks, &child_args); 123 cil_log(CIL_ERR,"Problem qualifying names in block at line %d of %s\n", child_args.node->line, child_args [all...] |
Completed in 236 milliseconds