Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dlexer.h51 TOK tokenStringConstant(Token *t);
H A Dlexer.c327 t->value = tokenStringConstant(t); in scan()
1391 TOK Lexer::tokenStringConstant(Token *t) in tokenStringConstant() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlexer.d422 tokenStringConstant(t); in scan()
1581 private void tokenStringConstant(Token* result) in tokenStringConstant() function