OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_num_columns
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/analyzer/
access-diagram.cc
1082
unsigned
get_num_columns
() const
function in class:ana::bit_to_table_map
1130
for (unsigned table_x = 0; table_x <
get_num_columns
(); table_x++)
1268
table t (table::size_t (btm.
get_num_columns
(), max_rows));
1470
table t (table::size_t (btm.
get_num_columns
(), 0));
1573
table t (table::size_t (btm.
get_num_columns
(), 1));
1619
table t (table::size_t (btm.
get_num_columns
(), 0));
1767
table t (table::size_t (btm.
get_num_columns
(), 0));
2124
= make_unique <table_dimension_sizes> (m_btm.
get_num_columns
());
2251
table t (table::size_t (m_btm.
get_num_columns
(), 2));
2284
gcc_assert (t_region.get_size ().w == (int)m_btm.
get_num_columns
());
[
all
...]
Completed in 16 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026