Home
last modified time | relevance | path

Searched defs:line_no (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DFileLineResolver.cpp27 FileLineResolver::FileLineResolver(const FileSpec &file_spec, uint32_t line_no, in FileLineResolver()
H A DSourceManager.cpp689 for (uint32_t line_no = start_line; line_no < end_line; line_no++) { in FindLinesMatchingRegex() local
759 bool SourceManager::File::GetLine(uint32_t line_no, std::string &buffer) { in GetLine() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interface_internal.h43 int line_no; member
/freebsd-src/usr.bin/grep/
H A Dgrep.h86 int line_no; member
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp270 GetStartLineSourceInfo(FileSpec & source_file,uint32_t & line_no) GetStartLineSourceInfo() argument
297 GetEndLineSourceInfo(FileSpec & source_file,uint32_t & line_no) GetEndLineSourceInfo() argument
H A DSymbolContext.cpp928 AddLineSpecification(uint32_t line_no,SpecificationType type) AddLineSpecification() argument
/freebsd-src/usr.bin/indent/
H A Dindent.c69 int line_no; variable
/freebsd-src/contrib/dialog/
H A Drc.c519 report_error(const char *filename, int line_no, const char *msg) in report_error()
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp547 OpenFileInExternalEditor(llvm::StringRef editor,const FileSpec & file_spec,uint32_t line_no) OpenFileInExternalEditor() argument
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp816 uint32_t line_no; DisplayFunctionSource() local
/freebsd-src/contrib/ntp/include/
H A Dntp_config.h117 int line_no; member
/freebsd-src/sys/kern/
H A Dsubr_asan.c69 int line_no; member
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp395 CreateBreakpoint(const FileSpecList * containingModules,const FileSpec & file,uint32_t line_no,uint32_t column,lldb::addr_t offset,LazyBool check_inlines,LazyBool skip_prologue,bool internal,bool hardware,LazyBool move_to_nearest_code) CreateBreakpoint() argument