OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:note_ptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
fwprop.cc
529
rtx *
note_ptr
= ®_NOTES (use_rtl);
local
530
while (rtx note = *
note_ptr
)
536
*
note_ptr
= XEXP (note, 1);
540
note_ptr
= &XEXP (note, 1);
/src/external/gpl3/gcc.old/dist/gcc/
fwprop.cc
524
rtx *
note_ptr
= ®_NOTES (use_rtl);
local
525
while (rtx note = *
note_ptr
)
531
*
note_ptr
= XEXP (note, 1);
535
note_ptr
= &XEXP (note, 1);
Completed in 26 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026