Home
last modified time | relevance | path

Searched defs:isWild (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h272 bool isWild() const { return (mod & MODwild) != 0; } in isWild() function
H A Ddeclaration.h146 bool isWild() { return (storage_class & STCwild) != 0; } in isWild() function
H A Ddeclaration.c1297 bool isWild = false; in semantic() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h259 bool isWild() const { return (mod & MODwild) != 0; } in isWild() function
H A Ddeclaration.h139 bool isWild() const { return (storage_class & STCwild) != 0; } in isWild() function
H A Ddeclaration.d469 final bool isWild() const pure nothrow @nogc @safe in isWild() function
H A Ddsymbolsem.d799 bool isWild = false; in visit() local
H A Dmtype.d1080 final bool isWild() const nothrow pure @nogc @safe in isWild() function