/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/boost_bind_compatibility/ |
D | bind_test.cpp | 276 int g5(int a1, int a2, int a3, int a4, int a5) const { g4(a1, a2, a3, a4); g1(a5); return 0; } in g5() function 310 void g5(int a1, int a2, int a3, int a4, int a5) const { g4(a1, a2, a3, a4); g1(a5); } in g5() function 379 bind(&X::g5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local 380 bind(&X::g5, x, 1, 2, 3, 4, 5)(); in member_function_test() local 381 bind(&X::g5, ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local 471 bind(&V::g5, &v, 1, 2, 3, 4, 5)(); in member_function_void_test() local 472 bind(&V::g5, v, 1, 2, 3, 4, 5)(); in member_function_void_test() local 473 bind(&V::g5, ref(v), 1, 2, 3, 4, 5)(); in member_function_void_test() local
|
D | bind_void_mf_test.cpp | 64 int g5(int a1, int a2, int a3, int a4, int a5) const { g4(a1, a2, a3, a4); g1(a5); return 0; } in g5() function 132 bind<void>(&X::g5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local 133 bind<void>(&X::g5, x, 1, 2, 3, 4, 5)(); in member_function_test() local 134 bind<void>(&X::g5, ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local
|
D | bind_cdecl_mf_test.cpp | 38 …int __cdecl g5(int a1, int a2, int a3, int a4, int a5) const { g4(a1, a2, a3, a4); g1(a5); return … in g5() function 107 bind(&X::g5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local 108 bind(&X::g5, x, 1, 2, 3, 4, 5)(); in member_function_test() local 109 bind(&X::g5, ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local
|
D | bind_fastcall_mf_test.cpp | 58 void __fastcall g5(int a1, int a2, int a3, int a4, int a5) const { g4(a1, a2, a3, a4); g1(a5); } in g5() function 127 bind(&X::g5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local 128 bind(&X::g5, x, 1, 2, 3, 4, 5)(); in member_function_test() local 129 bind(&X::g5, ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local
|
D | bind_stdcall_mf_test.cpp | 58 …int __stdcall g5(int a1, int a2, int a3, int a4, int a5) const { g4(a1, a2, a3, a4); g1(a5); retur… in g5() function 129 bind(&X::g5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local 130 bind(&X::g5, x, 1, 2, 3, 4, 5)(); in member_function_test() local 131 bind(&X::g5, ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local
|
D | bind_mf2_test.cpp | 56 int g5(int a1, int a2, int a3, int a4, int a5) const { g4(a1, a2, a3, a4); g1(a5); return 0; } in g5() function 125 bind(&X::g5, &x, 1, 2, 3, 4, 5 )(); in member_function_test() local 126 bind(&X::g5, x, 1, 2, 3, 4, 5 )(); in member_function_test() local 127 bind(&X::g5, ref(x), 1, 2, 3, 4, 5 )(); in member_function_test() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/test/ |
D | bind_test.cpp | 251 int g5(int a1, int a2, int a3, int a4, int a5) const { g4(a1, a2, a3, a4); g1(a5); return 0; } in g5() function 285 void g5(int a1, int a2, int a3, int a4, int a5) const { g4(a1, a2, a3, a4); g1(a5); } in g5() function 353 bind(&X::g5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local 354 bind(&X::g5, x, 1, 2, 3, 4, 5)(); in member_function_test() local 355 bind(&X::g5, ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local 443 bind(&V::g5, &v, 1, 2, 3, 4, 5)(); in member_function_void_test() local 444 bind(&V::g5, v, 1, 2, 3, 4, 5)(); in member_function_void_test() local 445 bind(&V::g5, ref(v), 1, 2, 3, 4, 5)(); in member_function_void_test() local
|
D | bind_fastcall_mf_test.cpp | 57 void __fastcall g5(int a1, int a2, int a3, int a4, int a5) const { g4(a1, a2, a3, a4); g1(a5); } in g5() function 125 bind(&X::g5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local 126 bind(&X::g5, x, 1, 2, 3, 4, 5)(); in member_function_test() local 127 bind(&X::g5, ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local
|
D | bind_stdcall_mf_test.cpp | 57 …int __stdcall g5(int a1, int a2, int a3, int a4, int a5) const { g4(a1, a2, a3, a4); g1(a5); retur… in g5() function 125 bind(&X::g5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local 126 bind(&X::g5, x, 1, 2, 3, 4, 5)(); in member_function_test() local 127 bind(&X::g5, ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local
|
D | bind_cdecl_mf_test.cpp | 57 …int __cdecl g5(int a1, int a2, int a3, int a4, int a5) const { g4(a1, a2, a3, a4); g1(a5); return … in g5() function 125 bind(&X::g5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local 126 bind(&X::g5, x, 1, 2, 3, 4, 5)(); in member_function_test() local 127 bind(&X::g5, ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local
|
D | bind_noexcept_mf_test.cpp | 48 …int g5(int a1, int a2, int a3, int a4, int a5) const noexcept { g4(a1, a2, a3, a4); g1(a5); return… in g5() function 114 boost::bind(&X::g5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local 115 boost::bind(&X::g5, x, 1, 2, 3, 4, 5)(); in member_function_test() local 116 boost::bind(&X::g5, boost::ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local
|
D | bind_void_mf_test.cpp | 58 int g5(int a1, int a2, int a3, int a4, int a5) const { g4(a1, a2, a3, a4); g1(a5); return 0; } in g5() function 140 bind<void>(&X::g5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local 141 bind<void>(&X::g5, x, 1, 2, 3, 4, 5)(); in member_function_test() local 142 bind<void>(&X::g5, ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | codecapi.h | 10 # define DEFINE_CODECAPI_GUID(name, guidstr, g1,g2,g3,g4,g5,g6,g7,g8,g9,g10,g11) \ argument 23 # define DEFINE_CODECAPI_GUID(name, guidstr, g1,g2,g3,g4,g5,g6,g7,g8,g9,g10,g11) \ argument 28 # define DEFINE_CODECAPI_GUID(name, guidstr, g1,g2,g3,g4,g5,g6,g7,g8,g9,g10,g11) DEFINE_GUIDSTRU… argument
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | function-pointer-arguments.cpp | 14 int(*g5)(const int, int) = f2; in good() local 31 int (*g5)(int) = f1; in bad() local
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | private-extern.c | 19 __private_extern__ int g5; // expected-note{{previous declaration}} variable 20 static int g5; // expected-error{{static declaration of 'g5' follows non-static declaration}} variable
|
H A D | bitfield-layout.c | 167 struct g5 { struct 171 CHECK_SIZE(struct, g5, 4); argument
|
H A D | attr-weak.c | 8 void __attribute__((weak_import)) g5(void) { in g5() function
|
H A D | constant-builtins.c | 11 long double g5 = __builtin_infl(); variable
|
H A D | attr-alias-elf.c | 20 void g5() {} in g5() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/ |
H A D | vec256_int16_vsx.h | 110 constexpr int16_t g5 = ((mask & 32) >> 5) * 0xffff; in blend() local 170 constexpr int16_t g5 = ((mask & 32) >> 5) * 0xffff; in blend() local
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | bitfield-2.c | 213 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef }; variable 229 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef, 0xdeadbeef }; in test_5() local
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | mangle-literal-suffix.cpp | 13 template <class T> void g5(char (&buffer)[sizeof(T() + 5)]) {} in g5() function
|
/aosp_15_r20/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-param-util-generated.h | 3240 const ParamGenerator<T4>& g4, const ParamGenerator<T5>& g5) in CartesianProductGenerator5() 3265 const ParamGenerator<T5>& g5, in Iterator() 3409 const ParamGenerator<T4>& g4, const ParamGenerator<T5>& g5, in CartesianProductGenerator6() 3435 const ParamGenerator<T5>& g5, in Iterator() 3595 const ParamGenerator<T4>& g4, const ParamGenerator<T5>& g5, in CartesianProductGenerator7() 3622 const ParamGenerator<T5>& g5, in Iterator() 3798 const ParamGenerator<T4>& g4, const ParamGenerator<T5>& g5, in CartesianProductGenerator8() 3828 const ParamGenerator<T5>& g5, in Iterator() 4020 const ParamGenerator<T4>& g4, const ParamGenerator<T5>& g5, in CartesianProductGenerator9() 4050 const ParamGenerator<T5>& g5, in Iterator() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/ |
D | issue60377.go | 67 func g5[P any](func(T1[P])) {} func
|
/aosp_15_r20/external/clang/test/CodeGenObjCXX/ |
H A D | encode.mm | 169 extern const char g5[] = @encode(basic_string); function
|