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

  /src/external/bsd/pcc/dist/pcc/arch/i86/
local.c 496 static int stdcall; variable
509 if (strcmp(str, "stdcall") == 0) {
510 stdcall = 1;
514 stdcall = 0;
590 if (stdcall && (sp->sclass != PARAM)) {
592 stdcall = 0;
local.c 496 static int stdcall; variable
509 if (strcmp(str, "stdcall") == 0) {
510 stdcall = 1;
514 stdcall = 0;
590 if (stdcall && (sp->sclass != PARAM)) {
592 stdcall = 0;
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h 284 stdcall, member in class:TOK
tokens.h 284 stdcall, member in class:TOK

Completed in 32 milliseconds