Lines Matching +defs:e +defs:e +defs:a +defs:a

4 void func_ignore(int a, int b, int c)  in func_ignore()
83 void func_arrayi(int* a, int N) in func_arrayi()
92 void func_arrayf(float* a, int N) in func_arrayf()
105 struct { int a; int b; }* array; member
106 struct { int a; int b; } seq[3]; member
150 char a; member
155 char a[6]; member
166 long a; member
173 func_struct_large(struct S4 a, struct S4 b) in func_struct_large()
179 char a; member
186 func_struct_large2(struct S5 a, struct S5 b) in func_struct_large2()
192 long a; member
199 func_struct_large3(struct S6 a, struct S6 b) in func_struct_large3()
205 func_many_args(int a, int b, long c, double d, char e, int f, float g, char h, in func_many_args()
213 func_lens(int a, long b, short c, long d) in func_lens()
218 func_bool(int a, int b) in func_bool()
224 func_hide(int a, int b, int c, int d, int e, int f) in func_hide()
229 int a; int b; int c; int d; int e; int f; int g; int h; member
249 func_negative_enum(short a, unsigned short b, int c, unsigned d, in func_negative_enum()
250 long e, unsigned long f) in func_negative_enum()
261 struct struct_size1 { char a; }; member
262 struct struct_size2 { short a; }; member
263 struct struct_size4 { int a; }; member
264 struct struct_size8 { int a; int b; }; member
267 func_struct_empty(struct struct_empty e) in func_struct_empty()
273 func_struct_size1(struct struct_size1 e) in func_struct_size1()
279 func_struct_size2(struct struct_size2 e) in func_struct_size2()
285 func_struct_size4(struct struct_size4 e) in func_struct_size4()
291 func_struct_size8(struct struct_size8 e) in func_struct_size8()