HomeSort by relevance Sort by last modified time
    Searched full:topdown (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
Simplify.g3 14 public override IAstRuleReturnScope Topdown() { return topdown(); }
19 topdown
  /external/llvm/test/Transforms/ObjCARC/
arc-annotations.ll 33 ; CHECK: %0 = tail call i8* @objc_retain(i8* %a) #0, !llvm.arc.annotation.bottomup ![[ANN0:[0-9]+]], !llvm.arc.annotation.topdown ![[ANN1:[0-9]+]]
35 ; CHECK: call void @llvm.arc.annotation.topdown.bbend(i8** @x, i8** @S_Retain)
37 ; CHECK: call void @llvm.arc.annotation.topdown.bbstart(i8** @x, i8** @S_Retain)
41 ; CHECK: call void @llvm.arc.annotation.topdown.bbend(i8** @x, i8** @S_Retain)
43 ; CHECK: call void @llvm.arc.annotation.topdown.bbstart(i8** @x, i8** @S_Retain)
47 ; CHECK: call void @llvm.arc.annotation.topdown.bbend(i8** @x, i8** @S_Retain)
49 ; CHECK: call void @llvm.arc.annotation.topdown.bbstart(i8** @x, i8** @S_Retain)
51 ; CHECK: call void @objc_release(i8* %c) #0, !llvm.arc.annotation.bottomup ![[ANN3:[0-9]+]], !llvm.arc.annotation.topdown ![[ANN4:[0-9]+]]
52 ; CHECK: call void @llvm.arc.annotation.topdown.bbend(i8** @x, i8** @S_None)
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeFilter.cs 78 ApplyOnce( o, Topdown );
90 // to override, just define tree grammar rule topdown and turn on
92 protected virtual void Topdown()
TreeRewriter.cs 58 topdown_func = () => Topdown();
120 // to override, just define tree grammar rule topdown and turn on
122 public virtual IAstRuleReturnScope Topdown()
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeRewriter.m 90 aRuleSel = @selector(topdown);
110 aRuleSel = @selector(topdown);
221 return [self topdown];
230 // to override, just define tree grammar rule topdown and turn on
232 - (id) topdown
235 @throw [ANTLRRecognitionException newException:@"TopDown exception"];
ANTLRTreeRewriter.h 71 - (id) topdown;
  /external/llvm/test/CodeGen/X86/
misched-new.ll 5 ; RUN: -misched=shuffle -misched-topdown -verify-machineinstrs \
6 ; RUN: | FileCheck %s --check-prefix TOPDOWN
88 ; TOPDOWN: @testSubregTracking
89 ; TOPDOWN: divb
90 ; TOPDOWN: movzbl %al
91 ; TOPDOWN: ret
misched-matrix.ll 2 ; RUN: -misched-topdown -verify-machineinstrs \
3 ; RUN: | FileCheck %s -check-prefix=TOPDOWN
18 ; TOPDOWN-LABEL: %for.body
19 ; TOPDOWN: movl %{{.*}}, (
20 ; TOPDOWN: imull {{[0-9]*}}(
21 ; TOPDOWN: movl %{{.*}}, 4(
22 ; TOPDOWN: imull {{[0-9]*}}(
23 ; TOPDOWN: movl %{{.*}}, 8(
24 ; TOPDOWN: movl %{{.*}}, 12(
25 ; TOPDOWN-LABEL: %for.en
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeRewriter.cs 50 topdown_func = () => Topdown();
103 // to override, just define tree grammar rule topdown and turn on
105 public virtual IAstRuleReturnScope<TTree> Topdown() {
TreeFilter.cs 123 ApplyOnce( o, Topdown );
135 // to override, just define tree grammar rule topdown and turn on
137 protected virtual void Topdown()
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeRewriter.java 108 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
TreeFilter.java 120 topdown();
131 // to override, just define tree grammar rule topdown and turn on
133 public void topdown() throws RecognitionException {;} method in class:TreeFilter
  /external/lldb/test/
dosep.ty 17 for root, dirs, files in os.walk(test_root, topdown=False):
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeRewriter.h 69 - (ANTLRTreeRewriter *) topdown;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeRewriter.h 69 - (ANTLRTreeRewriter *) topdown;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeRewriter.h 69 - (ANTLRTreeRewriter *) topdown;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 209 def walk(top, topdown=True, onerror=None, followlinks=False):
224 If optional arg 'topdown' is true or not specified, the triple for a
226 (directories are generated top down). If topdown is false, the triple
230 When topdown is true, the caller can modify the dirnames list in-place
234 dirnames when topdown is false is ineffective, since the directories in
289 if topdown:
294 for x in walk(new_path, topdown, onerror, followlinks):
296 if not topdown:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 209 def walk(top, topdown=True, onerror=None, followlinks=False):
224 If optional arg 'topdown' is true or not specified, the triple for a
226 (directories are generated top down). If topdown is false, the triple
230 When topdown is true, the caller can modify the dirnames list in-place
234 dirnames when topdown is false is ineffective, since the directories in
289 if topdown:
294 for x in walk(new_path, topdown, onerror, followlinks):
296 if not topdown:
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_bmp.c 61 SDL_bool topDown;
147 topDown = SDL_TRUE;
150 topDown = SDL_FALSE;
277 if ( topDown ) {
338 if ( topDown ) {
  /external/chromium_org/v8/test/mjsunit/tools/
profile.js 157 'pre enter/topDown');
162 'post enter/topDown');
174 assertEquals(preTopDownNodes, postTopDownNodes, 'stay/topDown');
  /external/chromium_org/build/linux/unbundle/
remove_bundled_libraries.py 37 for root, dirs, files in os.walk(source_tree_root, topdown=False):
  /external/llvm/utils/
wciia.py 121 for dir,subdirList,fileList in os.walk( root , topdown=False ) :
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLFragmentShaderBuilder.cpp 258 bool topDown = SkToBool(kTopLeftOrigin_DstReadKeyBit & header.fDstReadKey);
288 if (!topDown) {
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCUtil.cpp 154 .Case("llvm.arc.annotation.topdown.bbstart", IC_None)
155 .Case("llvm.arc.annotation.topdown.bbend", IC_None)
  /bionic/libc/kernel/tools/
utils.py 111 for root, dirs, files in os.walk(path, topdown=False):

Completed in 785 milliseconds

1 2 3