Searched defs:topdown (Results 1 – 6 of 6) sorted by relevance
133 public void topdown() throws RecognitionException {;} in topdown() method in TreeFilter
118 public Object topdown() throws RecognitionException { return null; } in topdown() method in TreeRewriter
91 int topdown; in check_vma() local
234 {
1422 def walk(self, top, topdown=True, onerror=None): argument
3409 InstructionShuffler(bool alternate, bool topdown) in InstructionShuffler()