Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp415 bool got_multiple = false; in CommonInitializer() local
426 got_multiple = true; in CommonInitializer()
433 if (!got_multiple) { in CommonInitializer()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp1188 bool got_multiple = false; in DoExecute() local
1197 got_multiple = true; in DoExecute()
1203 if (got_multiple) { in DoExecute()