HomeSort by: relevance | last modified time | path
    Searched refs:dSymbol (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h 324 dSymbol,
tokens.d 314 dSymbol,
hdrgen.d 33 import dmd.dsymbol;
794 private void dsymbolToBuffer(Dsymbol s, OutBuffer* buf, HdrGenState* hgs)
815 override void visit(Dsymbol s)
1204 Dsymbol onemember = (*d.members)[0];
2560 case EXP.dSymbol: return visitDsymbol(e.isDsymbolExp());
2811 void toCBuffer(Dsymbol s, OutBuffer* buf, HdrGenState* hgs)
3493 else if (Dsymbol s = isDsymbol(oarg))
3838 if (id.dyncast() == DYNCAST.dsymbol)
4037 EXP.dSymbol : "symbol",
typesem.d 34 import dmd.dsymbol;
118 * ps = set if s[oindex] is a Dsymbol, otherwise null
121 private void resolveTupleIndex(const ref Loc loc, Scope* sc, Dsymbol s, out Expression pe, out Type pt, out Dsymbol ps, RootObject oindex)
179 * it represents a Type, Expression, or Dsymbol.
191 private void resolveHelper(TypeQualified mt, const ref Loc loc, Scope* sc, Dsymbol s, Dsymbol scopesym,
192 out Expression pe, out Type pt, out Dsymbol ps, bool intypeid = false)
247 Dsymbol sx;
268 Dsymbol sm = s.searchX(loc, sc, id, flags)
    [all...]
expression.d 40 import dmd.dsymbol;
159 Dsymbol p = sc.parent;
176 Dsymbol parent = fd.parent;
218 for (Dsymbol s = sc.parent; s; s = s.toParentLocal())
318 if (Dsymbol s = t.toDsymbol(null))
383 TemplateDeclaration getFuncTemplateDecl(Dsymbol s)
1011 for (Dsymbol s = sc.func; s; s = s.toParentLocal())
1148 final bool checkDeprecated(Scope* sc, Dsymbol s)
1153 extern (D) final bool checkDisabled(Scope* sc, Dsymbol s)
1336 Dsymbol vparent = v.toParent2()
    [all...]
parse.d 162 AST.Dsymbol lastDecl = mod;
292 AST.Dsymbols* parseDeclDefs(int once, AST.Dsymbol* pLastDecl = null, PrefixAttributes!AST* pAttrs = null)
294 AST.Dsymbol lastDecl = null; // used to link unittest to its previous declaration
305 AST.Dsymbol s = null;
350 s = cast(AST.Dsymbol)parseTemplateDeclaration();
373 s = cast(AST.Dsymbol)parseTemplateDeclaration(true);
1091 AST.Dsymbol s = v;
1129 private AST.Dsymbols* parseBlock(AST.Dsymbol* pLastDecl, PrefixAttributes!AST* pAttrs = null)
1639 private AST.Dsymbol parseMixin()
2317 private AST.Dsymbol parseCtor(PrefixAttributes!AST* pAttrs
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
types.cc 387 Dsymbol *sym = (*members)[i];
407 gcc_assert (e->op == EXP::dSymbol);

Completed in 67 milliseconds