HomeSort by relevance Sort by last modified time
    Searched full:previsit (Results 1 - 15 of 15) sorted by null

  /external/regex-re2/re2/
walker-inl.h 7 // the PreVisit and PostVisit methods, which are called before
28 // PreVisit passes ownership of its return value to its caller.
29 // The Arg* that PreVisit returns will be passed to PostVisit as pre_arg
32 // If PreVisit sets *stop to true, the walk does not recurse
34 // value from PreVisit is the return value from PostVisit.
35 // The default PreVisit returns parent_arg.
36 virtual T PreVisit(Regexp* re, T parent_arg, bool* stop);
39 // The pre_arg is the T that PreVisit returned.
65 // Top_arg is passed as parent_arg to PreVisit and PostVisit of re.
76 // visited rather than calling PreVisit/PostVisit
    [all...]
tostring.cc 35 virtual int PreVisit(Regexp* re, int parent_arg, bool* stop);
61 int ToStringWalker::PreVisit(Regexp* re, int parent_arg, bool* stop) {
simplify.cc 106 virtual Regexp* PreVisit(Regexp* re, Regexp* parent_arg, bool* stop);
165 Regexp* SimplifyWalker::PreVisit(Regexp* re, Regexp* parent_arg, bool* stop) {
regexp.cc 507 virtual Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) {
541 Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) {
585 Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) {
compile.cc 143 // each node in depth-first order. It invokes PreVisit before
146 Frag PreVisit(Regexp* re, Frag parent_arg, bool* stop);
682 Frag Compiler::PreVisit(Regexp* re, Frag, bool* stop) {
    [all...]
  /external/elfutils/libdw/
libdw_visit_scopes.c 72 int (*previsit) (unsigned int depth, struct Dwarf_Die_Chain *, void *); member in struct:walk_children_state
86 int (*previsit) (unsigned int,
98 .previsit = previsit,
164 /* previsit is declared NN */
165 int result = (*state->previsit) (state->depth + 1, &state->child, state->arg);
173 state->previsit, state->postvisit, state->arg);
libdwP.h 545 bool prune; /* The PREVISIT function can set this. */
550 int (*previsit) (unsigned int depth,
  /external/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp 52 void preVisit(ScopedHTType &ScopedHT);
167 void MBBInfo::preVisit(ScopedHTType &ScopedHT) {
198 MBBI.preVisit(ScopedHT);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 718 ExplodedNodeSet &PreVisit,
723 Dst = PreVisit;
726 StmtNodeBuilder StmtBldr(PreVisit, Dst, *currBldrCtx);
727 for (ExplodedNode *Node : PreVisit) {
    [all...]
ExprEngineCallAndReturn.cpp 485 // Perform the previsit of the CallExpr.
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 426 ExplodedNodeSet &PreVisit,
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.5.400.v20150505-1044.jar 
  /external/skia/platform_tools/android/bin/linux/
perfhost 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar 

Completed in 598 milliseconds