/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)]);
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug219.go | 31 func g3() { func
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug219.go | 31 func g3() { func
|
/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/ |
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);
|
/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/v8/test/mjsunit/compiler/ |
simple-global-access.js | 31 var g3 = 44; variable 35 function f2() { this.x = g1; this.y = g2; this.z = 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);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
copyfmt.pass.cpp | 94 void g3(std::ios_base::event ev, std::ios_base& stream, int index) function 141 ios2.register_callback(g3, 9);
|