Searched defs:g2 (Results 1 - 25 of 164) sorted by relevance

1234567

/external/clang/test/Modules/
H A Ddeclare-use1.cpp9 const int g2 = g1 + e + f + aux_i + sub; variable
H A Ddeclare-use3.cpp4 const int g2 = g1 + e + f + aux_i; variable
H A Dstrict-decluse.cpp9 const int g2 = g1 + e + f + aux_i; variable
H A Ddeclare-use4.cpp8 const int g2 = j; variable
/external/clang/test/CodeGen/
H A Dconst-arithmetic.c4 // CHECK: @g2 = 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
8 void *g2[] = {g0 - 1, g0 - 23 }; variable
H A Ddarwin-string-literals.c18 const void *g2 = __builtin___CFStringMakeConstantString("hello \u2192 \u2603 \u2190 world"); variable
H A Dasm-attrs.c21 } g2; variable in typeref:struct:S
32 __asm__ ("foo8" : "=r"(g2) : "r"(a));
H A Dextern-inline.c18 int g2(void) {return f2(0,1);} function
/external/compiler-rt/test/profile/Inputs/
H A Dinstrprof-shared-lib.c2 int g2 = 1; variable
8 g2++;
/external/llvm/test/MC/ELF/
H A Dweak-diff.s22 g2: label
24 .quad g2 - f2
25 .quad f2 - g2
/external/clang/test/CodeGenCXX/
H A Dcxx1z-init-statement.cpp59 int g2() { function
H A Dmember-function-pointer-calls.cpp25 int g2() { function
/external/libcxx/test/std/strings/basic.string.hash/
H A Dstrings.pass.cpp38 std::string g2 = "1234567891"; local
40 T s2(g2.begin(), g2.end());
/external/clang/test/CXX/expr/
H A Dp10-0x.cpp6 } g2; variable in typeref:struct:S
20 g2.a;
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dp9.cpp36 void g2() { function in namespace:PR6707
/external/clang/test/Sema/
H A Dattr-weak.c5 int g2 __attribute__((weak)); variable
H A Dalign-x86.c9 long long g2; variable
10 short chk1[__alignof__(g2) == 8 ? 1 : -1];
H A Dattr-deprecated-message.c24 int g2 __attribute__ ((deprecated("Please avoid g2"))); // expected-note {{'g2' has been explicitly marked deprecated here}} variable
30 return g1 + g2; // expected-warning {{'g2' is deprecated: Please avoid g2}}
H A Dconstant-builtins.c8 long double g2 = __builtin_huge_vall(); variable
H A Dwarn-missing-prototypes.c12 static int g2();
14 int g2(int x) { return x; } function
/external/libcxx/test/std/strings/string.view/string.view.hash/
H A Dstring_view.pass.cpp44 char_type g2 [ 10 ]; local
46 g1[i] = g2[9-i] = static_cast<char_type>('0' + i);
51 SV s2(g2, 10);
/external/llvm/test/MC/COFF/
H A Dcross-section-relative.s11 .globl g2 # @g2
13 g2: label
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp11.cpp20 void g2() { function
/external/clang/test/SemaCXX/
H A Dpragma-vtordisp.cpp68 int g2() function
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dcopy_assign.pass.cpp49 int g2(int, int) { return 2; } function
108 Func f = g2;
111 assert(*f.target<int(*)(int, int)>() == g2);

Completed in 666 milliseconds

1234567