Searched refs:checkIntegral (Results 1 – 5 of 5) sorted by relevance
2314 bool Expression::checkIntegral() in checkIntegral() function5162 bool r1 = e1->checkIntegral(); in checkIntegralBin()5163 bool r2 = e2->checkIntegral(); in checkIntegralBin()
181 bool checkIntegral();
4013 if (exp->e1->checkIntegral()) in visit()
1120 extern (D) final bool checkIntegral() in checkIntegral() function4494 bool r1 = e1.checkIntegral(); in checkIntegralBin()4495 bool r2 = e2.checkIntegral(); in checkIntegralBin()
7288 if (exp.e1.checkIntegral() || in visit()