Searched defs:f04 (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/stg/test_cases/diff_tests/function/ |
H A D | parameters.1.c | 4 int f04(int b, int a, int c) { return a + b + c + 4; } in f04() function 18 int (*f04)(int b, int a, int c); member
|
H A D | parameters.0.c | 4 int f04(int a, int b, int c) { return a + b + c + 4; } in f04() function 18 int (*f04)(int a, int b, int c); member
|
H A D | parameters.0.cc | 4 int f04(int a, int b, int c) { return a + b + c + 4; } in f04() function 32 int S::f04(int a, int b, int c) { return a + b + c + 16; } in f04() function in S
|
H A D | parameters.1.cc | 4 int f04(int b, int a, int c) { return a + b + c + 4; } in f04() function 32 int S::f04(int b, int a, int c) { return a + b + c + 16; } in f04() function in S
|
/aosp_15_r20/external/stg/test_cases/info_tests/function/ |
H A D | parameters.c | 4 int f04(int b, int a, int c) { return a + b + c + 4; } in f04() function 18 int (*f04)(int b, int a, int c); member
|
H A D | parameters.cc | 4 int f04(int b, int a, int c) { return a + b + c + 4; } in f04() function 32 int S::f04(int b, int a, int c) { return a + b + c + 16; } in f04() function in S
|
/aosp_15_r20/external/stg/test_cases/diff_tests/qualified/ |
H A D | return_type.1.c | 6 int* (*f04)(); member
|
H A D | parameters.0.c | 5 int (*f04)(int* restrict); member
|
H A D | return_type.0.c | 6 int* restrict (*f04)(); member
|
H A D | parameters.1.c | 5 int (*f04)(int*); member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/ |
D | issue51229.go | 16 func f04[S2 ~[]E2, E1 ~byte, S1 ~[]E1, E2 ~byte](S1, S2) {} func
|