/external/chromium_org/third_party/re2/re2/testing/ |
H A D | 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, function in class:re2::NullWalker
|
/external/regex-re2/re2/testing/ |
H A D | 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, function in class:re2::NullWalker
|
/external/chromium_org/third_party/re2/re2/ |
H A D | 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, 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 D | 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 o 104 template<typename T> T Regexp::Walker<T>::PostVisit(Regexp* re, function in class:re2::Regexp::Walker [all...] |
H A D | 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, function in class:re2::ToStringWalker
|
H A D | simplify.cc | 101 // PostVisit creates the simplified result. 107 virtual Regexp* PostVisit(Regexp* re, 173 Regexp* SimplifyWalker::PostVisit(Regexp* re, function in class:re2::SimplifyWalker
|
H A D | prefilter.cc | 483 virtual Info* PostVisit( 522 Prefilter::Info* Prefilter::Info::Walker::PostVisit( function in class:re2::Prefilter::Info::Walker
|
H A D | 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, function in class:re2::Compiler
|
/external/regex-re2/re2/ |
H A D | 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, 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 D | 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 o 104 template<typename T> T Regexp::Walker<T>::PostVisit(Regexp* re, function in class:re2::Regexp::Walker [all...] |
H A D | 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, function in class:re2::ToStringWalker
|
H A D | simplify.cc | 101 // PostVisit creates the simplified result. 107 virtual Regexp* PostVisit(Regexp* re, 173 Regexp* SimplifyWalker::PostVisit(Regexp* re, function in class:re2::SimplifyWalker
|
H A D | prefilter.cc | 491 virtual Info* PostVisit( 530 Prefilter::Info* Prefilter::Info::Walker::PostVisit( function in class:re2::Prefilter::Info::Walker
|
H A D | 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, function in class:re2::Compiler
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
H A D | IntermTraverse.cpp | 87 it->visitBinary(PostVisit, this); 107 it->visitUnary(PostVisit, this); 155 it->visitAggregate(PostVisit, this); 187 it->visitSelection(PostVisit, this); 237 it->visitLoop(PostVisit, this); 257 it->visitBranch(PostVisit, this);
|
H A D | DetectCallDepth.cpp | 43 case PostVisit: 63 visit = PostVisit; 103 } else if (visit == PostVisit) {
|
H A D | DetectDiscontinuity.cpp | 31 else if (visit == PostVisit)
|
H A D | RewriteElseBlocks.cpp | 50 if (visit == PostVisit)
|
H A D | OutputGLSLBase.cpp | 70 else if (visit == PostVisit && postStr) 243 else if (visit == PostVisit)
|
H A D | intermediate.h | 622 PostVisit enumerator in enum:Visit
|
H A D | OutputHLSL.cpp | 2962 else if (visit == PostVisit) 3230 else if (visit == PostVisit)
|
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 998 ExplodedNodeSet PostVisit; local 999 VisitCXXNewExpr(cast<CXXNewExpr>(S), Pred, PostVisit); local 1000 getCheckerManager().runCheckersForPostStmt(Dst, PostVisit, S, *this);
|