Home
last modified time | relevance | path

Searched defs:f05 (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/stg/test_cases/diff_tests/function/
H A Dparameters.1.c5 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 Dparameters.0.c5 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 Dparameters.0.cc5 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 Dparameters.1.cc5 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 Dparameters.c5 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 Dparameters.cc5 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 Dreturn_type.1.c7 const int* (*f05)(); member
H A Dparameters.0.c6 int (*f05)(const int* restrict); member
H A Dreturn_type.0.c7 const int* restrict (*f05)(); member
H A Dparameters.1.c6 int (*f05)(const int*); member
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/
Dissue51229.go17 func f05[E1 ~byte, S2 ~[]E2, S1 ~[]E1, E2 ~byte](S1, S2) {} func
/aosp_15_r20/external/neon_2_sse/
H A DNEON_2_SSE.h6952 __m128 f3, f05, mul; in vrsqrtsq_f32() local