Home
last modified time | relevance | path

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

/aosp_15_r20/external/stg/test_cases/diff_tests/function/
H A Dparameters.1.c4 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 Dparameters.0.c4 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 Dparameters.0.cc4 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 Dparameters.1.cc4 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 Dparameters.c4 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 Dparameters.cc4 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 Dreturn_type.1.c6 int* (*f04)(); member
H A Dparameters.0.c5 int (*f04)(int* restrict); member
H A Dreturn_type.0.c6 int* restrict (*f04)(); member
H A Dparameters.1.c5 int (*f04)(int*); member
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/
Dissue51229.go16 func f04[S2 ~[]E2, E1 ~byte, S1 ~[]E1, E2 ~byte](S1, S2) {} func