Searched refs:PreVisit (Results 1 – 7 of 7) sorted by relevance
/external/regex-re2/re2/ |
D | walker-inl.h | 36 virtual T PreVisit(Regexp* re, T parent_arg, bool* stop); 98 template<typename T> T Regexp::Walker<T>::PreVisit(Regexp* re, in PreVisit() function 179 s->pre_arg = PreVisit(re, s->parent_arg, &stop); in WalkInternal()
|
D | tostring.cc | 35 virtual int PreVisit(Regexp* re, int parent_arg, bool* stop); 61 int ToStringWalker::PreVisit(Regexp* re, int parent_arg, bool* stop) { in PreVisit() function in re2::ToStringWalker
|
D | simplify.cc | 106 virtual Regexp* PreVisit(Regexp* re, Regexp* parent_arg, bool* stop); 165 Regexp* SimplifyWalker::PreVisit(Regexp* re, Regexp* parent_arg, bool* stop) { in PreVisit() function in re2::SimplifyWalker
|
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 | compile.cc | 146 Frag PreVisit(Regexp* re, Frag parent_arg, bool* stop); 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() argument 723 Dst = PreVisit; in VisitCXXBindTemporaryExpr() 726 StmtNodeBuilder StmtBldr(PreVisit, Dst, *currBldrCtx); in VisitCXXBindTemporaryExpr() 727 for (ExplodedNode *Node : PreVisit) { in VisitCXXBindTemporaryExpr() 866 ExplodedNodeSet PreVisit; in Visit() local 867 getCheckerManager().runCheckersForPreStmt(PreVisit, Pred, S, *this); in Visit() 869 VisitCXXBindTemporaryExpr(cast<CXXBindTemporaryExpr>(S), PreVisit, Next); in Visit() 930 ExplodedNodeSet PreVisit; in Visit() local 931 getCheckerManager().runCheckersForPreStmt(PreVisit, Pred, S, *this); in Visit() 934 StmtNodeBuilder Bldr2(PreVisit, Tmp, *currBldrCtx); in Visit() [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 426 ExplodedNodeSet &PreVisit,
|