Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h153 bool isResult() { return (storage_class & STCresult) != 0; } in isResult() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h146 bool isResult() const { return (storage_class & STCresult) != 0; } in isResult() function
H A Ddeclaration.d509 final bool isResult() const pure nothrow @nogc @safe in isResult() function