Home
last modified time | relevance | path

Searched defs:g5 (Results 1 – 25 of 74) sorted by relevance

123

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/boost_bind_compatibility/
Dbind_test.cpp276 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
Dbind_void_mf_test.cpp64 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
Dbind_cdecl_mf_test.cpp38 …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
Dbind_fastcall_mf_test.cpp58 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
Dbind_stdcall_mf_test.cpp58 …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
Dbind_mf2_test.cpp56 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/
Dbind_test.cpp251 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
Dbind_fastcall_mf_test.cpp57 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
Dbind_stdcall_mf_test.cpp57 …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
Dbind_cdecl_mf_test.cpp57 …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
Dbind_noexcept_mf_test.cpp48 …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
Dbind_void_mf_test.cpp58 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/
Dcodecapi.h10 # 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 Dfunction-pointer-arguments.cpp14 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 Dprivate-extern.c19 __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 Dbitfield-layout.c167 struct g5 { struct
171 CHECK_SIZE(struct, g5, 4); argument
H A Dattr-weak.c8 void __attribute__((weak_import)) g5(void) { in g5() function
H A Dconstant-builtins.c11 long double g5 = __builtin_infl(); variable
H A Dattr-alias-elf.c20 void g5() {} in g5() function
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/
H A Dvec256_int16_vsx.h110 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 Dbitfield-2.c213 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 Dmangle-literal-suffix.cpp13 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 Dgtest-param-util-generated.h3240 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/
Dissue60377.go67 func g5[P any](func(T1[P])) {} func
/aosp_15_r20/external/clang/test/CodeGenObjCXX/
H A Dencode.mm169 extern const char g5[] = @encode(basic_string); function

123