Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp502 bool got_multiple = false; in CommonInitializer() local
510 got_multiple = true; in CommonInitializer()
517 if (!got_multiple) { in CommonInitializer()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp1154 bool got_multiple = false; in DoExecute() local
1161 got_multiple = true; in DoExecute()
1167 if (got_multiple) { in DoExecute()