Searched defs:f07 (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/stg/test_cases/diff_tests/function/ |
H A D | parameters.1.c | 7 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 D | parameters.0.c | 7 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 D | parameters.0.cc | 7 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 D | parameters.1.cc | 7 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 D | parameters.c | 7 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 D | parameters.cc | 7 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 D | return_type.1.c | 9 int* (*f07)(); member
|
H A D | parameters.0.c | 8 int (*f07)(int* const restrict); member
|
H A D | return_type.0.c | 9 int* const restrict (*f07)(); member
|
H A D | parameters.1.c | 8 int (*f07)(int*); member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/ |
D | issue51229.go | 19 func f07[S2 ~[]E2, E2 ~byte, S1 ~[]E1, E1 ~byte](S1, S2) {} func
|