Searched refs:PostVisit (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/re2/re2/testing/
H A Dnull_walker.cc16 bool PostVisit(Regexp* re, bool parent_arg, bool pre_arg,
33 bool NullWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, function in class:re2::NullWalker
/external/regex-re2/re2/testing/
H A Dnull_walker.cc16 bool PostVisit(Regexp* re, bool parent_arg, bool pre_arg,
33 bool NullWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, function in class:re2::NullWalker
/external/chromium_org/third_party/re2/re2/
H A Dmimics_pcre.cc40 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, function in class:re2::PCREWalker
117 bool PostVisit(Regexp* re, bool parent_arg, bool pre_arg,
134 bool EmptyStringWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, function in class:re2::EmptyStringWalker
H A Dwalker-inl.h7 // 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 o
104 template<typename T> T Regexp::Walker<T>::PostVisit(Regexp* re, function in class:re2::Regexp::Walker
[all...]
H A Dtostring.cc36 virtual int PostVisit(Regexp* re, int parent_arg, int pre_arg,
139 int ToStringWalker::PostVisit(Regexp* re, int parent_arg, int pre_arg, function in class:re2::ToStringWalker
H A Dsimplify.cc101 // PostVisit creates the simplified result.
107 virtual Regexp* PostVisit(Regexp* re,
173 Regexp* SimplifyWalker::PostVisit(Regexp* re, function in class:re2::SimplifyWalker
H A Dprefilter.cc483 virtual Info* PostVisit(
522 Prefilter::Info* Prefilter::Info::Walker::PostVisit( function in class:re2::Prefilter::Info::Walker
H A Dcompile.cc141 // 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, function in class:re2::Compiler
/external/regex-re2/re2/
H A Dmimics_pcre.cc40 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, function in class:re2::PCREWalker
117 bool PostVisit(Regexp* re, bool parent_arg, bool pre_arg,
134 bool EmptyStringWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, function in class:re2::EmptyStringWalker
H A Dwalker-inl.h7 // 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 o
104 template<typename T> T Regexp::Walker<T>::PostVisit(Regexp* re, function in class:re2::Regexp::Walker
[all...]
H A Dtostring.cc36 virtual int PostVisit(Regexp* re, int parent_arg, int pre_arg,
139 int ToStringWalker::PostVisit(Regexp* re, int parent_arg, int pre_arg, function in class:re2::ToStringWalker
H A Dsimplify.cc101 // PostVisit creates the simplified result.
107 virtual Regexp* PostVisit(Regexp* re,
173 Regexp* SimplifyWalker::PostVisit(Regexp* re, function in class:re2::SimplifyWalker
H A Dprefilter.cc491 virtual Info* PostVisit(
530 Prefilter::Info* Prefilter::Info::Walker::PostVisit( function in class:re2::Prefilter::Info::Walker
H A Dcompile.cc140 // 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, function in class:re2::Compiler
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DIntermTraverse.cpp87 it->visitBinary(PostVisit, this);
107 it->visitUnary(PostVisit, this);
157 it->visitAggregate(PostVisit, this);
193 it->visitSelection(PostVisit, this);
243 it->visitLoop(PostVisit, this);
263 it->visitBranch(PostVisit, this);
H A DDetectCallDepth.cpp43 case PostVisit:
63 visit = PostVisit;
103 } else if (visit == PostVisit) {
H A DDetectDiscontinuity.cpp31 else if (visit == PostVisit)
H A DRewriteElseBlocks.cpp68 if (visit == PostVisit)
H A DOutputGLSLBase.cpp68 else if (visit == PostVisit && postStr)
248 else if (visit == PostVisit)
H A DOutputHLSL.cpp2472 else if (visit == PostVisit)
2740 else if (visit == PostVisit)
2818 else if (visit == PostVisit)
H A DIntermNode.h674 PostVisit enumerator in enum:Visit
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp998 ExplodedNodeSet PostVisit; local
999 VisitCXXNewExpr(cast<CXXNewExpr>(S), Pred, PostVisit); local
1000 getCheckerManager().runCheckersForPostStmt(Dst, PostVisit, S, *this);

Completed in 707 milliseconds