Home
last modified time | relevance | path

Searched defs:f07 (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/stg/test_cases/diff_tests/function/
H A Dparameters.1.c7 int f07(int b, int c, int a) { return a + b + c + 7; } in f07() function
21 int (*f07)(int b, int c, int a); member
H A Dparameters.0.c7 int f07(int a, int b, int c) { return a + b + c + 7; } in f07() function
21 int (*f07)(int a, int b, int c); member
H A Dparameters.0.cc7 int f07(int a, int b, int c) { return a + b + c + 7; } in f07() function
35 int S::f07(int a, int b, int c) { return a + b + c + 19; } in f07() function in S
H A Dparameters.1.cc7 int f07(int b, int c, int a) { return a + b + c + 7; } in f07() function
35 int S::f07(int b, int c, int a) { return a + b + c + 19; } in f07() function in S
/aosp_15_r20/external/stg/test_cases/info_tests/function/
H A Dparameters.c7 int f07(int b, int c, int a) { return a + b + c + 7; } in f07() function
21 int (*f07)(int b, int c, int a); member
H A Dparameters.cc7 int f07(int b, int c, int a) { return a + b + c + 7; } in f07() function
35 int S::f07(int b, int c, int a) { return a + b + c + 19; } in f07() function in S
/aosp_15_r20/external/stg/test_cases/diff_tests/qualified/
H A Dreturn_type.1.c9 int* (*f07)(); member
H A Dparameters.0.c8 int (*f07)(int* const restrict); member
H A Dreturn_type.0.c9 int* const restrict (*f07)(); member
H A Dparameters.1.c8 int (*f07)(int*); member
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/
Dissue51229.go19 func f07[S2 ~[]E2, E2 ~byte, S1 ~[]E1, E1 ~byte](S1, S2) {} func