Lines Matching defs:FAM
38 typedef struct FAM { in test_incomplete_array_fam() struct
39 char c; in test_incomplete_array_fam()
40 int data[]; in test_incomplete_array_fam()
41 } FAM; in test_incomplete_array_fam() typedef
83 typedef struct FAM { in test_too_small_base() struct
84 long c; in test_too_small_base()
85 int data[]; in test_too_small_base()
86 } FAM; in test_too_small_base() typedef
96 typedef struct FAM { in test_zero_length_array_fam() struct
97 char c; in test_zero_length_array_fam()
98 int data[0]; in test_zero_length_array_fam()
99 } FAM; in test_zero_length_array_fam() typedef
122 typedef struct FAM { in test_single_element_array_possible_fam() struct
123 char c; in test_single_element_array_possible_fam()
124 int data[1]; in test_single_element_array_possible_fam()
125 } FAM; in test_single_element_array_possible_fam() typedef