/external/llvm/test/MC/COFF/ |
D | cross-section-relative.s | 21 .globl g4 # @g4 symbol 23 g4: label
|
/external/clang/test/SemaCXX/ |
D | function-pointer-arguments.cpp | 13 int(*g4)(int, int) = f2; in good() local 28 int (*g4)(int, char) = f1; in bad() local
|
/external/sdv/vsomeip/third_party/boost/phoenix/test/boost_bind_compatibility/ |
D | bind_void_mf_test.cpp | 61 int g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); return 0; } in g4() function 123 bind<void>(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local 124 bind<void>(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local 125 bind<void>(&X::g4, ref(x), 1, 2, 3, 4)(); in member_function_test() local
|
D | bind_fastcall_mf_test.cpp | 55 void __fastcall g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); } in g4() function 118 bind(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local 119 bind(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local 120 bind(&X::g4, ref(x), 1, 2, 3, 4)(); in member_function_test() local
|
D | bind_stdcall_mf_test.cpp | 55 int __stdcall g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); return 0; } in g4() function 120 bind(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local 121 bind(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local 122 bind(&X::g4, ref(x), 1, 2, 3, 4)(); in member_function_test() local
|
D | bind_cdecl_mf_test.cpp | 35 int __cdecl g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); return 0; } in g4() function 98 bind(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local 99 bind(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local 100 bind(&X::g4, ref(x), 1, 2, 3, 4)(); in member_function_test() local
|
D | bind_mf2_test.cpp | 53 int g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); return 0; } in g4() function 116 bind(&X::g4, &x, 1, 2, 3, 4 )(); in member_function_test() local 117 bind(&X::g4, x, 1, 2, 3, 4 )(); in member_function_test() local 118 bind(&X::g4, ref(x), 1, 2, 3, 4 )(); in member_function_test() local
|
D | bind_test.cpp | 273 int g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); return 0; } in g4() function 307 void g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); } in g4() function 370 bind(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local 371 bind(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local 372 bind(&X::g4, ref(x), 1, 2, 3, 4)(); in member_function_test() local 462 bind(&V::g4, &v, 1, 2, 3, 4)(); in member_function_void_test() local 463 bind(&V::g4, v, 1, 2, 3, 4)(); in member_function_void_test() local 464 bind(&V::g4, ref(v), 1, 2, 3, 4)(); in member_function_void_test() local
|
/external/sdv/vsomeip/third_party/boost/bind/test/ |
D | bind_stdcall_mf_test.cpp | 54 int __stdcall g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); return 0; } in g4() function 116 bind(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local 117 bind(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local 118 bind(&X::g4, ref(x), 1, 2, 3, 4)(); in member_function_test() local
|
D | bind_noexcept_mf_test.cpp | 45 int g4(int a1, int a2, int a3, int a4) const noexcept { g3(a1, a2, a3); g1(a4); return 0; } in g4() function 105 boost::bind(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local 106 boost::bind(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local 107 boost::bind(&X::g4, boost::ref(x), 1, 2, 3, 4)(); in member_function_test() local
|
D | bind_cdecl_mf_test.cpp | 54 int __cdecl g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); return 0; } in g4() function 116 bind(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local 117 bind(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local 118 bind(&X::g4, ref(x), 1, 2, 3, 4)(); in member_function_test() local
|
D | bind_fastcall_mf_test.cpp | 54 void __fastcall g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); } in g4() function 116 bind(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local 117 bind(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local 118 bind(&X::g4, ref(x), 1, 2, 3, 4)(); in member_function_test() local
|
D | bind_void_mf_test.cpp | 54 int g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); return 0; } in g4() function 129 bind<void>(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local 130 bind<void>(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local 131 bind<void>(&X::g4, ref(x), 1, 2, 3, 4)(); in member_function_test() local
|
D | bind_test.cpp | 248 int g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); return 0; } in g4() function 282 void g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); } in g4() function 344 bind(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local 345 bind(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local 346 bind(&X::g4, ref(x), 1, 2, 3, 4)(); in member_function_test() local 434 bind(&V::g4, &v, 1, 2, 3, 4)(); in member_function_void_test() local 435 bind(&V::g4, v, 1, 2, 3, 4)(); in member_function_void_test() local 436 bind(&V::g4, ref(v), 1, 2, 3, 4)(); in member_function_void_test() local
|
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_test_eu_compact.cpp | 267 struct elk_reg g4 = elk_vec8_grf(4, 0); in TEST_P() local 300 struct elk_reg g4 = elk_vec8_grf(4, 0); in TEST_P() local 309 struct elk_reg g4 = elk_vec1_grf(4, 0); in TEST_P() local 318 struct elk_reg g4 = elk_vec8_grf(4, 0); in TEST_P() local
|
/external/ltp/testcases/network/multicast/mc_member/ |
D | mc_member_test.c | 112 unsigned g1, g2, g3, g4; in join_group() local 147 unsigned g1, g2, g3, g4; in leave_group() local
|
/external/clang/test/CodeGenCXX/ |
D | mangle-literal-suffix.cpp | 8 template <class T> void g4(char (&buffer)[sizeof(T() + 5.0L)]) {} in g4() function
|
D | cxx11-exception-spec.cpp | 95 void (*g4)() = &S<double>::g; in i() local
|
/external/clang/test/Sema/ |
D | constant-builtins.c | 10 double g4 = __builtin_inff(); variable
|
D | bitfield-layout.c | 153 struct __attribute__((packed)) g4 { struct 159 CHECK_SIZE(struct, g4, 4); argument
|
D | attr-alias-elf.c | 15 void g4() {} in g4() function
|
/external/mesa3d/src/intel/compiler/ |
D | test_eu_compact.cpp | 227 struct brw_reg g4 = brw_vec8_grf(4, 0); in TEST_P() local 260 struct brw_reg g4 = brw_vec1_grf(4, 0); in TEST_P() local
|
/external/ltp/testcases/network/multicast/mc_commo/ |
D | mc_recv.c | 28 unsigned i1, i2, i3, i4, g1, g2, g3, g4; in main() local
|
D | mc_send.c | 23 unsigned i1, i2, i3, i4, g1, g2, g3, g4; in main() local
|
/external/skia/src/core/ |
D | SkMaskBlurFilter.cpp | 512 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88& g4, in blur_x_radius_4() 560 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88& g4, in blur_row() 611 g4(gauss[4]); in blur_x_rect() local 750 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88& g4, in blur_y_radius_4() 777 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88& g4, in blur_column() 824 g4(gauss[4]); in blur_y_rect() local
|