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

123

/freebsd-current/contrib/kyua/store/
H A Dmetadata.cpp54 int64_column(sqlite::statement& stmt, const char* column) argument
[all...]
H A Ddbtypes.cpp145 store::column_bool(sqlite::statement& stmt, const char* column) argument
170 column_delta(sqlite::statement& stmt, const char* column) argument
189 column_optional_string(sqlite::statement& stmt, const char* column) argument
212 column_test_result_type(sqlite::statement& stmt, const char* column) argument
244 column_timestamp(sqlite::statement& stmt, const char* column) argument
[all...]
H A Ddbtypes_test.cpp58 do_ok_test(void (*bind)(sqlite::statement&, const char*, Type1), Type2 value, Type3 (*column)(sqlite::statement&, const char*)) argument
84 do_invalid_test(Type1 value, Type2 (*column)(sqlite::statement&, const char*), const std::string& error_regexp) argument
[all...]
/freebsd-current/tools/tools/fixwhite/
H A Dfixwhite.c35 static off_t column = 0; variable
[all...]
/freebsd-current/usr.bin/expand/
H A Dexpand.c55 int c, column; local
[all...]
/freebsd-current/usr.bin/colrm/
H A Dcolrm.c51 u_long column, start, stop; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h142 uint16_t column = member in struct:lldb_private::LineEntry
H A DLineTable.h299 uint16_t column = 0; member in struct:lldb_private::LineTable::Entry
354 const uint16_t column local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp44 size_t column = *cursor_pos; local
H A DSourceLocationSpec.cpp79 uint16_t column = m_declaration.GetColumn(); local
17 SourceLocationSpec(FileSpec file_spec, uint32_t line, std::optional<uint16_t> column, bool check_inlines, bool exact_match) argument
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DStreamString.cpp53 void StreamString::FillLastLineToColumn(uint32_t column, char fill_char) { argument
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBSourceManager.cpp109 const uint32_t column = 0; local
37 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
115 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
H A DSBLineEntry.cpp122 void SBLineEntry::SetColumn(uint32_t column) { argument
H A DSBDeclaration.cpp103 void SBDeclaration::SetColumn(uint32_t column) { argument
/freebsd-current/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_lineno.c32 dwarf_add_line_entry(Dwarf_P_Debug dbg, Dwarf_Unsigned file, Dwarf_Addr off, Dwarf_Unsigned lineno, Dwarf_Signed column, Dwarf_Bool is_stmt, Dwarf_Bool basic_block, Dwarf_Error *error) argument
H A Dlibdwarf_lineno.c104 uint64_t address, file, line, column, opsize; local
491 Dwarf_Signed line0, column; local
/freebsd-current/contrib/llvm-project/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
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DDeclaration.h175 SetColumn(uint16_t column) argument
[all...]
/freebsd-current/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_rfgain.c92 ar5212GetRfField(uint32_t *rfBuf, uint32_t numBits, uint32_t firstBit, uint32_t column) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cpp334 RenderSourceLocation(InternalScopedString *buffer, const char *file, int line, int column, bool vs_style, const char *strip_path_prefix) argument
/freebsd-current/contrib/kyua/utils/sqlite/
H A Dstatement.cpp373 const int column = column_id(name); local
392 const int column = column_id(name); local
411 const int column = column_id(name); local
430 const int column = column_id(name); local
449 const int column = column_id(name); local
468 const int column = column_id(name); local
[all...]
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c254 int column = 0; local
[all...]
/freebsd-current/crypto/heimdal/lib/roken/
H A Drtbl.c91 rtbl_get_column (rtbl_t table, const char *column) argument
184 column_compute_width (rtbl_t table, struct column_data *column) argument
220 rtbl_set_column_prefix(rtbl_t table, const char *column, const char *prefix) argument
334 rtbl_add_column_entry(rtbl_t table, const char *column, const char *data) argument
345 rtbl_add_column_entryv(rtbl_t table, const char *column, const char *fmt, ...) argument
[all...]
/freebsd-current/sbin/bectl/
H A Dbectl_list.c413 char *column; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h85 void setColumn(unsigned column) { argument
49 MCCVLoc(const MCSymbol *Label, unsigned functionid, unsigned fileNum, unsigned line, unsigned column, bool prologueend, bool isstmt) argument

Completed in 303 milliseconds

123