/external/llvm/test/Transforms/InstCombine/ |
D | 2008-06-08-ICmpPHI.ll | 10 %tmp = tail call i32 (...) @bork( ) nounwind ; <i32> [#uses=0] 11 %tmp1 = tail call i32 (...) @bork( ) nounwind ; <i32> [#uses=0] 12 %tmp2 = tail call i32 (...) @bork( ) nounwind ; <i32> [#uses=1] 17 %tmp6 = tail call i32 (...) @bork( ) nounwind ; <i32> [#uses=0] 21 %tmp8 = tail call i32 (...) @bork( ) nounwind ; <i32> [#uses=0] 22 %tmp9 = tail call i32 (...) @bork( ) nounwind ; <i32> [#uses=0] 43 declare i32 @bork(...)
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | 2008-06-08-ICmpPHI.ll | 10 %tmp = tail call i32 (...) @bork( ) nounwind ; <i32> [#uses=0] 11 %tmp1 = tail call i32 (...) @bork( ) nounwind ; <i32> [#uses=0] 12 %tmp2 = tail call i32 (...) @bork( ) nounwind ; <i32> [#uses=1] 17 %tmp6 = tail call i32 (...) @bork( ) nounwind ; <i32> [#uses=0] 21 %tmp8 = tail call i32 (...) @bork( ) nounwind ; <i32> [#uses=0] 22 %tmp9 = tail call i32 (...) @bork( ) nounwind ; <i32> [#uses=0] 43 declare i32 @bork(...)
|
/external/clang/test/CodeGen/ |
D | vla.c | 58 int bork[4][13]; in test() local 64 function(1, bork); in test() 69 int bork[4][13][15]; in test1() local 71 function1(1, bork); in test1() 73 function(1, bork[2]); in test1()
|
D | 2007-09-28-PackedUnionMember.c | 25 extern long bork(FuncPtr handler, const struct E *list); 37 bork(hndlr, events); in foo()
|
/external/llvm-project/clang/test/CodeGen/ |
D | vla.c | 59 int bork[4][13]; in test() local 65 function(1, bork); in test() 70 int bork[4][13][15]; in test1() local 72 function1(1, bork); in test1() 74 function(1, bork[2]); in test1()
|
D | 2007-09-28-PackedUnionMember.c | 25 extern long bork(FuncPtr handler, const struct E *list); 37 bork(hndlr, events); in foo()
|
/external/clang/test/CodeGenCXX/ |
D | 2008-05-07-CrazyOffsetOf.cpp | 4 struct bork { struct 5 struct bork *next_local; argument 8 int offset = (char *) &(((struct bork *) 0x10)->query) - (char *) 0x10; argument
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | 2008-05-07-CrazyOffsetOf.cpp | 4 struct bork { struct 5 struct bork *next_local; argument 8 int offset = (char *) &(((struct bork *) 0x10)->query) - (char *) 0x10; argument
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | 2008-11-25-Blocks.m | 4 @interface bork interface 8 @implementation bork implementation 10 __attribute__((__blocks__(byref))) bork* new = ((void *)0);
|
D | 2008-11-24-ConstCFStrings.m | 8 - (void)bork:(NSString*)msg; 12 [a bork:@"Hello world!"];
|
D | debug-info-synthesis.m | 22 - (void) bork { method 29 [f bork];
|
/external/clang/test/CodeGenObjC/ |
D | 2008-11-25-Blocks.m | 4 @interface bork interface 8 @implementation bork implementation 10 __attribute__((__blocks__(byref))) bork* new = ((void *)0);
|
D | 2008-11-24-ConstCFStrings.m | 8 - (void)bork:(NSString*)msg; 12 [a bork:@"Hello world!"];
|
D | debug-info-synthesis.m | 22 - (void) bork { method 29 [f bork];
|
/external/llvm/test/CodeGen/X86/ |
D | memset64-on-x86-32.ll | 6 define void @bork() nounwind { 7 ; FAST-LABEL: bork: 17 ; SLOW_32-LABEL: bork: 41 ; SLOW_64-LABEL: bork:
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | memset64-on-x86-32.ll | 6 define void @bork() nounwind { 7 ; FAST-LABEL: bork: 17 ; SLOW_32-LABEL: bork: 41 ; SLOW_64-LABEL: bork:
|
D | inline-asm-modifier-n.ll | 5 define void @bork() nounwind { 6 ; CHECK-LABEL: bork:
|
/external/llvm-project/clang/test/Parser/ |
D | cxx-reference.cpp | 5 extern char *bork; 6 char *& bar = bork;
|
/external/clang/test/Parser/ |
D | cxx-reference.cpp | 5 extern char *bork; 6 char *& bar = bork;
|
/external/pdfium/testing/resources/ |
D | bug_113.in | 16 /bork << 21 /bork 1P
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | 2008-02-09-LocalRegAllocAssert.ll | 3 ; CHECK: @bork 5 define i32 @bork(i64 %foo, i64 %bar) {
|
/external/clang/test/CodeGenObjCXX/ |
D | copy.mm | 27 @protocol bork protocol 36 RetainPtr<id<bork> > x;
|
/external/llvm-project/clang/test/CodeGenObjCXX/ |
D | copy.mm | 27 @protocol bork protocol 36 RetainPtr<id<bork> > x;
|
/external/clang/test/CoverageMapping/ |
D | objc.m | 4 - (void)bork:(int)msg; 10 [a bork: 20 ]; // CHECK-NEXT: File 0, [[@LINE]]:5 -> [[@LINE]]:20 = #1
|
/external/llvm-project/clang/test/CoverageMapping/ |
D | objc.m | 4 - (void)bork:(int)msg; 10 [a bork: 20 ]; // CHECK: File 0, [[@LINE]]:5 -> [[@LINE]]:20 = #1
|