HomeSort by: relevance | last modified time | path
    Searched defs:stringexp (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
expression.h 40 class StringExp;
105 virtual StringExp *toStringExp();
143 StringExp* isStringExp();
361 StringExp *toStringExp();
365 class StringExp : public Expression
375 static StringExp *create(const Loc &loc, const char *s);
376 static StringExp *create(const Loc &loc, const void *s, d_size_t len);
381 StringExp *toStringExp();
382 StringExp *toUTF8(Scope *sc);
428 StringExp *toStringExp()
1381 char stringexp [sizeof(StringExp)]; member in union:MemorySet::UnionExp::__anon15987
    [all...]

Completed in 18 milliseconds