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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
winnt.cc 238 unsigned int ccvt = ix86_get_callcvt (TREE_TYPE (decl));
239 if ((ccvt & IX86_CALLCVT_STDCALL) != 0)
247 else if ((ccvt & IX86_CALLCVT_FASTCALL) != 0)
237 unsigned int ccvt = ix86_get_callcvt (TREE_TYPE (decl)); local
i386.cc 1190 unsigned int ccvt;
1195 ccvt = ix86_get_callcvt (type);
1198 if ((ccvt & IX86_CALLCVT_REGPARM) != 0)
1207 else if ((ccvt & IX86_CALLCVT_FASTCALL) != 0)
1209 else if ((ccvt & IX86_CALLCVT_THISCALL) != 0)
1399 unsigned int ccvt;
1405 ccvt = ix86_get_callcvt (funtype);
1407 if ((ccvt & (IX86_CALLCVT_STDCALL | IX86_CALLCVT_FASTCALL
1911 unsigned int ccvt = ix86_get_callcvt (fntype);
1912 if ((ccvt & IX86_CALLCVT_THISCALL) != 0
1180 unsigned int ccvt; local
1389 unsigned int ccvt; local
1899 unsigned int ccvt = ix86_get_callcvt (fntype); local
7823 unsigned int ccvt = ix86_get_callcvt (TREE_TYPE (decl)); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
winnt.cc 238 unsigned int ccvt = ix86_get_callcvt (TREE_TYPE (decl));
239 if ((ccvt & IX86_CALLCVT_STDCALL) != 0)
247 else if ((ccvt & IX86_CALLCVT_FASTCALL) != 0)
237 unsigned int ccvt = ix86_get_callcvt (TREE_TYPE (decl)); local
i386.cc 1124 unsigned int ccvt;
1129 ccvt = ix86_get_callcvt (type);
1132 if ((ccvt & IX86_CALLCVT_REGPARM) != 0)
1141 else if ((ccvt & IX86_CALLCVT_FASTCALL) != 0)
1143 else if ((ccvt & IX86_CALLCVT_THISCALL) != 0)
1333 unsigned int ccvt;
1339 ccvt = ix86_get_callcvt (funtype);
1341 if ((ccvt & (IX86_CALLCVT_STDCALL | IX86_CALLCVT_FASTCALL
1845 unsigned int ccvt = ix86_get_callcvt (fntype);
1846 if ((ccvt & IX86_CALLCVT_THISCALL) != 0
1114 unsigned int ccvt; local
1323 unsigned int ccvt; local
1833 unsigned int ccvt = ix86_get_callcvt (fntype); local
7421 unsigned int ccvt = ix86_get_callcvt (TREE_TYPE (decl)); local
    [all...]

Completed in 59 milliseconds