OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MO_VAL_USE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
var-tracking.cc
138
MO_VAL_USE
, /* Use location which is associated with a value. */
154
"
MO_VAL_USE
",
190
of the assignment. For
MO_VAL_USE
and MO_VAL_SET, it is a
5540
return
MO_VAL_USE
;
5744
else if (type ==
MO_VAL_USE
)
5777
/* The loc of a
MO_VAL_USE
may have two forms:
6143
moa.type =
MO_VAL_USE
;
6598
/* Order the MO_USEs to be before MO_USE_NO_VARs and
MO_VAL_USE
, and
6649
while (n1 < n2 && mos[n1].type ==
MO_VAL_USE
)
6651
while (n1 < n2 && mos[n2].type !=
MO_VAL_USE
)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc
135
MO_VAL_USE
, /* Use location which is associated with a value. */
151
"
MO_VAL_USE
",
187
of the assignment. For
MO_VAL_USE
and MO_VAL_SET, it is a
5555
return
MO_VAL_USE
;
5759
else if (type ==
MO_VAL_USE
)
5792
/* The loc of a
MO_VAL_USE
may have two forms:
6158
moa.type =
MO_VAL_USE
;
6613
/* Order the MO_USEs to be before MO_USE_NO_VARs and
MO_VAL_USE
, and
6664
while (n1 < n2 && mos[n1].type ==
MO_VAL_USE
)
6666
while (n1 < n2 && mos[n2].type !=
MO_VAL_USE
)
[
all
...]
Completed in 33 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026