Searched refs:is_stdcall (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c1522 const bool is_stdcall local
1530 if (is_stdcall)
1541 if (is_stdcall)
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc1512 const bool is_stdcall local
1520 if (is_stdcall)
1540 if (is_stdcall)
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddlltool.c2276 int is_stdcall = (!lead_at && strchr (name, '@') != NULL);
2279 || (add_stdcall_underscore && is_stdcall)))
2222 int is_stdcall = (!lead_at && strchr (name, '@') != NULL); local
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddlltool.c2221 int is_stdcall = (!lead_at && strchr (name, '@') != NULL);
2224 || (add_stdcall_underscore && is_stdcall)))
2220 int is_stdcall = (!lead_at && strchr (name, '@') != NULL); local
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddlltool.c2223 int is_stdcall = (!lead_at && strchr (name, '@') != NULL);
2226 || (add_stdcall_underscore && is_stdcall)))
2222 int is_stdcall = (!lead_at && strchr (name, '@') != NULL); local

Completed in 290 milliseconds