Home
last modified time | relevance | path

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

/external/stg/test_cases/diff_tests/qualified/
Dparameters.0.c7 int (*f06)(int* restrict const); member
Dreturn_type.1.c8 int* (*f06)(); member
Dreturn_type.0.c8 int* restrict const (*f06)(); member
Dparameters.1.c7 int (*f06)(int*); member
/external/stg/test_cases/diff_tests/function/
Dparameters.0.c6 int f06(int a, int b, int c) { return a + b + c + 6; } in f06() function
20 int (*f06)(int a, int b, int c); member
Dparameters.1.c6 int f06(int c, int b, int a) { return a + b + c + 6; } in f06() function
20 int (*f06)(int c, int b, int a); member
Dparameters.0.cc6 int f06(int a, int b, int c) { return a + b + c + 6; } in f06() function
34 int S::f06(int a, int b, int c) { return a + b + c + 18; } in f06() function in S
Dparameters.1.cc6 int f06(int c, int b, int a) { return a + b + c + 6; } in f06() function
34 int S::f06(int c, int b, int a) { return a + b + c + 18; } in f06() function in S
/external/stg/test_cases/info_tests/function/
Dparameters.c6 int f06(int c, int b, int a) { return a + b + c + 6; } in f06() function
20 int (*f06)(int c, int b, int a); member
Dparameters.cc6 int f06(int c, int b, int a) { return a + b + c + 6; } in f06() function
34 int S::f06(int c, int b, int a) { return a + b + c + 18; } in f06() function in S