Searched refs:needsPrefix (Results 1 – 3 of 3) sorted by relevance
189 const needsPrefix = pathLength >= MAX_PATH && (wpath[0] != '\\' || wpath[1] != '\\'); in version() local190 const prefixLength = needsPrefix ? prefix.length : 0; in version()
1829 const bool needsPrefix = (firstdtor >= 0 && lastthrow >= 0 in functionParameters() local1835 if (needsPrefix) in functionParameters()
2270 const bool needsPrefix = callerDestroysArgs in functionParameters() local2281 if (needsPrefix && !callerDestroysArgs) in functionParameters()2314 if (needsPrefix && (lastPrefix - i) * step >= 0) in functionParameters()