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

123

/external/clang/test/CodeGen/
H A Ddarwin-string-literals.c19 const void *g3 = __builtin___CFStringMakeConstantString("testâ„¢"); variable
H A Dbitfield.c83 int g3(void) { function
84 // CHECK-LABEL: @g3()
86 // PATH-LABEL: @g3()
H A Dpartial-reinitialization2.c11 struct LP3 { struct P1 p1[2]; } g3 = { { "dog" }, { "cat" } }; variable in typeref:struct:LP3
78 // .l3 = g3
79 // CHECK: call void @llvm.memcpy{{.*}}%struct.LP3, %struct.LP3* @g3{{.*}}i64 12, i32 {{[0-9]}}, i1 false)
89 struct LLP3 var = { .l3 = g3, .l3.p1 = { [0] = g1 }, .l3.p1[1].x[1] = 'x' };
H A Dregparm-struct.c25 void g3() { function
H A Dtbaa-class.cpp77 uint32_t g3(StructA *A, StructB *B, uint64_t count) { function
/external/v8/test/mjsunit/
H A Domit-constant-mapcheck.js57 var g3 = { a:2, b:9, c:1 }
60 g3.a = v;
61 return g3.a;
68 delete g3.c;
70 assertEquals({a:7, b:9}, g3);
H A Ddebug-evaluate-locals-optimized-double.js146 case 1: assertEquals(g3, frame.func().value()); break;
193 function g3(i, x1, y1) { function
207 g3(i - 1, a2, b2);
H A Ddebug-evaluate-locals-optimized.js137 case 1: assertEquals(g3, frame.func().value()); break;
182 function g3(i, x1, y1) { function
192 g3(i - 1, a2, b2);
/external/clang/test/CodeGenCXX/
H A Dmangle-literal-suffix.cpp4 template <class T> void g3(char (&buffer)[sizeof(T() + 5.0)]) {} function
5 template void g3<int>(char (&)[sizeof(double)]);
/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 Dvarargs-x86-64.c29 void __attribute__((ms_abi)) g3(float a, ...) { function
/external/llvm/test/MC/COFF/
H A Dcross-section-relative.s16 .globl g3 # @g3
18 g3: label
30 .quad (g3-t1)+4
35 .quad g3-t2
40 .quad (g3-t3)-4
45 .long g3-t4
50 .long g3@IMGREL
58 .long g3-(t6+16)
112 // READOBJ: Symbol: g3
[all...]
/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; }
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp11.cpp29 void g3() { function
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
H A Dcopy.pass.cpp62 char g1, g2, g3, p1, p3; local
64 t.setg(&g1, &g2, &g3);
69 wchar_t g1, g2, g3, p1, p3; local
71 t.setg(&g1, &g2, &g3);
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
H A Dassign.pass.cpp65 char g1, g2, g3, p1, p3; local
67 t.setg(&g1, &g2, &g3);
73 wchar_t g1, g2, g3, p1, p3; local
75 t.setg(&g1, &g2, &g3);
H A Dswap.pass.cpp75 char g1, g2, g3, p1, p3; local
77 t.setg(&g1, &g2, &g3);
83 wchar_t g1, g2, g3, p1, p3; local
85 t.setg(&g1, &g2, &g3);
/external/valgrind/tests/
H A Dos_test.c33 int a1, a2, a3, g1, g2, g3; // 'a' = actual; 'g' = given local
43 if (sscanf(min_version, "%d.%d.%d", &g1, &g2, &g3) != 3) return False;
46 // printf("given %d %d %d\n", g1, g2,g3);
52 if (a3 >= g3) return True;
/external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
H A Dcopyfmt.pass.cpp97 void g3(std::ios_base::event ev, std::ios_base& stream, int index) function
144 ios2.register_callback(g3, 9);
H A Dmove.pass.cpp72 void g3(std::ios_base::event ev, std::ios_base& stream, int index) function
94 ios2.register_callback(g3, 9);
H A Dswap.pass.cpp68 void g3(std::ios_base::event ev, std::ios_base& stream, int index) function
106 ios2.register_callback(g3, 9);
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp6.cpp66 constexpr T3<Literal> g3() { return {}; } // ok function in namespace:TemplateVBase

Completed in 478 milliseconds

123