/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-thunks.cpp | 80 virtual B* goo(); 85 virtual C* goo(); 109 virtual G* goo(); 122 virtual F* goo(); 158 virtual C* goo();
|
/external/clang/test/CodeGen/ |
D | ifunc.c | 26 extern void goo(void); 29 goo(); in bar2() 32 extern void goo(void) __attribute__ ((ifunc("goo_ifunc")));
|
/external/llvm/test/CodeGen/PowerPC/ |
D | branch-hint.ll | 13 call void @goo() 29 call void @goo() 56 call void @goo() 78 call void @goo() 96 call void @goo() 103 declare void @goo()
|
D | i32-to-float.ll | 41 define double @goo(i32 %a) nounwind { 46 ; CHECK: @goo 53 ; CHECK-PWR6: @goo 59 ; CHECK-A2: @goo 65 ; CHECK-VSX: @goo
|
D | i64-to-float.ll | 24 define double @goo(i64 %a) nounwind { 29 ; CHECK: @goo 35 ; CHECK-VSX: @goo
|
D | dyn-alloca-aligned.ll | 9 define void @goo(%struct.s* byval nocapture readonly %a, i32 signext %n) #0 { 24 ; CHECK-LABEL: @goo
|
D | stack-realign.ll | 14 define void @goo(%struct.s* byval nocapture readonly %a) { 30 ; CHECK-LABEL: @goo 52 ; CHECK-FP-LABEL: @goo 79 ; CHECK-32-LABEL: @goo 88 ; CHECK-32-PIC-LABEL: @goo
|
D | qpx-bv.ll | 22 define <4 x float> @goo(float %f1, float %f2, float %f3, float %f4) { 29 ; CHECK-LABEL: @goo
|
D | float-to-int.ll | 75 define i32 @goo(float %a) nounwind { 79 ; CHECK: @goo 85 ; CHECK-VSX: @goo
|
D | recipest.ll | 87 define float @goo(float %a, float %b) nounwind { 92 ; CHECK: @goo 101 ; CHECK-NONR: @goo 108 ; CHECK-SAFE: @goo
|
/external/llvm/test/Transforms/BDCE/ |
D | basic.ll | 56 %call = tail call signext i32 @goo(i32 signext 5) #1 59 %call1 = tail call signext i32 @goo(i32 signext 3) #1 62 %call4 = tail call signext i32 @goo(i32 signext 2) #1 65 %call7 = tail call signext i32 @goo(i32 signext 1) #1 68 %call10 = tail call signext i32 @goo(i32 signext 0) #1 71 %call13 = tail call signext i32 @goo(i32 signext 4) #1 79 ; CHECK: tail call signext i32 @goo(i32 signext 5) 80 ; CHECK-NEXT: tail call signext i32 @goo(i32 signext 3) 81 ; CHECK-NEXT: tail call signext i32 @goo(i32 signext 2) 82 ; CHECK: tail call signext i32 @goo(i32 signext 1) [all …]
|
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | overflt.ll | 31 define void @goo() { 33 ; CHECK-LABEL: .ent goo 46 ; CHECK-LABEL: .end goo 62 ;void goo() {
|
/external/clang/test/Index/Core/ |
D | index-source.m | 11 // CHECK: [[@LINE+1]]:6 | function/C | goo | c:@F@goo | _goo | Def | rel: 0 12 void goo(Base *b) { function 14 // CHECK-NEXT: RelCall | goo | c:@F@goo 17 // CHECK-NEXT: RelCall | goo | c:@F@goo
|
/external/llvm/test/Linker/ |
D | metadata-b.ll | 4 define void @goo(i32 %b) nounwind { 9 !0 = !{i32 524334, void (i32)* @goo}
|
D | metadata-a.ll | 5 ; CHECK: define void @goo(i32 %b) 8 ; CHECK: !1 = !{i32 524334, void (i32)* @goo}
|
/external/swiftshader/third_party/LLVM/test/Linker/ |
D | metadata-b.ll | 4 define void @goo(i32 %b) nounwind { 9 !0 = metadata !{i32 524334, void (i32)* @goo}
|
D | metadata-a.ll | 5 ; CHECK: define void @goo(i32 %b) 8 ; CHECK: !1 = metadata !{i32 524334, void (i32)* @goo}
|
/external/clang/test/Parser/ |
D | cxx1z-nested-namespace-definition.cpp | 17 inline namespace goo::bar { // expected-error {{nested namespace definition cannot be 'inline'}} ex… namespace 21 int m = goo::bar::n;
|
/external/clang/test/SemaCXX/ |
D | init-priority-attr.cpp | 16 extern Two goo; 22 Two goo __attribute__((init_priority(2,3))) ( 5, 6 ); // expected-error {{'init_priority' attribute… variable
|
/external/llvm/test/MC/ARM/ |
D | comment.s | 7 bl goo@plt 27 @CHECK: bl goo
|
/external/llvm/test/CodeGen/Mips/ |
D | simplebr.ll | 17 call void bitcast (void (...)* @goo to void ()*)() 30 declare void @goo(...) #1
|
/external/llvm/test/Transforms/Inline/ |
D | alloca-merge-align.ll | 55 define void @goo(%struct.s* byval nocapture readonly %a) { 84 call void @goo(%struct.s* byval %tmpcast) 102 call void @goo(%struct.s* byval %tmpcast)
|
/external/clang/test/Lexer/Inputs/ |
D | bad-header-guard-defined.h | 2 #define goo macro
|
/external/clang/test/Index/ |
D | evaluate-cursor.cpp | 13 void goo() { in goo() function
|
/external/chromium-trace/catapult/common/eslint/ |
D | README.md | 5 suggested in https://goo.gl/uAxFHq.
|