Searched refs:IsInt (Results 1 – 1 of 1) sorted by relevance
1304 bool IsInt; member1312 void makeComplexFloat() { IsInt = false; } in makeComplexFloat()1313 bool isComplexFloat() const { return !IsInt; } in isComplexFloat()1317 void makeComplexInt() { IsInt = true; } in makeComplexInt()1318 bool isComplexInt() const { return IsInt; } in isComplexInt()