/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectSource.cpp | 58 if (option_arg.getAsInteger(0, end_line)) in SetOptionValue() 97 end_line = 0; in OptionParsingStarting() 112 uint32_t end_line; member in CommandObjectSourceInfo::CommandOptions 143 uint32_t end_line = m_options.end_line; in DumpLinesInSymbolContexts() local 165 if (end_line > 0 && line_entry.line > end_line) in DumpLinesInSymbolContexts() 198 uint32_t end_line = m_options.end_line; in DumpFileLinesInCompUnit() local 232 if (end_line > 0 && line_entry.line > end_line) in DumpFileLinesInCompUnit() 791 uint32_t end_line; in DisplayFunctionSource() local 803 sc.function->GetEndLineSourceInfo(end_file, end_line); in DisplayFunctionSource() 808 end_line = start_line + m_options.num_lines; in DisplayFunctionSource() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | SourceManager.cpp | 243 const uint32_t end_line = start_line + count - 1; in DisplaySourceLinesWithLineNumbersUsingLastFile() local 244 for (uint32_t line = start_line; line <= end_line; ++line) { in DisplaySourceLinesWithLineNumbersUsingLastFile() 437 uint32_t end_line, in FindLinesMatchingRegex() argument 443 return file_sp->FindLinesMatchingRegex(regex, start_line, end_line, in FindLinesMatchingRegex() 656 const uint32_t end_line = line + context_after; in DisplaySourceLines() local 657 uint32_t end_line_offset = GetLineOffset(end_line + 1); in DisplaySourceLines() 679 RegularExpression ®ex, uint32_t start_line, uint32_t end_line, in FindLinesMatchingRegex() argument 684 (end_line != UINT32_MAX && !LineIsValid(end_line))) in FindLinesMatchingRegex() 686 if (start_line > end_line) in FindLinesMatchingRegex() 689 for (uint32_t line_no = start_line; line_no < end_line; line_no++) { in FindLinesMatchingRegex()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | clear_cache.c | 165 const uintptr_t end_line = ((uintptr_t)start + len + line_size - 1) & mask; in __clear_cache() 167 for (uintptr_t line = start_line; line < end_line; line += line_size) in __clear_cache() 171 for (uintptr_t line = start_line; line < end_line; line += line_size) in __clear_cache()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | IOHandler.h | 292 // the last line is equal to "end_line" which is specified in the constructor. 295 IOHandlerDelegateMultiline(llvm::StringRef end_line, 297 : IOHandlerDelegate(completion), m_end_line(end_line.str() + "\n") {} in IOHandlerDelegate() 311 const llvm::StringRef end_line = in IOHandlerIsInputComplete() local 313 if (num_lines > 0 && llvm::StringRef(lines[num_lines - 1]) == end_line) { in IOHandlerIsInputComplete()
|
H A D | SourceManager.h | 50 uint32_t end_line, 169 uint32_t start_line, uint32_t end_line,
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | SymbolContext.cpp | 709 bool SymbolContext::GetAddressRangeFromHereToEndLine(uint32_t end_line, in GetAddressRangeFromHereToEndLine() argument 718 if (line_entry.line > end_line) { in GetAddressRangeFromHereToEndLine() 720 "end line option %d must be after the current line: %d", end_line, in GetAddressRangeFromHereToEndLine() 749 line_index = comp_unit->FindLineEntry(line_index, end_line, nullptr, false, in GetAddressRangeFromHereToEndLine() 755 end_line); in GetAddressRangeFromHereToEndLine() 764 end_line); in GetAddressRangeFromHereToEndLine()
|
/freebsd/tools/build/ |
H A D | checkstyle9.pl | 838 my ($first_line, $end_line) = @_; 841 my ($current_comment) = ($rawlines[$end_line - 1] =~ m@.*(/\*.*\*/)\s*(?:\\\s*)?$@); 848 for (my $linenr = $first_line; $linenr < $end_line; $linenr++) { 870 my ($first_line, $end_line) = @_; 871 my $cmt = ctx_locate_comment($first_line, $end_line);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBThread.h | 109 void StepInto(const char *target_name, uint32_t end_line, SBError &error,
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBThread.cpp | 577 void SBThread::StepInto(const char *target_name, uint32_t end_line, in StepInto() argument 579 LLDB_INSTRUMENT_VA(this, target_name, end_line, error, stop_other_threads); in StepInto() 599 if (end_line == LLDB_INVALID_LINE_NUMBER) in StepInto() 602 if (!sc.GetAddressRangeFromHereToEndLine(end_line, range, error.ref())) in StepInto()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | SymbolContext.h | 204 bool GetAddressRangeFromHereToEndLine(uint32_t end_line, AddressRange &range,
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_cxt.c | 2550 u32 start_line, end_line, shadow_start_line, shadow_end_line; in ecore_cxt_free_ilt_range() local 2585 end_line = p_blk->start_line + (end_iid / elems_per_p); in ecore_cxt_free_ilt_range() 2587 end_line--; in ecore_cxt_free_ilt_range() 2590 shadow_end_line = end_line - p_hwfn->p_cxt_mngr->pf_start_line; in ecore_cxt_free_ilt_range()
|
H A D | ecore_dbg_fw_funcs.c | 2482 u32 end_line) in ecore_bus_dump_int_buf_range() argument 2487 return (end_line - start_line + 1) * INT_BUF_LINE_SIZE_IN_DWORDS; in ecore_bus_dump_int_buf_range() 2490 line <= end_line; in ecore_bus_dump_int_buf_range() 2538 u32 end_line) in ecore_bus_dump_pci_buf_range() argument 2549 return (end_line - start_line + 1) * PCI_BUF_LINE_SIZE_IN_DWORDS; in ecore_bus_dump_pci_buf_range() 2552 line <= end_line; in ecore_bus_dump_pci_buf_range()
|