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

1234

/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()
/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, ...) { // expected-note 2{{parameter of type 'float' is declared here}} 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/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp11.cpp29 void g3() { function
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dcopy_assign.pass.cpp50 int g3(int, int, int) { return 3; } function
115 Func f = g3;
118 assert(*f.target<int(*)(int, int, int)>() == g3);
/external/strace/tests/
H A Dsetgroups.c97 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[
[all...]
/external/strace/tests-m32/
H A Dsetgroups.c97 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[
[all...]
/external/strace/tests-mx32/
H A Dsetgroups.c97 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[
[all...]
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
H A Dcopy.pass.cpp64 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/
H A Dassign.pass.cpp67 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);
H A Dswap.pass.cpp76 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.mod/
H A Dswap.pass.cpp59 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/
H A Dlibc_test.c23 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;
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.cpp99 void g3(std::ios_base::event ev, std::ios_base& stream, int index) function
146 ios2.register_callback(g3, 9);
H A Dmove.pass.cpp72 void g3(std::ios_base::event ev, std::ios_base&, int index) function
94 ios2.register_callback(g3, 9);
H A Dswap.pass.cpp68 void g3(std::ios_base::event, std::ios_base&, int index) function
106 ios2.register_callback(g3, 9);
/external/ltp/testcases/network/multicast/mc_commo/
H A Dmc_recv.c28 unsigned i1, i2, i3, i4, g1, g2, g3, g4; local
41 if ((n = sscanf(argv[1], "%u.%u.%u.%u", &g1, &g2, &g3, &g4)) != 4) {
46 htonl((g1 << 24) | (g2 << 16) | (g3 << 8) | g4);
H A Dmc_send.c23 unsigned i1, i2, i3, i4, g1, g2, g3, g4; local
42 if ((n = sscanf(argv[1], "%u.%u.%u.%u", &g1, &g2, &g3, &g4)) != 4) {
47 htonl((g1 << 24) | (g2 << 16) | (g3 << 8) | g4);
/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 509 milliseconds

1234