HomeSort by: relevance | last modified time | path
    Searched defs:is_stdcall (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ada-spec.cc 1512 const bool is_stdcall local
1520 if (is_stdcall)
1540 if (is_stdcall)
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ada-spec.cc 1512 const bool is_stdcall local
1520 if (is_stdcall)
1540 if (is_stdcall)
  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 2205 int is_stdcall = !lead_at && strchr (name, '@') != NULL;
2209 || (add_stdcall_underscore && is_stdcall)))
2204 int is_stdcall = !lead_at && strchr (name, '@') != NULL; local
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 2204 int is_stdcall = !lead_at && strchr (name, '@') != NULL;
2208 || (add_stdcall_underscore && is_stdcall)))
2203 int is_stdcall = !lead_at && strchr (name, '@') != NULL; local

Completed in 34 milliseconds