Home
last modified time | relevance | path

Searched defs:amusement (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/stg/test_cases/diff_tests/describe/
H A Dtypes.0.c1 struct amusement { struct
2 int A;
3 int B;
4 int C;
5 int D;
29 struct amusement * fun() { return 0; } in fun() argument
H A Dtypes.1.c1 struct amusement { struct
3 int A[7];
5 int *B;
7 int (*C)(void );
9 int D[7][7];
11 int *E[7];
13 int (*F[7])(void );
15 int (*G)[7];
17 int **H;
19 int (*I)(void );
[all …]