Searched defs:topdown (Results 1 - 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeFilter.java120 topdown();
131 // to override, just define tree grammar rule topdown and turn on
133 public void topdown() throws RecognitionException {;} method in class:TreeFilter
H A DTreeRewriter.java108 public Object rule() throws RecognitionException { return topdown(); }
116 // to override, just define tree grammar rule topdown and turn on
118 public Object topdown() throws RecognitionException { return null; } method in class:TreeRewriter
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp39 cl::opt<bool> ForceTopDown("misched-topdown", cl::Hidden,
2401 // Check -misched-topdown/bottomup can force or unforce scheduling direction.
2404 "-misched-topdown incompatible with -misched-bottomup");
3147 InstructionShuffler(bool alternate, bool topdown) argument
3148 : IsAlternating(alternate), IsTopDown(topdown) {}
3196 "-misched-topdown incompatible with -misched-bottomup");
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 552 milliseconds