Home
last modified time | relevance | path

Searched refs:cp_lvalue_kind (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc53 cp_lvalue_kind
56 cp_lvalue_kind op1_lvalue_kind = clk_none; in lvalue_kind()
57 cp_lvalue_kind op2_lvalue_kind = clk_none; in lvalue_kind()
341 cp_lvalue_kind
344 cp_lvalue_kind kind = lvalue_kind (ref); in real_lvalue_p()
364 cp_lvalue_kind kind = lvalue_kind (ref); in glvalue_p()
424 cp_lvalue_kind kind = lvalue_kind (ref); in cp_stabilize_reference()
H A Dcp-tree.h5455 typedef int cp_lvalue_kind; typedef
7817 extern cp_lvalue_kind real_lvalue_p (const_tree);
7818 extern cp_lvalue_kind lvalue_kind (const_tree);
H A Dtypeck.cc6801 cp_lvalue_kind kind = lvalue_kind (arg); in cp_build_addr_expr_1()
7888 cp_lvalue_kind clk; in build_static_cast_1()
11256 cp_lvalue_kind kind = lvalue_kind (ref); in lvalue_or_else()
H A DChangeLog-20092581 cp_lvalue_kind. Change all uses.
2762 * cp-tree.h (cp_lvalue_kind): Typedef to int rather than enum
H A Dcall.cc1717 cp_lvalue_kind gl_kind; in reference_binding()
8294 cp_lvalue_kind lvalue = lvalue_kind (expr); in convert_like_internal()
H A DChangeLog-20032804 * cp-tree.h (enum cp_lvalue_kind): Add clk_packed.
4858 * cp-tree.h (cp_lvalue_kind, base_access): Delete trailing comma
H A DChangeLog-19994241 (cp_lvalue_kind): New type.
4248 * tree.c (lvalue_p_1): Return a cp_lvalue_kind. Calculate
H A DChangeLog-20071230 zero_init_p, member_p, cp_lvalue_kind,
H A Dsemantics.cc11470 cp_lvalue_kind clk = lvalue_kind (expr); in finish_decltype_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c53 cp_lvalue_kind
56 cp_lvalue_kind op1_lvalue_kind = clk_none; in lvalue_kind()
57 cp_lvalue_kind op2_lvalue_kind = clk_none; in lvalue_kind()
336 cp_lvalue_kind
339 cp_lvalue_kind kind = lvalue_kind (ref); in real_lvalue_p()
359 cp_lvalue_kind kind = lvalue_kind (ref); in glvalue_p()
419 cp_lvalue_kind kind = lvalue_kind (ref); in cp_stabilize_reference()
H A Dcp-tree.h5221 typedef int cp_lvalue_kind; typedef
7419 extern cp_lvalue_kind real_lvalue_p (const_tree);
7420 extern cp_lvalue_kind lvalue_kind (const_tree);
H A Dtypeck.c6286 cp_lvalue_kind kind = lvalue_kind (arg); in cp_build_addr_expr_1()
7367 cp_lvalue_kind clk; in build_static_cast_1()
10649 cp_lvalue_kind kind = lvalue_kind (ref); in lvalue_or_else()
H A Dcall.c1694 cp_lvalue_kind gl_kind; in reference_binding()
7826 cp_lvalue_kind lvalue = lvalue_kind (expr); in convert_like_real_1()
H A Dsemantics.c9905 cp_lvalue_kind clk = lvalue_kind (expr); in finish_decltype_type()