/external/llvm/test/Transforms/MergeFunc/ |
D | inttoptr.ll | 6 %.qux.2496 = type { i32, %.qux.2497 } 7 %.qux.2497 = type { i8, i32 } 8 %.qux.2585 = type { i32, i32, i8* } 11 @g3 = internal unnamed_addr constant [1 x i8*] [i8* bitcast (i8* (%.qux.2585*)* @func35 to i8*)] 24 define internal i32 @func10(%.qux.2496* nocapture %this) align 2 { 26 %tmp = getelementptr inbounds %.qux.2496, %.qux.2496* %this, i32 0, i32 1, i32 1 36 define internal i32* @func33(%.qux.2585* nocapture %this) align 2 { 41 define internal i32* @func34(%.qux.2585* nocapture %this) align 2 { 43 %tmp = getelementptr inbounds %.qux.2585, %.qux.2585* %this, i32 0 47 define internal i8* @func35(%.qux.2585* nocapture %this) align 2 { [all …]
|
D | crash.ll | 6 %.qux.2496 = type { i32, %.qux.2497 } 7 %.qux.2497 = type { i8, i32 } 8 %.qux.2585 = type { i32, i32, i8* } 11 @g3 = internal unnamed_addr constant [1 x i8*] [i8* bitcast (i8* (%.qux.2585*)* @func35 to i8*)] 23 define internal i32 @func10(%.qux.2496* nocapture %this) align 2 { 24 %1 = getelementptr inbounds %.qux.2496, %.qux.2496* %this, i32 0, i32 1, i32 1 33 define internal i32* @func33(%.qux.2585* nocapture %this) align 2 { 37 define internal i32* @func34(%.qux.2585* nocapture %this) align 2 { 38 %1 = getelementptr inbounds %.qux.2585, %.qux.2585* %this, i32 0 42 define internal i8* @func35(%.qux.2585* nocapture %this) align 2 { [all …]
|
D | inttoptr-address-space.ll | 4 %.qux.2496 = type { i32, %.qux.2497 } 5 %.qux.2497 = type { i8, i32 } 6 %.qux.2585 = type { i32, i32, i8* } 9 @g3 = internal unnamed_addr constant [1 x i8*] [i8* bitcast (i8* (%.qux.2585 addrspace(1)*)* @func3… 12 define internal i32 @func10(%.qux.2496 addrspace(1)* nocapture %this) align 2 { 14 %tmp = getelementptr inbounds %.qux.2496, %.qux.2496 addrspace(1)* %this, i32 0, i32 1, i32 1 20 define internal i8* @func35(%.qux.2585 addrspace(1)* nocapture %this) align 2 { 23 ; CHECK: %[[V2:.+]] = bitcast %.qux.2585 addrspace(1)* %{{.*}} to %.qux.2496 addrspace(1)* 24 ; CHECK: %[[V3:.+]] = tail call i32 @func10(%.qux.2496 addrspace(1)* %[[V2]]) 26 %tmp = getelementptr inbounds %.qux.2585, %.qux.2585 addrspace(1)* %this, i32 0, i32 2
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | PhiNoEliminate.ll | 12 %tmp.3 = call i32 @qux( ) ; <i32> [#uses=0] 17 call i32 @qux( ) ; <i32>:0 [#uses=0] 18 call i32 @qux( ) ; <i32>:1 [#uses=0] 19 call i32 @qux( ) ; <i32>:2 [#uses=0] 20 call i32 @qux( ) ; <i32>:3 [#uses=0] 21 call i32 @qux( ) ; <i32>:4 [#uses=0] 22 call i32 @qux( ) ; <i32>:5 [#uses=0] 23 call i32 @qux( ) ; <i32>:6 [#uses=0] 27 declare i32 @qux()
|
D | switch-on-const-select.ll | 12 %qux = select i1 %lt, i32 0, i32 2 13 switch i32 %qux, label %bees [ 41 %qux = select i1 %lt, i32 0, i32 2 42 switch i32 %qux, label %bees [ 67 %qux = select i1 %lt, i32 10, i32 12 68 switch i32 %qux, label %b [ 92 %qux = select i1 %lt, i32 0, i32 0 93 switch i32 %qux, label %b [ 119 %qux = select i1 %lt, i32 0, i32 2 120 switch i32 %qux, label %bees [
|
/external/llvm/test/Linker/ |
D | comdat.ll | 12 $qux = comdat largest 13 @qux = global i64 12, comdat($qux) 15 define i32 @baz() comdat($qux) { 22 ; CHECK: $qux = comdat largest 26 ; CHECK: @qux = global i64 12, comdat{{$}} 29 ; CHECK-NOT: @in_unselected_group = global i32 13, comdat $qux 31 ; CHECK: define i32 @baz() comdat($qux)
|
/external/llvm/test/Linker/Inputs/ |
D | comdat.ll | 11 $qux = comdat largest 12 @qux = global i32 13, comdat($qux) 13 @in_unselected_group = global i32 13, comdat($qux) 15 define i32 @baz() comdat($qux) {
|
/external/clang/test/Analysis/ |
D | null-deref-ps.c | 123 int* qux(); 130 p = qux(); in f7() 143 p = qux(); in f7b() 156 p = qux(); in f7c() 171 p = qux(); in f7c2() 191 int* qux(); 199 p = qux(i); in f9() 210 p = qux(i); in f9b()
|
D | inline-not-supported.c | 20 void (^qux)(int *p) = ^(int *p) { *p = 1; }; 22 qux(0); // no-warning in test_qux()
|
/external/llvm/test/CodeGen/ARM/ |
D | tail-opts.ll | 8 declare i1 @qux() 18 ; CHECK: qux 23 ; CHECK: qux 35 %a = call i1 @qux() 40 %b = call i1 @qux()
|
/external/llvm/test/CodeGen/X86/ |
D | remat-constant.ll | 7 declare void @qux(float %f) nounwind 12 call void @qux(float %f) 13 call void @qux(float %f)
|
D | dollar-name.ll | 5 @"$qux" = external global i32 9 ; CHECK: addl ($qux), 12 %n = load i32, i32* @"$qux"
|
D | live-out-reg-info.ll | 6 declare void @qux() 16 call void @qux()
|
/external/clang/test/SemaCXX/ |
D | attr-noreturn.cpp | 97 void qux(T) {} in qux() function 157 …accept_noreturn_fptr(qux<int>); // expected-error {{no matching function for call to 'accept_noret… in introduce_noreturn() 160 …accept_fptr_noreturn_t(qux<int>); // expected-error {{no matching function for call to 'accept_fpt… in introduce_noreturn() 163 …accept_T<void __attribute__((noreturn)) (*)(int)>(qux<int>); // expected-error {{no matching funct… in introduce_noreturn()
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-byval-sret.cpp | 14 A __fastcall qux(A o); 47 A B::qux(A x) { in qux() function in B 60 a = b.qux(a); in main()
|
D | microsoft-abi-default-cc.cpp | 29 void METHOD_CC qux(); 38 void A::qux() {} in qux() function in A
|
D | microsoft-abi-virtual-member-pointers.cpp | 20 virtual S qux(U); 45 ptr5 = &C::qux; in f()
|
/external/llvm/test/Transforms/ObjCARC/ |
D | contract-marker.ll | 4 ; CHECK: %call = tail call i32* @qux() 12 %call = tail call i32* @qux() 19 declare i32* @qux()
|
/external/clang/test/CodeGen/ |
D | 2008-05-12-TempUsedBeforeDef.c | 7 char qux = 1L; in test() local 9 bork(bar && foo, qux); in test()
|
D | mrtd.c | 19 void qux(int arg, ...) { } in qux() function 23 qux(a1, a2, a3); in quux()
|
/external/llvm/test/MC/AsmParser/ |
D | rename.s | 7 .size qux, .Ltmp0 - qux
|
/external/clang/test/Sema/ |
D | warn-sizeof-array-decay.c | 6 char qux[30]; in f() local 14 (void)sizeof(foo - qux); // no-warning in f()
|
/external/clang/test/Index/ |
D | properties-class-extensions.m | 38 @property (assign, readwrite) id qux; 42 @dynamic qux; 93 // CHECK: properties-class-extensions.m:38:34: ObjCPropertyDecl=qux:38:34 [assign,readwrite,] Exten… 95 // CHECK: properties-class-extensions.m:38:34: ObjCInstanceMethodDecl=qux:38:34 Extent=[38:34 - 38:… 97 // CHECK: properties-class-extensions.m:38:34: ParmDecl=qux:38:34 (Definition) Extent=[38:34 - 38:3… 98 // CHECK: properties-class-extensions.m:42:10: ObjCDynamicDecl=qux:38:34 (Definition) Extent=[42:1 …
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2008-03-13-IntToPtr.ll | 3 define i8* @bork(i8** %qux) { 4 %tmp275 = load i8*, i8** %qux, align 1
|
/external/v8/test/mjsunit/ |
D | dictionary-properties.js | 13 this.qux = 3; 14 delete this.qux;
|