HomeSort by: relevance | last modified time | path
    Searched defs:lvalue_p (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc 82 lvalue_p (Expression *e) function
938 bool postblit = needs_postblit (etype) && lvalue_p (e->e2);
1147 const bool lvalue = lvalue_p (e->e2);
d-codegen.cc 512 lvalue_p (tree exp) function
532 return lvalue_p (TREE_OPERAND (exp, 0));
535 return (lvalue_p (TREE_OPERAND (exp, 1)
538 && lvalue_p (TREE_OPERAND (exp, 2)));
544 return lvalue_p (TREE_OPERAND (exp, 1));
559 if (lvalue_p (exp))
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans.cc 192 bool lvalue_p = DECL_P (t) || REFERENCE_CLASS_P (t) || INDIRECT_REF_P (t); local
195 if (lvalue_p)
  /src/external/gpl3/gcc/dist/gcc/cp/
tree.cc 374 lvalue_p (const_tree t) function
379 /* This differs from lvalue_p in that xvalues are included. */
812 if (!lvalue_p (init))
4369 else if (lvalue_p (arg))
6018 bool xval = !lvalue_p (exp);
6414 /* Verify lvalue_p. */
6415 ASSERT_FALSE (lvalue_p (int_cst));
6416 ASSERT_FALSE (lvalue_p (wrapped_int_cst));
6417 ASSERT_TRUE (lvalue_p (parm));
6418 ASSERT_TRUE (lvalue_p (wrapped_parm))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc 354 lvalue_p (const_tree t) function
359 /* This differs from lvalue_p in that xvalues are included. */
778 if (!lvalue_p (init))
4282 else if (lvalue_p (arg))
5833 bool xval = !lvalue_p (exp);
6234 /* Verify lvalue_p. */
6235 ASSERT_FALSE (lvalue_p (int_cst));
6236 ASSERT_FALSE (lvalue_p (wrapped_int_cst));
6237 ASSERT_TRUE (lvalue_p (parm));
6238 ASSERT_TRUE (lvalue_p (wrapped_parm))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 2292 lvalue_array_p = !not_lvalue && lvalue_p (exp.value);
2332 if (!lvalue_p (expr))
2816 bool datum_lvalue = lvalue_p (datum);
3123 else if (!lvalue_p (foo))
5283 if (lvalue_p (TREE_OPERAND (arg, 0)))
5423 lvalue_p (const_tree ref)
5432 return lvalue_p (TREE_OPERAND (ref, 0));
5435 return lvalue_p (TREE_OPERAND (ref, 1));
5495 int win = lvalue_p (ref);
6670 if (lvalue_p (value)
5407 lvalue_p (const_tree ref) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 2066 lvalue_array_p = !not_lvalue && lvalue_p (exp.value);
2106 if (!lvalue_p (expr))
2478 bool datum_lvalue = lvalue_p (datum);
2772 else if (!lvalue_p (foo))
4832 if (lvalue_p (TREE_OPERAND (arg, 0)))
4972 lvalue_p (const_tree ref)
4981 return lvalue_p (TREE_OPERAND (ref, 0));
4984 return lvalue_p (TREE_OPERAND (ref, 1));
5044 int win = lvalue_p (ref);
6153 if (lvalue_p (value)
4958 lvalue_p (const_tree ref) function
    [all...]

Completed in 62 milliseconds