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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp3711 ABIArgInfo tryUseRegs(QualType Ty, int &FreeRegs, int RegsNeeded, bool IsInt,
3766 bool IsInt, llvm::Type *DirectTy) const {
3779 if (IsInt)
3820 return tryUseRegs(Ty, FreeVFPRegs, /*RegsNeeded=*/ 1, /*IsInt=*/ false);
3833 return tryUseRegs(Ty, FreeIntRegs, RegsNeeded, /*IsInt=*/ true);
3854 return tryUseRegs(Ty, FreeIntRegs, /*RegsNeeded=*/ 1, /*IsInt=*/ true,
3865 /*IsInt=*/ false);
3891 /*IsInt=*/ true, DirectTy);
/external/clang/lib/AST/
H A DExprConstant.cpp749 bool IsInt; member in struct:__anon15118::ComplexValue
757 void makeComplexFloat() { IsInt = false; }
758 bool isComplexFloat() const { return !IsInt; }
762 void makeComplexInt() { IsInt = true; }
763 bool isComplexInt() const { return IsInt; }

Completed in 64 milliseconds