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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp526 bool IsWin32StructABI; member in class:__anon17877::X86_32ABIInfo
566 IsWin32StructABI(w), DefaultNumRegisterParameters(r) {}
720 if ((!IsWin32StructABI && SeltTy->isRealFloatingType())
882 if (IsWin32StructABI)
1006 assert(IsWin32StructABI && "inalloca only supported on win32");
1019 Ret.setInAllocaSRet(IsWin32StructABI);

Completed in 53 milliseconds