Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlexer.d3055 table[c] |= CMzerosecond | CMdigitsecond;
3086 enum CMdigitsecond = 0x10; variable
3112 return (cmtable[c] & CMdigitsecond) != 0; in isDigitSecond()