Searched defs:g1 (Results 1 - 25 of 175) sorted by relevance

1234567

/external/llvm/test/MC/ELF/
H A Dcomdat.s57 // Test that g1 and g2 are local, but g3 is an undefined global.
60 // CHECK: Name: g1
89 .section .foo,"axG",@progbits,g1,comdat
90 g1: label
/external/swiftshader/third_party/LLVM/test/MC/ELF/
H A Dcomdat.s43 // Test that g1 and g2 are local, but g3 is an undefined global.
46 // CHECK-NEXT: (('st_name', 0x00000001) # 'g1'
75 .section .foo,"axG",@progbits,g1,comdat
76 g1: label
79 .section .bar,"axG",@progbits,g1,comdat
/external/clang/test/CodeGen/
H A D2008-07-21-mixed-var-fn-decl.c4 int f1(), g1; variable
7 // CHECK: @g1 = common global i32 0, align 4
H A Dconst-arithmetic.c3 // CHECK: @g1 = global [2 x i8*] [i8* getelementptr (i8, i8* getelementptr inbounds ([0 x %struct.anon], [0 x %struct.anon]* @g0, i32 0, i32 0, i32 0), i64 -2), i8* getelementptr (i8, i8* getelementptr inbounds ([0 x %struct.anon], [0 x %struct.anon]* @g0, i32 0, i32 0, i32 0), i64 -46)], align 16
7 void *g1[] = {g0 + -1, g0 + -23 }; variable
H A Ddarwin-string-literals.c17 const void *g1 = __builtin___CFStringMakeConstantString("string1"); variable
H A Dpr12251.c4 enum e1 g1(enum e1 *x) { function
8 // CHECK-LABEL: define i32 @g1
H A Dprivate-extern.c4 // CHECK-DAG: @g1 = hidden constant i32 1
7 __private_extern__ const int g1 = 1; variable
H A DPR3613-static-decl.c16 void *g1 = f0; variable
H A Dasm-attrs.c17 int g0, g1; variable
24 __asm__ ("foo0" : "=r"(g1) : "r"(a));
25 __asm__ ("foo1" : "=r"(g1) : "r"(a) : "cc");
26 __asm__ ("foo2" : "=r"(g1) : "r"(a) : "memory");
27 __asm__ volatile("foo3" : "=r"(g1) : "r"(a));
28 __asm__ ("foo4" : "=r"(g1) : "r"(a), "m"(g0));
29 __asm__ ("foo5" : "=r"(g1) : "r"(a), "Q"(g0));
30 __asm__ ("foo6" : "=r"(g1), "=m"(g0) : "r"(a));
H A Dxcore-abi.cpp12 // CHECK: @g1 = global i32 0, align 4
13 int g1; variable
H A Dcfi-icall-cross-dso.c56 Fn g1() { function
/external/clang/test/Modules/Inputs/declare-use/
H A Dg.h4 #include "g1.h"
5 const int g1 = aux_g*c*7; variable
/external/clang/test/PCH/
H A Dcxx1z-init-statement.cpp13 void g1(void) { function
H A Dchain-staticvar-instantiation.cpp22 TS<int, 2> g1; member in namespace:NS
H A Dstmts.c9 int g1(int x) { return f1(x); } function
/external/compiler-rt/test/profile/Inputs/
H A Dinstrprof-shared-lib.c1 int g1 = 0; variable
6 g1++;
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp16.cpp4 template<class X1> void g1(T, X1);
13 template<class T> template<class X1> void A<T>::g1(T, X1) { } function in class:A
16 template<> template<class X1> void A<int>::g1(int, X1);
20 void A<int>::g1(int, char); // X1 deduced as char
/external/clang/test/CodeGenCXX/
H A Dcxx1z-init-statement.cpp45 void g1() { function
H A Dmember-function-pointer-calls.cpp16 int g1() { function
H A Dmicrosoft-abi-thread-safe-statics.cpp18 // CHECK-DAG: @"\01?i@?1??g1@@YAHXZ@4HA" = internal global i32 0, align 4
19 // CHECK-DAG: @"\01?$TSS0@?1??g1@@YAHXZ@4HA" = internal global i32 0, align 4
92 // CHECK-LABEL: define i32 @"\01?g1@@YAHXZ"()
94 int g1() { function
/external/libcxx/test/std/strings/basic.string.hash/
H A Dstrings.pass.cpp37 std::string g1 = "1234567890"; local
39 T s1(g1.begin(), g1.end());
/external/clang/test/CXX/expr/
H A Dp10-0x.cpp3 volatile int g1; variable
16 __extension__ g1; local
/external/clang/test/SemaCXX/
H A Dtypeid.cpp19 void g1(X &x) { function
/external/libcxx/test/std/strings/string.view/string.view.hash/
H A Dstring_view.pass.cpp43 char_type g1 [ 10 ]; local
46 g1[i] = g2[9-i] = static_cast<char_type>('0' + i);
49 SV s1(g1, 10);
/external/llvm/test/MC/COFF/
H A Dcross-section-relative.s6 .globl g1 # @g1
8 g1: label

Completed in 609 milliseconds

1234567