Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp407 FileSpec *test_cu_spec = NULL; in CommonInitializer() local
412 if (test_cu_spec) { in CommonInitializer()
413 if (test_cu_spec != static_cast<FileSpec *>(sc.comp_unit)) in CommonInitializer()
417 test_cu_spec = sc.comp_unit; in CommonInitializer()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp1229 FileSpec *test_cu_spec = nullptr; in DoExecute() local
1235 if (test_cu_spec) { in DoExecute()
1236 if (test_cu_spec != static_cast<FileSpec *>(sc.comp_unit)) in DoExecute()
1240 test_cu_spec = sc.comp_unit; in DoExecute()