Home
last modified time | relevance | path

Searched defs:StringExp (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlambdacomp.d487 override void visit(StringExp) { buf.setsize(0); } in visit() argument
H A Dexpression.h40 class StringExp; variable
H A Dvisitor.h195 class StringExp; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.h47 class StringExp; variable
H A Dexpression.c3447 StringExp::StringExp(Loc loc, char *string) in StringExp() function
3458 StringExp::StringExp(Loc loc, void *string, size_t len) in StringExp() function
3469 StringExp::StringExp(Loc loc, void *string, size_t len, utf8_t postfix) in StringExp() function
H A Dvisitor.h189 class StringExp; variable