Searched refs:column (Results 126 - 141 of 141) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp140 ENTRY("column", LineEntryColumn),
1843 if (sc && sc->line_entry.IsValid() && sc->line_entry.column) {
1847 s.Printf(format, sc->line_entry.column);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp474 next_frame_sc.line_entry.column =
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp742 const SBFileSpec &sb_file_spec, uint32_t line, uint32_t column,
747 sb_file_spec, line, column, offset, sb_module_list);
764 module_list, *sb_file_spec, line, column, offset, check_inlines,
741 BreakpointCreateByLocation( const SBFileSpec &sb_file_spec, uint32_t line, uint32_t column, lldb::addr_t offset, SBFileSpecList &sb_module_list) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1919 m_sc.line_entry.column, source_lines_before,
H A DTarget.cpp323 uint32_t column, lldb::addr_t offset,
367 nullptr, remapped_file, line_no, column, offset, check_inlines,
321 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) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql1632 * column, and its matching moved-away (deleted) path in the second column. */
H A Dwc_db.c109 /* Check if column number I, a property-skel column, contains a non-empty
111 have properties if the size of the column is larger than 2. */
378 /* Return a file size from column SLOT of the SQLITE statement STMT, or
379 SVN_INVALID_FILESIZE if the column value is NULL. */
390 SQLITE statement STMT, or return NULL if the token column value is null. */
458 column value is null. Any of the output parameters may be NULL if not
6098 /* Set the ACTUAL_NODE properties column for (WC_ID, LOCAL_RELPATH) to
6167 Set the 'properties' column in the 'ACTUAL_NODE' table to BATON->props.
6496 /* ### wc_id is column
8777 column_token_err(svn_error_t **err, svn_sqlite__stmt_t *stmt, int column, const svn_token_map_t *map) argument
[all...]
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c4800 uint64_t address, file, line, column, isa, opsize, udelta; local
4919 column = 0; \
4997 column = _decode_uleb128(&p, pe);
4999 (uintmax_t) column);
6182 printf(" Return address column:\t%ju\n",
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend198 usr.bin/column \
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c563 return parser->chunks->column;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4413 /// ::= !DILocation(line: 43, column: 8, scope: !5, inlinedAt: !6,
4418 OPTIONAL(column, ColumnField, ); \
4426 GET_OR_DISTINCT(DILocation, (Context, line.Val, column.Val, scope.Val,
4727 /// ::= !DILexicalBlock(scope: !0, file: !2, line: 7, column: 9)
4733 OPTIONAL(column, ColumnField, );
4738 DILexicalBlock, (Context, scope.Val, file.Val, line.Val, column.Val));
/freebsd-11-stable/contrib/gcc/
H A Dtree.c3252 if (loc == 0) { xloc.file = NULL; xloc.line = 0; xloc.column = 0; }
3258 xloc.column = SOURCE_COLUMN (map, loc);
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c5366 unsigned int column = 0; local
5477 column = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp488 // We may not want column information at all.
492 // If the location is invalid then use the current column.
4289 unsigned column = getColumnNumber(loc); local
4398 llvm::DebugLoc::get(line, column, scope, CurInlinedAt),
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c890 ** [sqlite3_column_text()], one for each column. ^If an element of a
894 ** entry represents the name of corresponding result column as obtained
2131 ** as an undeclared column named ROWID, OID, or _ROWID_ as long as those
2133 ** the table has a column of type [INTEGER PRIMARY KEY] then that column
2453 ** There are two column (M==2) and three rows (N==3). Thus the
2752 ** a NULL value in place of the table column that would have
3405 ** or [GLOB] operator or if the parameter is compared to an indexed column
3711 ** ^These routines return the name assigned to a particular column
3717 ** column numbe
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c1442 ** [sqlite3_column_text()], one for each column. ^If an element of a
1446 ** entry represents the name of corresponding result column as obtained
3073 ** of a table column that its values are likely to be very large - larger
3075 ** is stored in each sorted record and the required column values loaded
3442 ** as an undeclared column named ROWID, OID, or _ROWID_ as long as those
3444 ** the table has a column of type [INTEGER PRIMARY KEY] then that column
4058 ** a NULL value in place of the table column that would have
4062 ** ^When a table is referenced by a [SELECT] but no column values are
4065 ** is invoked once for that table with a column nam
[all...]

Completed in 873 milliseconds

123456