Home
last modified time | relevance | path

Searched defs:isOut (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h157 bool isOut() { return (storage_class & STCout) != 0; } in isOut() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h150 bool isOut() const { return (storage_class & STCout) != 0; } in isOut() function
H A Ddeclaration.d524 final bool isOut() const pure nothrow @nogc @safe in isOut() function