Home
last modified time | relevance | path

Searched refs:doNotInferReturn (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h268 bool doNotInferReturn() const; // do not infer 'return' for this variable
269 bool doNotInferReturn(bool v);
H A Descape.d764 va.doNotInferReturn = true; in checkAssignEscape()
1216 !v.doNotInferReturn && in checkReturnEscapeImpl()
H A Ddeclaration.d1109 bool doNotInferReturn; /// do not infer 'return' for this variable member