Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtraits.c136 bool isTypeIntegral(Type *t) { return t->isintegral(); } in isTypeIntegral() function
512 return isTypeX(e, &isTypeIntegral); in semanticTraits()