Searched defs:f05 (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/stg/test_cases/diff_tests/function/ |
H A D | parameters.1.c | 5 int f05(int a, int c, int b) { return a + b + c + 5; } in f05() function 19 int (*f05)(int a, int c, int b); member
|
H A D | parameters.0.c | 5 int f05(int a, int b, int c) { return a + b + c + 5; } in f05() function 19 int (*f05)(int a, int b, int c); member
|
H A D | parameters.0.cc | 5 int f05(int a, int b, int c) { return a + b + c + 5; } in f05() function 33 int S::f05(int a, int b, int c) { return a + b + c + 17; } in f05() function in S
|
H A D | parameters.1.cc | 5 int f05(int a, int c, int b) { return a + b + c + 5; } in f05() function 33 int S::f05(int a, int c, int b) { return a + b + c + 17; } in f05() function in S
|
/aosp_15_r20/external/stg/test_cases/info_tests/function/ |
H A D | parameters.c | 5 int f05(int a, int c, int b) { return a + b + c + 5; } in f05() function 19 int (*f05)(int a, int c, int b); member
|
H A D | parameters.cc | 5 int f05(int a, int c, int b) { return a + b + c + 5; } in f05() function 33 int S::f05(int a, int c, int b) { return a + b + c + 17; } in f05() function in S
|
/aosp_15_r20/external/stg/test_cases/diff_tests/qualified/ |
H A D | return_type.1.c | 7 const int* (*f05)(); member
|
H A D | parameters.0.c | 6 int (*f05)(const int* restrict); member
|
H A D | return_type.0.c | 7 const int* restrict (*f05)(); member
|
H A D | parameters.1.c | 6 int (*f05)(const int*); member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/ |
D | issue51229.go | 17 func f05[E1 ~byte, S2 ~[]E2, S1 ~[]E1, E2 ~byte](S1, S2) {} func
|
/aosp_15_r20/external/neon_2_sse/ |
H A D | NEON_2_SSE.h | 6952 __m128 f3, f05, mul; in vrsqrtsq_f32() local
|