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

  /src/external/mit/expat/dist/xmlwf/
xmlwf.c 183 attcmp(const void *att1, const void *att2) {
184 return tcscmp(*(const XML_Char *const *)att1, *(const XML_Char *const *)att2);
222 const XML_Char *att2 = *(const XML_Char *const *)p2; local
224 int sep2 = (tcsrchr(att2, NSSEP) != 0);
227 return tcscmp(att1, att2);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
opover.d 242 if (isRecursiveAliasThis(e.att2, e.e2.type))
1013 if (e.att2 && t2.equivalent(e.att2)) return null;
1017 if (!e.att2) e.att2 = t2;
1068 eeq.att2 = e.att2;
dcast.d 2930 Type att2 = null;
3255 if (isRecursiveAliasThis(att2, e2.type))
3294 if (isRecursiveAliasThis(att2, e2.type))
3344 if (isRecursiveAliasThis(att2, e2.type))
expression.h 703 Type *att2; // Save alias this type to detect recursion member in class:BinExp
expressionsem.d 9216 if (ad2 && ad2.aliasthis && !isRecursiveAliasThis(exp.att2, exp.e2.type))
9301 if (ad2 && ad2.aliasthis && !isRecursiveAliasThis(exp.att2, exp.e2.type))
10198 if (isRecursiveAliasThis(exp.att2, exp.e2.type))
expression.d 4293 Type att2; // Save alias this type to detect recursion

Completed in 84 milliseconds