Home
last modified time | relevance | path

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

/external/stg/test_cases/diff_tests/qualified/
Dparameters.0.c8 int (*f07)(int* const restrict); member
Dreturn_type.1.c9 int* (*f07)(); member
Dreturn_type.0.c9 int* const restrict (*f07)(); member
Dparameters.1.c8 int (*f07)(int*); member
/external/stg/test_cases/diff_tests/function/
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
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
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
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
/external/stg/test_cases/info_tests/function/
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
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