Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp656 bool IsInt; member
664 void makeComplexFloat() { IsInt = false; } in makeComplexFloat()
665 bool isComplexFloat() const { return !IsInt; } in isComplexFloat()
669 void makeComplexInt() { IsInt = true; } in makeComplexInt()
670 bool isComplexInt() const { return IsInt; } in isComplexInt()
/external/clang/lib/CodeGen/
DTargetInfo.cpp3623 ABIArgInfo tryUseRegs(QualType Ty, int &FreeRegs, int RegsNeeded, bool IsInt,
3678 bool IsInt, llvm::Type *DirectTy) const { in tryUseRegs() argument
3691 if (IsInt) in tryUseRegs()