Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdArgValFile.cpp139 const bool bHavePosSlash = (vrFileNamePath.find('/') != std::string::npos); in IsFilePath() local
161 return bValidChars || bHavePosSlash || bHaveBckSlash; in IsFilePath()
H A DMICmdArgValOptionLong.cpp242 const bool bHavePosSlash = (vrTxt.find('/') != std::string::npos); in IsArgLongOption() local
244 if (bHavePosSlash || bHaveBckSlash) in IsArgLongOption()
H A DMICmdArgValString.cpp253 const bool bHavePosSlash = (vrTxt.find('/') != std::string::npos); in IsStringArgSingleText() local
255 if (bHavePosSlash || bHaveBckSlash) in IsStringArgSingleText()