Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDSourceManager.cpp364 FileSpec *test_cu_spec = NULL; in File() local
371 if (test_cu_spec) in File()
373 if (test_cu_spec != static_cast<FileSpec *> (sc.comp_unit)) in File()
378 test_cu_spec = sc.comp_unit; in File()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectSource.cpp813 FileSpec *test_cu_spec = NULL; in DoExecute() local
821 if (test_cu_spec) in DoExecute()
823 if (test_cu_spec != static_cast<FileSpec *> (sc.comp_unit)) in DoExecute()
828 test_cu_spec = sc.comp_unit; in DoExecute()