/external/llvm/test/Linker/ |
D | unnamed-addr1-a.ll | 4 @global-a = common global i32 0 5 ; CHECK-DAG: @global-a = common global i32 0 6 @global-b = common unnamed_addr global i32 0 7 ; CHECK-DAG: @global-b = common unnamed_addr global i32 0 15 @global-c = common unnamed_addr global i32 0 16 ; CHECK-DAG: @global-c = common unnamed_addr global i32 0 17 @global-d = external global i32 18 ; CHECK-DAG: @global-d = global i32 42 19 @global-e = external unnamed_addr global i32 20 ; CHECK-DAG: @global-e = unnamed_addr global i32 42 [all …]
|
D | unnamed-addr1-b.ll | 4 @global-c = common unnamed_addr global i32 0 5 @global-d = unnamed_addr global i32 42 6 @global-e = unnamed_addr global i32 42 7 @global-f = unnamed_addr global i32 42 9 @alias-a = unnamed_addr alias i32* @global-f 10 @alias-b = unnamed_addr alias i32* @global-f 16 @global-g = common global i32 0 17 @global-h = global i32 42 18 @global-i = global i32 42 19 @global-j = global i32 42 [all …]
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 2 @i1_l = external global i1 ; <i1*> [#uses=1] 3 @i1_s = external global i1 ; <i1*> [#uses=1] 4 @i2_l = external global i2 ; <i2*> [#uses=1] 5 @i2_s = external global i2 ; <i2*> [#uses=1] 6 @i3_l = external global i3 ; <i3*> [#uses=1] 7 @i3_s = external global i3 ; <i3*> [#uses=1] 8 @i4_l = external global i4 ; <i4*> [#uses=1] 9 @i4_s = external global i4 ; <i4*> [#uses=1] 10 @i5_l = external global i5 ; <i5*> [#uses=1] 11 @i5_s = external global i5 ; <i5*> [#uses=1] [all …]
|
D | APIntParam.ll | 2 @i1_s = external global i1 ; <i1*> [#uses=1] 3 @i2_s = external global i2 ; <i2*> [#uses=1] 4 @i3_s = external global i3 ; <i3*> [#uses=1] 5 @i4_s = external global i4 ; <i4*> [#uses=1] 6 @i5_s = external global i5 ; <i5*> [#uses=1] 7 @i6_s = external global i6 ; <i6*> [#uses=1] 8 @i7_s = external global i7 ; <i7*> [#uses=1] 9 @i8_s = external global i8 ; <i8*> [#uses=1] 10 @i9_s = external global i9 ; <i9*> [#uses=1] 11 @i10_s = external global i10 ; <i10*> [#uses=1] [all …]
|
D | APIntSextParam.ll | 2 @i1_s = external global i1 ; <i1*> [#uses=1] 3 @i2_s = external global i2 ; <i2*> [#uses=1] 4 @i3_s = external global i3 ; <i3*> [#uses=1] 5 @i4_s = external global i4 ; <i4*> [#uses=1] 6 @i5_s = external global i5 ; <i5*> [#uses=1] 7 @i6_s = external global i6 ; <i6*> [#uses=1] 8 @i7_s = external global i7 ; <i7*> [#uses=1] 9 @i8_s = external global i8 ; <i8*> [#uses=1] 10 @i9_s = external global i9 ; <i9*> [#uses=1] 11 @i10_s = external global i10 ; <i10*> [#uses=1] [all …]
|
D | APIntZextParam.ll | 2 @i1_s = external global i1 ; <i1*> [#uses=1] 3 @i2_s = external global i2 ; <i2*> [#uses=1] 4 @i3_s = external global i3 ; <i3*> [#uses=1] 5 @i4_s = external global i4 ; <i4*> [#uses=1] 6 @i5_s = external global i5 ; <i5*> [#uses=1] 7 @i6_s = external global i6 ; <i6*> [#uses=1] 8 @i7_s = external global i7 ; <i7*> [#uses=1] 9 @i8_s = external global i8 ; <i8*> [#uses=1] 10 @i9_s = external global i9 ; <i9*> [#uses=1] 11 @i10_s = external global i10 ; <i10*> [#uses=1] [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wifi_display.c | 22 int wifi_display_init(struct wpa_global *global) in wifi_display_init() argument 24 global->wifi_display = 1; in wifi_display_init() 29 void wifi_display_deinit(struct wpa_global *global) in wifi_display_deinit() argument 33 wpabuf_free(global->wfd_subelem[i]); in wifi_display_deinit() 34 global->wfd_subelem[i] = NULL; in wifi_display_deinit() 39 struct wpabuf * wifi_display_get_wfd_ie(struct wpa_global *global) in wifi_display_get_wfd_ie() argument 45 if (global->p2p == NULL) in wifi_display_get_wfd_ie() 50 if (global->wfd_subelem[i]) in wifi_display_get_wfd_ie() 51 len += wpabuf_len(global->wfd_subelem[i]); in wifi_display_get_wfd_ie() 59 if (global->wfd_subelem[i]) in wifi_display_get_wfd_ie() [all …]
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | adaptive_global_redzones.ll | 5 ; Here we check that the global redzone sizes grow with the object size. 7 @G10 = global [10 x i8] zeroinitializer, align 1 8 ; CHECK: @G10 = global { [10 x i8], [54 x i8] } 10 @G31 = global [31 x i8] zeroinitializer, align 1 11 @G32 = global [32 x i8] zeroinitializer, align 1 12 @G33 = global [33 x i8] zeroinitializer, align 1 13 ; CHECK: @G31 = global { [31 x i8], [33 x i8] } 14 ; CHECK: @G32 = global { [32 x i8], [32 x i8] } 15 ; CHECK: @G33 = global { [33 x i8], [63 x i8] } 17 @G63 = global [63 x i8] zeroinitializer, align 1 [all …]
|
/external/llvm/test/CodeGen/Mips/ |
D | ra-allocatable.ll | 3 @a0 = external global i32 4 @b0 = external global i32* 5 @a1 = external global i32 6 @b1 = external global i32* 7 @a2 = external global i32 8 @b2 = external global i32* 9 @a3 = external global i32 10 @b3 = external global i32* 11 @a4 = external global i32 12 @b4 = external global i32* [all …]
|
D | fastcc.ll | 8 @gi0 = external global i32 9 @gi1 = external global i32 10 @gi2 = external global i32 11 @gi3 = external global i32 12 @gi4 = external global i32 13 @gi5 = external global i32 14 @gi6 = external global i32 15 @gi7 = external global i32 16 @gi8 = external global i32 17 @gi9 = external global i32 [all …]
|
/external/libxml2/test/valid/dtds/ |
D | nitf-2-5.dtd | 48 <!ENTITY % global-attributes ' 52 %global-attributes; 74 %global-attributes; 86 %global-attributes; 91 %global-attributes; 104 %global-attributes; 112 %global-attributes; 118 %global-attributes; 124 %global-attributes; 135 %global-attributes; [all …]
|
/external/clang/test/CodeGenObjC/ |
D | metadata-symbols-64.m | 3 // CHECK: @"OBJC_IVAR_$_A._ivar" = global {{.*}} section "__DATA, __objc_ivar", align 8 4 // CHECK: @_objc_empty_cache = external global 5 // CHECK: @_objc_empty_vtable = external global 6 // CHECK: @"OBJC_CLASS_$_A" = global 7 // CHECK: @"OBJC_METACLASS_$_A" = global {{.*}} section "__DATA, __objc_data", align 8 8 // CHECK: @OBJC_CLASS_NAME_{{[0-9]*}} = private global {{.*}} section "__TEXT,__objc_classname,cstr… 9 // CHECK: @OBJC_METH_VAR_NAME_{{[0-9]*}} = private global {{.*}} section "__TEXT,__objc_methname,cs… 10 // CHECK: @OBJC_METH_VAR_TYPE_{{[0-9]*}} = private global {{.*}} section "__TEXT,__objc_methtype,cs… 11 // CHECK: @"\01l_OBJC_$_CLASS_METHODS_A" = private global {{.*}} section "__DATA, __objc_const", al… 12 // CHECK: @"\01l_OBJC_$_PROTOCOL_INSTANCE_METHODS_P" = private global {{.*}} section "__DATA, __obj… [all …]
|
D | metadata-symbols-32.m | 5 // CHECK: @OBJC_METH_VAR_NAME_{{[0-9]*}} = private global {{.*}}section "__TEXT,__cstring,cstring_l… 6 // CHECK: @OBJC_METH_VAR_TYPE_{{[0-9]*}} = private global {{.*}}section "__TEXT,__cstring,cstring_l… 7 // CHECK: @"\01l_OBJC_PROTOCOLEXT_P" = private global 9 // CHECK: @OBJC_CLASS_NAME_{{[0-9]*}} = private global {{.*}}section "__TEXT,__cstring,cstring_lite… 10 // CHECK: @OBJC_PROTOCOL_INSTANCE_METHODS_P = private global {{.*}}section "__OBJC,__cat_inst_meth,… 11 // CHECK: @OBJC_PROTOCOL_CLASS_METHODS_P = private global {{.*}}section "__OBJC,__cat_cls_meth,regu… 12 // CHECK: @OBJC_PROTOCOL_P = private global {{.*}}section "__OBJC,__protocol,regular,no_dead_strip"… 13 // CHECK: @OBJC_CLASS_PROTOCOLS_A = private global {{.*}}section "__OBJC,__cat_cls_meth,regular,no_… 14 // CHECK: @OBJC_CLASS_METHODS_A = private global {{.*}}section "__OBJC,__cls_meth,regular,no_dead_s… 15 // CHECK: @OBJC_METACLASS_A = private global {{.*}}section "__OBJC,__meta_class,regular,no_dead_str… [all …]
|
/external/llvm/test/Bitcode/ |
D | local-linkage-default-visibility.3.4.ll | 8 @default.internal.var = internal global i32 0 9 ; CHECK: @default.internal.var = internal global i32 0 11 @hidden.internal.var = internal hidden global i32 0 12 ; CHECK: @hidden.internal.var = internal global i32 0 14 @protected.internal.var = internal protected global i32 0 15 ; CHECK: @protected.internal.var = internal global i32 0 17 @default.private.var = private global i32 0 18 ; CHECK: @default.private.var = private global i32 0 20 @hidden.private.var = private hidden global i32 0 21 ; CHECK: @hidden.private.var = private global i32 0 [all …]
|
D | global-variables.3.2.ll | 4 ; global-variables.3.2.ll.bc was generated by passing this file to llvm-as-3.2. 5 ; The test checks that LLVM does not silently misread global variables attributes of 8 @global.var = global i32 1 9 ; CHECK: @global.var = global i32 1 14 @noinit.var = global float undef 15 ; CHECK: @noinit.var = global float undef 17 @section.var = global i32 1, section "foo" 18 ; CHECK: @section.var = global i32 1, section "foo" 20 @align.var = global i64 undef, align 8 21 ; CHECK: @align.var = global i64 undef, align 8 [all …]
|
/external/elfutils/src/tests/ |
D | run-dwflsyms.sh | 95 54: FUNC GLOBAL __libc_csu_fini (2) 0x8f0, rel: 0x8f0 (.text) 98 57: NOTYPE GLOBAL _edata (0) 0x20103c 99 58: FUNC GLOBAL bar (44) 0x828, rel: 0x828 (.text) 100 59: FUNC GLOBAL _fini (0) 0x8f4, rel: 0x8f4 (.fini) 101 60: FUNC GLOBAL __libc_start_main@@GLIBC_2.2.5 (0) 0 102 61: NOTYPE GLOBAL __data_start (0) 0x201030 104 63: OBJECT GLOBAL __dso_handle (0) 0x200de8 105 64: OBJECT GLOBAL _IO_stdin_used (4) 0x900 106 65: OBJECT GLOBAL b2 (4) 0x201038 107 66: FUNC GLOBAL __libc_csu_init (137) 0x860, rel: 0x860 (.text) [all …]
|
/external/llvm/test/MC/ELF/ |
D | type.s | 4 .global foo 8 .global bar 16 .global obj 21 .global func 26 .global ifunc 30 .global tls 36 .global tls_quoted 41 .global tls_upper_case 49 .global sym1 52 .global alias1 [all …]
|
/external/clang/test/CodeGenCXX/ |
D | member-function-pointers.cpp | 3 …lang_cc1 %s -emit-llvm -o - -triple=x86_64-unknown-unknown | FileCheck -check-prefix GLOBAL-LP64 %s 4 // RUN: %clang_cc1 %s -emit-llvm -o - -triple=i386-unknown-unknown | FileCheck -check-prefix GLOBAL… 5 …%clang_cc1 %s -emit-llvm -o - -triple=armv7-unknown-unknown | FileCheck -check-prefix GLOBAL-ARM %s 8 // RUN: %clang_cc1 %s -emit-llvm -o - -triple=le32-unknown-nacl | FileCheck -check-prefix GLOBAL-AR… 10 …clang_cc1 %s -emit-llvm -o - -triple=mips-unknown-linux-gnu | FileCheck -check-prefix GLOBAL-ARM %s 21 // GLOBAL-LP64: @pa2 = global { i64, i64 } { i64 ptrtoint (void (%struct.A*)* @_ZN1A1fEv to i64), i… 24 // GLOBAL-LP64: @pa3 = global { i64, i64 } { i64 1, i64 0 }, align 8 25 // GLOBAL-LP32: @pa3 = global { i32, i32 } { i32 1, i32 0 }, align 4 28 // GLOBAL-LP64: @pa4 = global { i64, i64 } { i64 9, i64 0 }, align 8 29 // GLOBAL-LP32: @pa4 = global { i32, i32 } { i32 5, i32 0 }, align 4 [all …]
|
/external/llvm/test/Transforms/ConstProp/ |
D | constant-expr.ll | 3 @X = external global i8 4 @Y = external global i8 5 @Z = external global i8 7 @A = global i1 add (i1 icmp ult (i8* @X, i8* @Y), i1 icmp ult (i8* @X, i8* @Z)) 8 ; CHECK: @A = global i1 xor (i1 icmp ult (i8* @X, i8* @Y), i1 icmp ult (i8* @X, i8* @Z)) 9 @B = global i1 sub (i1 icmp ult (i8* @X, i8* @Y), i1 icmp ult (i8* @X, i8* @Z)), align 2 10 ; CHECK: @B = global i1 xor (i1 icmp ult (i8* @X, i8* @Y), i1 icmp ult (i8* @X, i8* @Z)) 11 @C = global i1 mul (i1 icmp ult (i8* @X, i8* @Y), i1 icmp ult (i8* @X, i8* @Z)) 12 ; CHECK: @C = global i1 and (i1 icmp ult (i8* @X, i8* @Y), i1 icmp ult (i8* @X, i8* @Z)) 14 @D = global i1 sdiv (i1 icmp ult (i8* @X, i8* @Y), i1 icmp ult (i8* @X, i8* @Z)) [all …]
|
/external/clang/test/CodeGen/ |
D | ms_struct-bitfield.c | 6 // Note that we're declaring global variables with these types, 18 // CHECK: @s1 = global i32 2 19 // CHECK-ARM: @s1 = global i32 2 30 // CHECK: @s2 = global i32 2 31 // CHECK-ARM: @s2 = global i32 2 44 // CHECK: @s3 = global i32 2 45 // CHECK-ARM: @s3 = global i32 2 53 // CHECK: @s4 = global i32 1 54 // CHECK-ARM: @s4 = global i32 1 64 // CHECK: @s5 = global i32 1 [all …]
|
D | const-init.c | 7 // CHECK: @a = global [5 x i8] c"asdf\00" 10 // CHECK: @a2 = global [2 x [5 x i8]] {{\[}}[5 x i8] c"asdf\00", [5 x i8] zeroinitializer] 29 // CHECK: @g1x = global { double, double } { double 1.000000e+00{{[0]*}}, double 0.000000e+00{{[0]*… 31 // CHECK: @g1y = global { double, double } { double 0.000000e+00{{[0]*}}, double 1.000000e+00{{[0]*… 33 // CHECK: @g1 = global { i8, i8 } { i8 1, i8 10 } 35 // CHECK: @g2 = global { i32, i32 } { i32 1, i32 10 } 37 // CHECK: @g3 = global { float, float } { float 1.000000e+00{{[0]*}}, float 1.000000e+0{{[0]*}}1 } 39 // CHECK: @g4 = global { double, double } { double 1.000000e+00{{[0]*}}, double 1.000000e+0{{[0]*}}… 41 // CHECK: @g5 = global { i32, i32 } zeroinitializer 43 // CHECK: @g6 = global { double, double } { double -1.100000e+0{{[0]*}}1, double 2.900000e+0{{[0]*}… [all …]
|
/external/llvm/test/Integer/ |
D | constexpr_bt.ll | 14 global i63 u0x00001 ; hexadecimal unsigned integer constants 15 global i63 s0x012312 ; hexadecimal signed integer constants 17 @t2 = global i33* @t1 ;; Forward reference without cast 18 @t3 = global i33* bitcast (i33* @t1 to i33*) ;; Forward reference with cast 19 @t1 = global i33 4 ;; i32* @0 20 @t4 = global i33** bitcast (i33** @t3 to i33**) ;; Cast of a previous cast 21 @t5 = global i33** @t3 ;; Reference to a previous cast 22 @t6 = global i33*** @t4 23 @t7 = global float* inttoptr (i32 12345678 to float*) ;; Cast ordinary value to ptr 24 @t9 = global i33 fptosi (float sitofp (i33 8 to float) to i33) ;; Nested cast expression [all …]
|
/external/llvm/test/Feature/ |
D | constexpr.ll | 13 global i64 u0x00001 ; hexadecimal unsigned integer constants 14 global i64 s0x0012312 ; hexadecimal signed integer constants 16 @t2 = global i32* @t1 ;; Forward reference without cast 17 @t3 = global i32* bitcast (i32* @t1 to i32*) ;; Forward reference with cast 18 @t1 = global i32 4 ;; i32* @0 19 @t4 = global i32** bitcast (i32** @t3 to i32**) ;; Cast of a previous cast 20 @t5 = global i32** @t3 ;; Reference to a previous cast 21 @t6 = global i32*** @t4 ;; Different ref. to a previous cast 22 @t7 = global float* inttoptr (i32 12345678 to float*) ;; Cast ordinary value to ptr 23 @t9 = global i32 bitcast (float bitcast (i32 8 to float) to i32) ;; Nested cast expression [all …]
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
D | LocalAndGlobalData.java | 20 * This is a special implementation of ChainedData to be used for holding the local and global Data 21 * objects (like local and global HDFs in Clearsilver). It prevents writes and modifications to the 22 * global Data object and applies them all to the local data object. 30 * global-scoped HDF that can be read from the template renderer. Part of the backwards 34 * @param global application global HDF data that should be read but not written to from the 37 public LocalAndGlobalData(Data local, Data global) { in LocalAndGlobalData() argument 38 this(local, global, false); in LocalAndGlobalData() 43 * global-scoped HDF that can be read from the template renderer. Part of the backwards 44 * compatibility with JNI Clearsilver and its globalHdf support. We wrap the global HDF in an 48 * @param global application global HDF data that should be read but not written to from the [all …]
|
/external/llvm/test/CodeGen/Mips/msa/ |
D | 3rf_int_float.ll | 7 @llvm_mips_fcaf_w_ARG1 = global <4 x float> <float 0.000000e+00, float 1.000000e+00, float 2.000000… 8 @llvm_mips_fcaf_w_ARG2 = global <4 x float> <float 4.000000e+00, float 5.000000e+00, float 6.000000… 9 @llvm_mips_fcaf_w_RES = global <4 x i32> <i32 0, i32 0, i32 0, i32 0>, align 16 29 @llvm_mips_fcaf_d_ARG1 = global <2 x double> <double 0.000000e+00, double 1.000000e+00>, align 16 30 @llvm_mips_fcaf_d_ARG2 = global <2 x double> <double 2.000000e+00, double 3.000000e+00>, align 16 31 @llvm_mips_fcaf_d_RES = global <2 x i64> <i64 0, i64 0>, align 16 51 @llvm_mips_fceq_w_ARG1 = global <4 x float> <float 0.000000e+00, float 1.000000e+00, float 2.000000… 52 @llvm_mips_fceq_w_ARG2 = global <4 x float> <float 4.000000e+00, float 5.000000e+00, float 6.000000… 53 @llvm_mips_fceq_w_RES = global <4 x i32> <i32 0, i32 0, i32 0, i32 0>, align 16 73 @llvm_mips_fceq_d_ARG1 = global <2 x double> <double 0.000000e+00, double 1.000000e+00>, align 16 [all …]
|