Home
last modified time | relevance | path

Searched refs:PreVisit (Results 1 – 7 of 7) sorted by relevance

/external/regex-re2/re2/
Dwalker-inl.h36 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()
Dtostring.cc35 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
Dsimplify.cc106 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
Dregexp.cc507 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
Dcompile.cc146 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/
DExprEngine.cpp718 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/
DExprEngine.h426 ExplodedNodeSet &PreVisit,