Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dastenums.d74returnScope = 0x80_0000, /// if `ref return scope` then resolve to `ref` and `return sco… enumerator
H A Descape.d1410 private void inferReturn(FuncDeclaration fd, VarDeclaration v, bool returnScope) in inferReturn()