Home
last modified time | relevance | path

Searched refs:checkIntegral (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.c2314 bool Expression::checkIntegral() in checkIntegral() function
5162 bool r1 = e1->checkIntegral(); in checkIntegralBin()
5163 bool r2 = e2->checkIntegral(); in checkIntegralBin()
H A Dexpression.d1118 extern (D) final bool checkIntegral() in checkIntegral() function
4492 bool r1 = e1.checkIntegral(); in checkIntegralBin()
4493 bool r2 = e2.checkIntegral(); in checkIntegralBin()
H A Dexpressionsem.c4013 if (exp->e1->checkIntegral()) in visit()
H A Dexpressionsem.d7288 if (exp.e1.checkIntegral() || in visit()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.c2314 bool Expression::checkIntegral() in checkIntegral() function
5162 bool r1 = e1->checkIntegral(); in checkIntegralBin()
5163 bool r2 = e2->checkIntegral(); in checkIntegralBin()
H A Dexpression.h181 bool checkIntegral();
H A Dexpressionsem.c4013 if (exp->e1->checkIntegral()) in visit()