/external/regex-re2/re2/ |
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, in PostVisit() function in 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, in PostVisit() function in re2::EmptyStringWalker
|
D | walker-inl.h | 47 virtual T PostVisit(Regexp* re, T parent_arg, T pre_arg, 104 template<typename T> T Regexp::Walker<T>::PostVisit(Regexp* re, in PostVisit() function 206 t = PostVisit(re, s->parent_arg, s->pre_arg, s->child_args, s->n); in WalkInternal()
|
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, in PostVisit() function in re2::ToStringWalker
|
D | simplify.cc | 107 virtual Regexp* PostVisit(Regexp* re, 173 Regexp* SimplifyWalker::PostVisit(Regexp* re, in PostVisit() function in re2::SimplifyWalker
|
D | prefilter.cc | 491 virtual Info* PostVisit( 530 Prefilter::Info* Prefilter::Info::Walker::PostVisit( in PostVisit() function in re2::Prefilter::Info::Walker
|
D | compile.cc | 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, in PostVisit() function in re2::Compiler
|
/external/regex-re2/re2/testing/ |
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, in PostVisit() function in re2::NullWalker
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 1090 ExplodedNodeSet PostVisit; in Visit() local 1091 VisitCXXNewExpr(cast<CXXNewExpr>(S), Pred, PostVisit); in Visit() 1092 getCheckerManager().runCheckersForPostStmt(Dst, PostVisit, S, *this); in Visit()
|