Home
last modified time | relevance | path

Searched defs:inferRetType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h564 bool inferRetType; // true if return type is to be inferred variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfunc.d214 inferRetType = 0x40000, /// Return type is to be inferred enumerator
1509 final bool inferRetType() const scope @safe pure nothrow @nogc in inferRetType() function