Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DSourceManager.cpp365 FileSpec *test_cu_spec = NULL; in File() local
372 if (test_cu_spec) in File()
374 if (test_cu_spec != static_cast<FileSpec *> (sc.comp_unit)) in File()
379 test_cu_spec = sc.comp_unit; in File()
/external/lldb/source/Commands/
DCommandObjectSource.cpp810 FileSpec *test_cu_spec = NULL; in DoExecute() local
818 if (test_cu_spec) in DoExecute()
820 if (test_cu_spec != static_cast<FileSpec *> (sc.comp_unit)) in DoExecute()
825 test_cu_spec = sc.comp_unit; in DoExecute()