Lines Matching +defs:d +defs:a
3 void f1(const char* a, const char* b) {} in f1()
6 void f2(const char* a, char* b) {} in f2()
9 void f3(int a, const char* b, const char* c) {} in f3()
12 const char *f4(const char* a, const char* b) { return 0; } in f4()
15 void f5(char const* a, unsigned int b, char c, void const* d, char const* e, unsigned int f) {} in f5()
18 void f6(bool a, bool b) {} in f6()
21 void f7(int a, int* b, int c, int* d, bool e, bool f, bool* g) {} in f7()
30 void g1(struct S a) {} in g1()
33 void g2(struct S a, struct S b) {} in g2()
36 void g3(struct S a, struct S b, struct S* c, struct S* d) {} in g3()
39 void g4(const char* a, struct S* b, const char* c, struct S* d) { in g4()
49 void *h(size_t a, uintptr_t b) { return 0; } in h()
56 void h1(const char* a, const char* b, VoidFunc c, VoidFunc d) {} in h1()