OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_fixit_hints
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc
444
auto_vec <const fixit_hint *>
m_fixit_hints
;
member in class:__anon13576::layout
1188
sanely print, populating m_layout_ranges and
m_fixit_hints
.
1210
m_fixit_hints
(richloc.get_num_fixit_hints ()),
1224
/* Populate
m_fixit_hints
, filtering to only those that are in the
1230
m_fixit_hints
.safe_push (hint);
1233
/* Sort
m_fixit_hints
. */
1234
m_fixit_hints
.qsort (fixit_cmp);
1443
for (unsigned int i = 0; i <
m_fixit_hints
.length (); i++)
1445
const fixit_hint *hint =
m_fixit_hints
[i];
1551
for (unsigned int i = 0; i <
m_fixit_hints
.length (); i++
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
diagnostic-show-locus.cc
441
auto_vec <const fixit_hint *>
m_fixit_hints
;
member in class:__anon16012::layout
1178
sanely print, populating m_layout_ranges and
m_fixit_hints
.
1199
m_fixit_hints
(richloc->get_num_fixit_hints ()),
1213
/* Populate
m_fixit_hints
, filtering to only those that are in the
1219
m_fixit_hints
.safe_push (hint);
1222
/* Sort
m_fixit_hints
. */
1223
m_fixit_hints
.qsort (fixit_cmp);
1420
for (unsigned int i = 0; i <
m_fixit_hints
.length (); i++)
1422
const fixit_hint *hint =
m_fixit_hints
[i];
1528
for (unsigned int i = 0; i <
m_fixit_hints
.length (); i++
[
all
...]
Completed in 28 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026