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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dsymbol.h 147 IgnoreAmbiguous = 0x04, // return NULL if ambiguous
dsymbol.d 211 IgnoreAmbiguous = 0x04, // return NULL if ambiguous
1453 int sflags = flags & (IgnoreErrors | IgnoreAmbiguous); // remember these in recursive searches
1545 if (flags & IgnoreAmbiguous) // if return NULL on ambiguity
dclass.d 674 Dsymbol s = search(Loc.initial, fd.ident, IgnoreAmbiguous | IgnoreErrors);

Completed in 19 milliseconds