HomeSort by relevance Sort by last modified time
    Searched defs:g3 (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/CodeGen/
darwin-string-literals.c 19 const void *g3 = __builtin___CFStringMakeConstantString("test?"); variable
bitfield.c 83 int g3(void) { function
84 // CHECK-LABEL: @g3()
86 // PATH-LABEL: @g3()
  /external/clang/test/CodeGenCXX/
mangle-literal-suffix.cpp 4 template <class T> void g3(char (&buffer)[sizeof(T() + 5.0)]) {} function
5 template void g3<int>(char (&)[sizeof(double)]);
  /external/v8/test/mjsunit/
omit-constant-mapcheck.js 57 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);
debug-evaluate-locals-optimized-double.js 146 case 1: assertEquals(g3, frame.func().value()); break;
193 function g3(i, x1, y1) { function
207 g3(i - 1, a2, b2);
debug-evaluate-locals-optimized.js 137 case 1: assertEquals(g3, frame.func().value()); break;
182 function g3(i, x1, y1) { function
192 g3(i - 1, a2, b2);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
branch-misc-2.s 5 .globl g3 .text
17 g3: label
23 bal g3
  /external/clang/test/Sema/
attr-weak.c 6 int g3 __attribute__((weak_import)); // expected-warning {{'weak_import' attribute cannot be specified on a definition}} variable
align-x86.c 17 _Complex double g3; variable
18 short chk1[__alignof__(g3) == 8 ? 1 : -1];
constant-builtins.c 9 float g3 = __builtin_inf(); variable
varargs-x86-64.c 29 void __attribute__((ms_abi)) g3(float a, ...) { function
  /external/llvm/test/MC/COFF/
cross-section-relative.s 16 .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/es6/
tail-call-proxies.js 46 function g3(a) { return p3(2, 3, 4); } function
47 assertEquals(19, g3(1));
86 function g3(a) { return p3(2, 3, 4); }
87 assertEquals(19, g3());
  /external/v8/test/mjsunit/regress/
regress-599710.js 31 function g3() { function
37 %OptimizeFunctionOnNextCall(g3);
38 assertEquals("hey", g3());
  /external/v8/test/mjsunit/compiler/
count-deopt.js 178 var g3 = {x:null, f:inc11};
180 assertEquals(42, g3.f(g4));
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
p11.cpp 29 void g3() { function
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp 62 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/
assign.pass.cpp 65 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);
swap.pass.cpp 75 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/
os_test.c 33 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;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp 62 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);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp 65 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);
swap.pass.cpp 75 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/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
copyfmt.pass.cpp 97 void g3(std::ios_base::event ev, std::ios_base& stream, int index) function
144 ios2.register_callback(g3, 9);
move.pass.cpp 72 void g3(std::ios_base::event ev, std::ios_base& stream, int index) function
94 ios2.register_callback(g3, 9);

Completed in 827 milliseconds

1 2 3 4 5 6 7