Searched refs:clk_class (Results 1 – 6 of 6) sorted by relevance
115 if (op1_lvalue_kind == clk_class) in lvalue_kind()133 else if (op1_lvalue_kind == clk_class) in lvalue_kind()153 if (op1_lvalue_kind == clk_class) in lvalue_kind()276 return clk_class; in lvalue_kind()279 return (CLASS_TYPE_P (TREE_TYPE (ref)) ? clk_class : clk_none); in lvalue_kind()284 return clk_class; in lvalue_kind()316 return clk_class; in lvalue_kind()333 if ((op1_lvalue_kind & (clk_rvalueref|clk_class)) in lvalue_kind()345 if (kind & (clk_rvalueref|clk_class)) in real_lvalue_p()365 if (kind & clk_class) in glvalue_p()[all …]
1776 gl_kind = clk_class; in reference_binding()1782 && (gl_kind & clk_class)) in reference_binding()1786 is_lvalue = gl_kind && !(gl_kind & (clk_rvalueref|clk_class)); in reference_binding()
6808 if (strict_lvalue && (kind & (clk_rvalueref|clk_class))) in cp_build_addr_expr_1()11264 else if (kind & (clk_rvalueref|clk_class)) in lvalue_or_else()
5447 clk_class = 4, /* A prvalue of class or array type. */ enumerator
11478 if (clk != clk_none && !(clk & clk_class)) in finish_decltype_type()
4532 * tree.c (lvalue_kind): Return clk_class for an array prvalue.