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

1 2 3 4 5 6 7 8 9

  /external/clang/test/CodeGen/
darwin-string-literals.c 19 const void *g3 = __builtin___CFStringMakeConstantString("test?"); variable
  /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.27/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
  /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/strace/tests/
setgroups.c 97 GID_TYPE *const g3 = tail_alloc(sizeof(*g3) * 3); local
138 g3[0] = 0;
139 g3[1] = 1;
140 rc = syscall(SYSCALL_NR, 3, g3);
143 printuid(g3[0]);
145 printuid(g3[1]);
148 rc = syscall(SYSCALL_NR, 4, g3);
151 printuid(g3[0]);
153 printuid(g3[1])
    [all...]
  /external/strace/tests-m32/
setgroups.c 97 GID_TYPE *const g3 = tail_alloc(sizeof(*g3) * 3); local
138 g3[0] = 0;
139 g3[1] = 1;
140 rc = syscall(SYSCALL_NR, 3, g3);
143 printuid(g3[0]);
145 printuid(g3[1]);
148 rc = syscall(SYSCALL_NR, 4, g3);
151 printuid(g3[0]);
153 printuid(g3[1])
    [all...]
  /external/strace/tests-mx32/
setgroups.c 97 GID_TYPE *const g3 = tail_alloc(sizeof(*g3) * 3); local
138 g3[0] = 0;
139 g3[1] = 1;
140 rc = syscall(SYSCALL_NR, 3, g3);
143 printuid(g3[0]);
145 printuid(g3[1]);
148 rc = syscall(SYSCALL_NR, 4, g3);
151 printuid(g3[0]);
153 printuid(g3[1])
    [all...]
  /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 64 char g1, g2, g3, p1, p3; local
66 t.setg(&g1, &g2, &g3);
71 wchar_t g1, g2, g3, p1, p3; local
73 t.setg(&g1, &g2, &g3);
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp 67 char g1, g2, g3, p1, p3; local
69 t.setg(&g1, &g2, &g3);
75 wchar_t g1, g2, g3, p1, p3; local
77 t.setg(&g1, &g2, &g3);
swap.pass.cpp 76 char g1, g2, g3, p1, p3; local
78 t.setg(&g1, &g2, &g3);
84 wchar_t g1, g2, g3, p1, p3; local
86 t.setg(&g1, &g2, &g3);
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
copy_assign.pass.cpp 50 int g3(int, int, int) { return 3; } function
115 Func f = g3;
118 assert(*f.target<int(*)(int, int, int)>() == g3);
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
swap.pass.cpp 59 int g3(int, int, int) { return 3; } function
153 std::function<int(int, int, int)> f1 = g3;
157 assert(*f1.target<int (*)(int, int, int)>() == g3);
  /external/valgrind/tests/
libc_test.c 23 int a1=0, a2=0, a3=0, g1=0, g2=0, g3=0; // 'a' = actual; 'g' = given local
38 if (sscanf(min_version, "%d.%d.%d", &g1, &g2, &g3) < 1) return False;
44 if (a3 >= g3) return True;
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;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp 64 char g1, g2, g3, p1, p3; local
66 t.setg(&g1, &g2, &g3);
71 wchar_t g1, g2, g3, p1, p3; local
73 t.setg(&g1, &g2, &g3);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp 67 char g1, g2, g3, p1, p3; local
69 t.setg(&g1, &g2, &g3);
75 wchar_t g1, g2, g3, p1, p3; local
77 t.setg(&g1, &g2, &g3);
swap.pass.cpp 77 char g1, g2, g3, p1, p3; local
79 t.setg(&g1, &g2, &g3);
85 wchar_t g1, g2, g3, p1, p3; local
87 t.setg(&g1, &g2, &g3);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
copy_assign.pass.cpp 50 int g3(int, int, int) { return 3; } function
116 Func f = g3;
119 assert(*f.target<int(*)(int, int, int)>() == g3);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
swap.pass.cpp 59 int g3(int, int, int) { return 3; } function
154 std::function<int(int, int, int)> f1 = g3;
158 assert(*f1.target<int (*)(int, int, int)>() == g3);

Completed in 504 milliseconds

1 2 3 4 5 6 7 8 9