Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1255 const char *match_desc = nullptr; in DoExecute() local
1263 match_desc = "matched"; in DoExecute()
1266 match_desc = "contained"; in DoExecute()
1269 match_desc = "started with"; in DoExecute()
1272 match_desc = "ended with"; in DoExecute()
1275 match_desc = "matched the regular expression"; in DoExecute()
1281 if (match_desc) in DoExecute()
1285 match_desc, match_name, platform_sp->GetName()); in DoExecute()
1294 if (match_desc) in DoExecute()
1296 match_desc, match_name); in DoExecute()