Searched refs:lvalue_p (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Dcall.c622 else if (fromref || (expr && lvalue_p (expr)))
1096 cp_lvalue_kind lvalue_p = clk_none; local
1109 lvalue_p = clk_ordinary;
1113 lvalue_p = real_lvalue_p (expr);
1126 if (lvalue_p && compatible_p)
1139 if ((lvalue_p & clk_bitfield) != 0
1140 || ((lvalue_p & clk_packed) != 0 && !TYPE_PACKED (to)))
3192 bool lvalue_p = true; local
3286 lvalue_p = false;
3395 lvalue_p
[all...]
H A Dcvt.c372 else if (!(flags & DIRECT_BIND) && ! lvalue_p (arg))
507 else if ((convtype & CONV_REINTERPRET) && lvalue_p (expr))
H A Dtypeck.c1535 if (!lvalue_p (exp)
2489 if (pedantic && !lvalue_p (array))
4242 if (! lvalue_p (arg) && pedantic)
4395 if (! lvalue_p (arg) && pedantic)
7059 int win = lvalue_p (ref);
H A Dinit.c2054 gcc_assert (!lvalue_p (rval));
H A Dtree.c201 [basic.lval]. This function should really be named lvalue_p; it
215 lvalue_p (tree ref) function
H A Dcp-tree.h4539 extern int lvalue_p (tree);
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c107 static int lvalue_p (tree);
1583 lvalue_array_p = !not_lvalue && lvalue_p (exp.value);
2034 else if (!flag_isoc99 && !lvalue_p (foo))
3020 if (lvalue_p (TREE_OPERAND (arg, 0)))
3096 lvalue_p (tree ref)
3105 return lvalue_p (TREE_OPERAND (ref, 0));
3174 int win = lvalue_p (ref);
3905 if (!lvalue_p (rhs))
3081 lvalue_p (tree ref) function

Completed in 167 milliseconds