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

  /external/chromium_org/third_party/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/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/chromium_org/third_party/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 141 // children, PostVisit combines them to create the machine for
145 // visiting the node's children and PostVisit after visiting
148 Frag PostVisit(Regexp* re, Frag parent_arg, Frag pre_arg, Frag* child_args,
714 Frag Compiler::PostVisit(Regexp* re, Frag, Frag, Frag* child_frags,
    [all...]
  /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/chromium_org/third_party/angle/src/compiler/
IntermTraverse.cpp 19 // preVisit, postVisit, and rightToLeft control what order
86 if (visit && it->postVisit)
87 it->visitBinary(PostVisit, this);
106 if (visit && it->postVisit)
107 it->visitUnary(PostVisit, this);
154 if (visit && it->postVisit)
155 it->visitAggregate(PostVisit, this);
186 if (visit && it->postVisit)
187 it->visitSelection(PostVisit, this);
236 if (visit && it->postVisit)
    [all...]
DetectCallDepth.cpp 43 case PostVisit:
63 visit = PostVisit;
103 } else if (visit == PostVisit) {
DetectDiscontinuity.cpp 31 else if (visit == PostVisit)
OutputGLSLBase.cpp 68 else if (visit == PostVisit && postStr)
217 else if (visit == PostVisit)
intermediate.h 565 PostVisit
580 TIntermTraverser(bool preVisit = true, bool inVisit = false, bool postVisit = false, bool rightToLeft = false) :
583 postVisit(postVisit),
624 const bool postVisit;
OutputHLSL.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]

Completed in 1295 milliseconds