Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dlexer.h49 TOK hexStringConstant(Token *t);
H A Dlexer.c314 t->value = hexStringConstant(t); in scan()
1144 TOK Lexer::hexStringConstant(Token *t) in hexStringConstant() function