Home
last modified time | relevance | path

Searched defs:PostVisit (Results 1 – 9 of 9) sorted by relevance

/external/regex-re2/re2/
Dmimics_pcre.cc53 bool PCREWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, in PostVisit() function in re2::PCREWalker
134 bool EmptyStringWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, in PostVisit() function in re2::EmptyStringWalker
Dtostring.cc139 int ToStringWalker::PostVisit(Regexp* re, int parent_arg, int pre_arg, in PostVisit() function in re2::ToStringWalker
Dwalker-inl.h104 template<typename T> T Regexp::Walker<T>::PostVisit(Regexp* re, in PostVisit() function
Dsimplify.cc173 Regexp* SimplifyWalker::PostVisit(Regexp* re, in PostVisit() function in re2::SimplifyWalker
Dprefilter.cc530 Prefilter::Info* Prefilter::Info::Walker::PostVisit( in PostVisit() function in re2::Prefilter::Info::Walker
Dcompile.cc713 Frag Compiler::PostVisit(Regexp* re, Frag, Frag, Frag* child_frags, in PostVisit() function in re2::Compiler
/external/regex-re2/re2/testing/
Dnull_walker.cc33 bool NullWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, in PostVisit() function in re2::NullWalker
/external/swiftshader/src/OpenGL/compiler/
Dintermediate.h682 PostVisit enumerator
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1130 ExplodedNodeSet PostVisit; in Visit() local