/third_party/typescript/tests/baselines/reference/ |
D | generatorImplicitAny.js | 16 function* g4() { generator 42 function* g4() { generator
|
/third_party/boost/libs/phoenix/test/boost_bind_compatibility/ |
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_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_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_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_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
|
/third_party/boost/libs/bind/test/ |
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_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_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_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
|
D | mem_fn_rv_test.cpp | 51 int g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); return 0; } in g4() function
|
/third_party/mesa3d/src/intel/compiler/ |
D | test_eu_compact.cpp | 264 struct brw_reg g4 = brw_vec8_grf(4, 0); in TEST_P() local 297 struct brw_reg g4 = brw_vec8_grf(4, 0); in TEST_P() local 306 struct brw_reg g4 = brw_vec1_grf(4, 0); in TEST_P() local 315 struct brw_reg g4 = brw_vec8_grf(4, 0); in TEST_P() local
|
/third_party/typescript/tests/cases/conformance/generators/ |
D | generatorImplicitAny.ts | 20 function* g4() { generator
|
D | generatorExplicitReturnType.ts | 25 function* g4(): Generator<number, boolean, string> { generator
|
D | generatorAssignability.ts | 9 declare const g4: AsyncGenerator<number, void, string>; constant
|
/third_party/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
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | destructuringWithLiteralInitializers.ts | 58 function g4([x, y = 0] = [0]) { } function
|
/third_party/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
|
/third_party/skia/gm/ |
D | localmatrixshader.cpp | 206 auto g4 = SkGradientShader::MakeRadial({imgRect.centerX(), imgRect.centerY()}, variable
|
/third_party/boost/libs/thread/test/ |
D | test_thread_mf.cpp | 32 int g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); return 0; } in g4() function
|
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
D | poly1305.c | 40 uint32_t g0,g1,g2,g3,g4; in poly1305_auth() local
|
/third_party/boost/libs/geometry/example/ |
D | 06_b_transformation_example.cpp | 150 model::polygon<point_2d> g4; in main() local
|