HomeSort by relevance Sort by last modified time
    Searched defs:cdecl (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Parser/
arm-windows-calling-convention-handling.c 3 int __cdecl cdecl(int a, int b, int c, int d) { // expected-no-diagnostics function
x64-windows-calling-convention-handling.c 3 int __cdecl cdecl(int a, int b, int c, int d) { // expected-no-diagnostics function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windef.h 76 #define cdecl macro
77 #ifndef CDECL
78 #define CDECL

Completed in 81 milliseconds