OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_rval
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
typeck2.cc
2185
tree
last_rval
= NULL_TREE;
2235
last_rval
= expr;
2241
if (
last_rval
== NULL_TREE)
2248
if (TYPE_REF_P (TREE_TYPE (
last_rval
)))
2249
last_rval
= convert_from_reference (
last_rval
);
2253
last_rval
= decay_conversion (expr, complain);
2254
if (
last_rval
== error_mark_node)
2258
if (TYPE_PTR_P (TREE_TYPE (
last_rval
)))
2262
expr = build_min (ARROW_EXPR, TREE_TYPE (TREE_TYPE (
last_rval
)),
2180
tree
last_rval
= NULL_TREE;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
typeck2.cc
2071
tree
last_rval
= NULL_TREE;
2122
last_rval
= expr;
2128
if (
last_rval
== NULL_TREE)
2135
if (TYPE_REF_P (TREE_TYPE (
last_rval
)))
2136
last_rval
= convert_from_reference (
last_rval
);
2140
last_rval
= decay_conversion (expr, complain);
2141
if (
last_rval
== error_mark_node)
2145
if (TYPE_PTR_P (TREE_TYPE (
last_rval
)))
2149
expr = build_min (ARROW_EXPR, TREE_TYPE (TREE_TYPE (
last_rval
)),
2066
tree
last_rval
= NULL_TREE;
local
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026