Home
last modified time | relevance | path

Searched defs:cdecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/Parser/
H A Dx64-windows-calling-convention-handling.c3 int __cdecl cdecl(int a, int b, int c, int d) { // expected-no-diagnostics in cdecl() function
H A Darm-windows-calling-convention-handling.c4 int __cdecl cdecl(int a, int b, int c, int d) { // expected-no-diagnostics in cdecl() function
/llvm-project/clang/test/SemaCXX/
H A Dlambda-conversion-op-cc.cpp15 auto cdecl = [](int, float, double) __attribute__((cdecl)){}; in useage() local