Searched defs:PreVisit (Results 1 – 6 of 6) sorted by relevance
/external/regex-re2/re2/ |
D | regexp.cc | 507 virtual Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) { in PreVisit() function in re2::NumCapturesWalker 541 Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) { in PreVisit() function in re2::NamedCapturesWalker 585 Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) { in PreVisit() function in re2::CaptureNamesWalker
|
D | tostring.cc | 61 int ToStringWalker::PreVisit(Regexp* re, int parent_arg, bool* stop) { in PreVisit() function in re2::ToStringWalker
|
D | walker-inl.h | 98 template<typename T> T Regexp::Walker<T>::PreVisit(Regexp* re, in PreVisit() function
|
D | simplify.cc | 165 Regexp* SimplifyWalker::PreVisit(Regexp* re, Regexp* parent_arg, bool* stop) { in PreVisit() function in re2::SimplifyWalker
|
D | compile.cc | 682 Frag Compiler::PreVisit(Regexp* re, Frag, bool* stop) { in PreVisit() function in re2::Compiler
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 718 ExplodedNodeSet &PreVisit, in VisitCXXBindTemporaryExpr() 866 ExplodedNodeSet PreVisit; in Visit() local 930 ExplodedNodeSet PreVisit; in Visit() local 1129 ExplodedNodeSet PreVisit; in Visit() local
|