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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
aggregate.h 179 static FuncDeclaration *xerreq; // object.xopEquals member in class:StructDeclaration
dstruct.d 212 extern (C++) __gshared FuncDeclaration xerreq; // object.xopEquals
clone.d 558 if (!sd.xerreq)
570 sd.xerreq = s.isFuncDeclaration();
595 fop = sd.xerreq;
semantic3.d 1611 sd.xeq = sd.xerreq;
typesem.d 979 //printf("AA = %s, key: xeq = %p, xerreq = %p xhash = %p\n", toChars(), sd.xeq, sd.xerreq, sd.xhash);
986 sd.xeq = sd.xerreq;
1000 else if (sd.xeq == sd.xerreq)
  /src/external/gpl3/gcc.old/dist/gcc/d/
decl.cc 504 if (d->xeq && d->xeq != d->xerreq)

Completed in 90 milliseconds