Searched defs:column (Results 1 - 25 of 80) sorted by relevance

1234

/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A DSourceBreakpoint.h20 uint32_t column; ///< An optional source column of the breakpoint member in struct:lldb_vscode::SourceBreakpoint
/openbsd-current/usr.bin/expand/
H A Dexpand.c51 int c, column; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Ddwarf2dbg.h34 unsigned int column; member in struct:dwarf2_line_info
H A Ddepend.c36 static int column = 0; variable
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcpperror.c131 unsigned int line, column; local
165 cpp_error_with_line(cpp_reader *pfile, int level, unsigned int line, unsigned int column, const char *msgid, ...) argument
[all...]
H A Dtree-dump.h63 unsigned int column; member in struct:dump_info
H A Dmkdeps.c231 unsigned int size, i, column; local
[all...]
/openbsd-current/libexec/tradcpp/
H A Dplace.h45 unsigned column; member in struct:place
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Ddwarf2dbg.h34 unsigned int column; member in struct:dwarf2_line_info
H A Ddepend.c36 static int column = 0; variable
/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DLineEntry.h146 uint16_t column = member in struct:lldb_private::LineEntry
/openbsd-current/usr.bin/colrm/
H A Dcolrm.c55 u_long column, newcol, start, stop; local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dinput.h41 int column; member in struct:__anon297
H A Dprint-tree.c156 indent_to (FILE *file, int column) argument
H A Dtree-dump.h68 unsigned int column; member in struct:dump_info
/openbsd-current/gnu/gcc/libcpp/
H A Derrors.c80 _cpp_begin_message(cpp_reader *pfile, int code, source_location src_loc, unsigned int column) argument
181 cpp_error_with_line(cpp_reader *pfile, int level, source_location src_loc, unsigned int column, const char *msgid, ...) argument
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCXLoadedDiagnostic.h75 unsigned column; member in struct:clang::CXLoadedDiagnostic::Location
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DStreamString.cpp53 void StreamString::FillLastLineToColumn(uint32_t column, char fill_char) { argument
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBSourceManager.cpp110 const uint32_t column = 0; local
38 DisplaySourceLinesWithLineNumbers(const lldb_private::FileSpec &file, uint32_t line, uint32_t column, uint32_t context_before, uint32_t context_after, const char *current_line_cstr, lldb_private::Stream *s) argument
116 DisplaySourceLinesWithLineNumbersAndColumn( const SBFileSpec &file, uint32_t line, uint32_t column, uint32_t context_before, uint32_t context_after, const char *current_line_cstr, SBStream &s) argument
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DHighlighter.cpp44 size_t column = *cursor_pos; local
H A DSourceLocationSpec.cpp78 uint16_t column = m_declaration.GetColumn(); local
16 SourceLocationSpec(FileSpec file_spec, uint32_t line, std::optional<uint16_t> column, bool check_inlines, bool exact_match) argument
/openbsd-current/games/battlestar/
H A Dfly.c47 static int row, column; variable
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DDeclaration.h175 SetColumn(uint16_t column) argument
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cpp281 RenderSourceLocation(InternalScopedString *buffer, const char *file, int line, int column, bool vs_style, const char *strip_path_prefix) argument
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize.cpp62 AddFrame(void *ctx, const char *function_name, const char *file, int line, int column) argument

Completed in 174 milliseconds

1234