Searched refs:cp_lvalue_kind (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dtree.c46 static cp_lvalue_kind lvalue_p_1 (tree, int);
60 static cp_lvalue_kind
64 cp_lvalue_kind op1_lvalue_kind = clk_none;
65 cp_lvalue_kind op2_lvalue_kind = clk_none;
204 cp_lvalue_kind
H A Dcp-tree.h3171 typedef enum cp_lvalue_kind {
3177 } cp_lvalue_kind;
4448 extern cp_lvalue_kind real_lvalue_p (tree);
3164 typedef enum cp_lvalue_kind { enum
3170 } cp_lvalue_kind; typedef in typeref:enum:cp_lvalue_kind
H A Dcall.c1109 cp_lvalue_kind lvalue_p = clk_none;
4438 cp_lvalue_kind lvalue = real_lvalue_p (expr);

Completed in 157 milliseconds