Searched defs:cdecl (Results 1 – 3 of 3) sorted by relevance
3 int __cdecl cdecl(int a, int b, int c, int d) { // expected-no-diagnostics in cdecl() function
4 int __cdecl cdecl(int a, int b, int c, int d) { // expected-no-diagnostics in cdecl() function
15 auto cdecl = [](int, float, double) __attribute__((cdecl)){}; in useage() local