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

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

Completed in 130 milliseconds