Searched defs:g3 (Results 1 - 25 of 45) sorted by relevance

12

/external/clang/test/CodeGen/
H A Ddarwin-string-literals.c19 const void *g3 = __builtin___CFStringMakeConstantString("testâ„¢"); variable
H A Dbitfield.c72 int g3(void) { function
H A Dregparm-struct.c25 void g3() { function
H A Dbitfield-2.c144 struct s3 g3 = { 0xdeadbeef, 0xdeadbeef }; variable in typeref:struct:s3
163 struct s3 g3 = { 0xdeadbeef, 0xdeadbeef }; local
165 res ^= g3.f0 ^ g3.f1;
166 res ^= f3_load(&g3) ^ f3_store(&g3) ^ f3_reload(&g3);
167 res ^= g3.f0 ^ g3.f1;
H A Dconst-init.c37 // CHECK: @g3 = global { float, float } { float 1.000000e+00{{[0]*}}, float 1.000000e+0{{[0]*}}1 }
38 _Complex float g3 = 1.0 + 10.0i; variable
H A Dinit.c25 // CHECK: @g3 = constant i32 10
27 const int g3 = 10; variable
/external/clang/test/Sema/
H A Dattr-weak.c6 int g3 __attribute__((weak_import)); // expected-warning {{'weak_import' attribute cannot be specified on a definition}} variable
H A Dalign-x86.c17 _Complex double g3; variable
18 short chk1[__alignof__(g3) == 8 ? 1 : -1];
H A Dconstant-builtins.c9 float g3 = __builtin_inf(); variable
H A Dconstant-builtins-2.c9 double g3 = __builtin_inf(); variable
H A Dfunction-redecl.c45 extern void g3(int); // expected-note{{previous declaration is here}}
46 static void g3(int x) { } // expected-error{{static declaration of 'g3' follows non-static declaration}} function
H A Dprivate-extern.c12 int g3; // expected-note{{previous definition}} variable
13 static int g3; // expected-error{{static declaration of 'g3' follows non-static declaration}} variable
/external/v8/test/mjsunit/
H A Ddebug-evaluate-locals-optimized-double.js134 case 1: assertEquals(g3, frame.func().value()); break;
152 // expect an optimized frame for f with g1, g2 and g3 inlined.
191 function g3(i, x1, y1) { function
205 g3(i - 1, a2, b2);
H A Ddebug-evaluate-locals-optimized.js124 case 1: assertEquals(g3, frame.func().value()); break;
142 // expect an optimized frame for f with g1, g2 and g3 inlined.
179 function g3(i, x1, y1) { function
188 g3(i - 1, a2, b2);
/external/v8/test/mjsunit/compiler/
H A Dcount-deopt.js178 var g3 = {x:null, f:inc11};
180 assertEquals(42, g3.f(g4));
H A Dsimple-global-access.js31 var g3 = 44; variable
35 function f2() { this.x = g1; this.y = g2; this.z = g3; }
H A Dassignment-deopt.js149 var g3 = { valueOf: function() { o.y = "bar"; return 42; }};
161 o.x = g3;
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp11.cpp29 void g3() { function
/external/v8/test/mjsunit/regress/
H A Dregress-1229.js77 function g3(z, y, x) { function
121 invoke(g3, [4, 3, 2]);
/external/valgrind/main/tests/
H A Dos_test.c32 int a1, a2, a3, g1, g2, g3; // 'a' = actual; 'g' = given local
42 if (sscanf(min_version, "%d.%d.%d", &g1, &g2, &g3) != 3) return False;
45 // printf("given %d %d %d\n", g1, g2,g3);
51 if (a3 >= g3) return True;
/external/clang/test/Analysis/
H A Dstack-addr-ps.cpp16 const int& g3() { function
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp6.cpp66 constexpr T3<Literal> g3() { return {}; } // ok function in namespace:TemplateVBase
H A Dp5.cpp10 constexpr int g3(int n) { return f(n*0); } function in namespace:StdExample
24 static_assert(g3(0) == 1, "");
25 static_assert(g3(1) == 1, "");
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-back-references.cpp36 void g3(struct S a, struct S b, struct S* c, struct S* d) {} function
37 // CHECK: "\01?g3@@YAXUS@@0PAU1@1@Z"
/external/clang/test/SemaCXX/
H A Daddress-of-temporary.cpp32 void g3() { int *p = (A){}; } // expected-warning{{pointer is initialized by a temporary array}} function in namespace:PointerToArrayDecay

Completed in 203 milliseconds

12