HomeSort by relevance Sort by last modified time
    Searched refs:PostVisit (Results 1 - 8 of 8) sorted by null

  /external/regex-re2/re2/testing/
null_walker.cc 16 bool PostVisit(Regexp* re, bool parent_arg, bool pre_arg,
33 bool NullWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg,
  /external/regex-re2/re2/
mimics_pcre.cc 40 bool PostVisit(Regexp* re, bool parent_arg, bool pre_arg, bool* child_args,
53 bool PCREWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg,
117 bool PostVisit(Regexp* re, bool parent_arg, bool pre_arg,
134 bool EmptyStringWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg,
walker-inl.h 7 // the PreVisit and PostVisit methods, which are called before
29 // The Arg* that PreVisit returns will be passed to PostVisit as pre_arg
34 // value from PreVisit is the return value from PostVisit.
41 // PostVisit takes ownership of pre_arg.
42 // PostVisit takes ownership of the Ts
44 // PostVisit passes ownership of its return value
46 // The default PostVisit simply returns pre_arg.
47 virtual T PostVisit(Regexp* re, T parent_arg, T pre_arg,
65 // Top_arg is passed as parent_arg to PreVisit and PostVisit of re.
66 // Returns the T returned by PostVisit on re
    [all...]
tostring.cc 36 virtual int PostVisit(Regexp* re, int parent_arg, int pre_arg,
139 int ToStringWalker::PostVisit(Regexp* re, int parent_arg, int pre_arg,
simplify.cc 101 // PostVisit creates the simplified result.
107 virtual Regexp* PostVisit(Regexp* re,
173 Regexp* SimplifyWalker::PostVisit(Regexp* re,
prefilter.cc 491 virtual Info* PostVisit(
530 Prefilter::Info* Prefilter::Info::Walker::PostVisit(
compile.cc 140 // children, PostVisit combines them to create the machine for
144 // visiting the node's children and PostVisit after visiting
147 Frag PostVisit(Regexp* re, Frag parent_arg, Frag pre_arg, Frag* child_args,
713 Frag Compiler::PostVisit(Regexp* re, Frag, Frag, Frag* child_frags,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]

Completed in 94 milliseconds