Searched refs:lhs_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp47 Scalar::Type lhs_type = lhs.GetType(); local
50 if (lhs_type > rhs_type) {
53 if (temp_value.Promote(lhs_type)) // Promote it
56 } else if (lhs_type < rhs_type) {
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c1193 enum tree_code lhs_type;
5929 enum tree_code tree_type, lhs_type, rhs_type;
5935 lhs_type = ERROR_MARK;
5984 sp->lhs_type = lhs_type;
5987 lhs_type = rhs_type;
6004 rhs_type = lhs_type;
6006 lhs_type = sp->lhs_type;
6010 lhs = build_x_binary_op (tree_type, lhs, lhs_type, rh
1191 enum tree_code lhs_type; member in struct:cp_parser_expression_stack_entry
5927 enum tree_code tree_type, lhs_type, rhs_type; local
[all...]

Completed in 136 milliseconds