Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Dstring.d189 const needsPrefix = pathLength >= MAX_PATH && (wpath[0] != '\\' || wpath[1] != '\\'); in version() local
190 const prefixLength = needsPrefix ? prefix.length : 0; in version()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.c1829 const bool needsPrefix = (firstdtor >= 0 && lastthrow >= 0 in functionParameters() local
1835 if (needsPrefix) in functionParameters()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d2270 const bool needsPrefix = callerDestroysArgs in functionParameters() local
2281 if (needsPrefix && !callerDestroysArgs) in functionParameters()
2314 if (needsPrefix && (lastPrefix - i) * step >= 0) in functionParameters()