Home
last modified time | relevance | path

Searched refs:num_lines (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectSource.cpp96 num_lines = 0; in OptionParsingStarting()
111 uint32_t num_lines; member in CommandObjectSourceInfo::CommandOptions
142 uint32_t num_lines = m_options.num_lines; in DumpLinesInSymbolContexts() local
168 if (num_lines > 0 && num_matches > num_lines) in DumpLinesInSymbolContexts()
200 uint32_t num_lines = m_options.num_lines; in DumpFileLinesInCompUnit() local
241 if (num_lines > 0 && num_matches > num_lines) in DumpFileLinesInCompUnit()
691 num_lines = 0; in OptionParsingStarting()
707 uint32_t num_lines; member in CommandObjectSourceList::CommandOptions
871 if (m_options.num_lines == 0) in FindMatchingFunctions()
872 m_options.num_lines = 10; in FindMatchingFunctions()
[all …]
H A DCommandObjectExpression.cpp488 const size_t num_lines = lines.GetSize(); in IOHandlerIsInputComplete() local
489 if (num_lines > 0 && lines[num_lines - 1].empty()) { in IOHandlerIsInputComplete()
/llvm-project-15.0.7/lldb/examples/python/
H A Dlldbtk.py301 num_lines = self.cu.GetNumLineEntries()
306 'children': num_lines > 0,
325 num_lines = self.cu.GetNumLineEntries()
326 summary = '%u line entries' % (num_lines)
330 'children': num_lines > 0,
335 num_lines = self.cu.GetNumLineEntries()
336 for i in range(num_lines):
H A Dgdbremote.py1385 num_lines = len(lines)
1427 while idx < num_lines:
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/
H A DDefaultController.py34 num_lines = len(fp.readlines())
35 for line in range(1, num_lines + 1):
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DIOHandler.h318 const size_t num_lines = lines.GetSize(); in IOHandlerIsInputComplete() local
319 if (num_lines > 0 && lines[num_lines - 1] == m_end_line) { in IOHandlerIsInputComplete()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp822 bounds.size.height = num_lines + 2; in CreateHelpSubwindow()
6218 const size_t num_lines = m_text.GetSize(); in WindowDelegateDraw() local
6220 if (num_lines <= num_visible_lines) in WindowDelegateDraw()
6237 const size_t num_lines = m_text.GetSize(); in WindowDelegateHandleChar() local
6240 if (num_lines <= num_visible_lines) { in WindowDelegateHandleChar()
7227 size_t num_lines = GetNumSourceLines(); in GetNumLines() local
7228 if (num_lines == 0) in GetNumLines()
7229 num_lines = GetNumDisassemblyLines(); in GetNumLines()
7230 return num_lines; in GetNumLines()
7247 const size_t num_lines = GetNumLines(); in WindowDelegateHandleChar() local
[all …]
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_alloc.cpp2010 size_t num_lines, idx; in ___kmp_fast_allocate() local
2019 num_lines = (size + DCACHE_LINE - 1) / DCACHE_LINE; in ___kmp_fast_allocate()
2020 idx = num_lines - 1; in ___kmp_fast_allocate()
2024 num_lines = 2; // 1, 2 cache lines or less than cache line in ___kmp_fast_allocate()
2027 num_lines = 4; // 3, 4 cache lines in ___kmp_fast_allocate()
2030 num_lines = 16; // 5, 6, ..., 16 cache lines in ___kmp_fast_allocate()
2033 num_lines = 64; // 17, 18, ..., 64 cache lines in ___kmp_fast_allocate()
2068 size = num_lines * DCACHE_LINE; in ___kmp_fast_allocate()
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp140 const size_t num_lines = lines.GetSize(); in IOHandlerIsInputComplete() local
141 if (num_lines == 1) { in IOHandlerIsInputComplete()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1280 int num_lines = input.GetSize(); in GenerateFunction() local
1281 if (num_lines == 0) { in GenerateFunction()
1309 for (int i = 0; i < num_lines; ++i) { in GenerateFunction()
1389 int num_lines = user_input.GetSize(); in GenerateTypeSynthClass() local
1411 for (int i = 0; i < num_lines; ++i) { in GenerateTypeSynthClass()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2484 size_t num_lines = commands.GetSize(); in HandleCommands() local
2496 for (size_t idx = 0; idx < num_lines && !WasInterrupted(); idx++) { in HandleCommands()
2560 if (idx != num_lines - 1) in HandleCommands()
2580 if (idx != num_lines - 1) in HandleCommands()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dsysinfo.cc397 info.size = cache->line_size * cache->num_lines; in GetCacheSizesQNX()
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp1906 size_t num_lines = in GetStatus() local
1910 if (num_lines != 0) in GetStatus()