Home
last modified time | relevance | path

Searched refs:olhs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c8405 tree olhs = lhs; in cp_build_modify_expr() local
8436 if (TREE_CODE (olhs) == COMPOUND_EXPR) in cp_build_modify_expr()
8438 lhs = build2 (COMPOUND_EXPR, lhstype, TREE_OPERAND (olhs, 0), lhs); in cp_build_modify_expr()
8440 for (olhs = TREE_OPERAND (olhs, 1); in cp_build_modify_expr()
8441 TREE_CODE (olhs) == COMPOUND_EXPR; in cp_build_modify_expr()
8442 olhs = TREE_OPERAND (olhs, 1)) in cp_build_modify_expr()
8445 TREE_OPERAND (olhs, 0), *ptr); in cp_build_modify_expr()
8520 if (TREE_CODE (olhs) == COMPOUND_EXPR) in cp_build_modify_expr()
8523 TREE_OPERAND (olhs, 0), cond); in cp_build_modify_expr()
8525 for (olhs = TREE_OPERAND (olhs, 1); in cp_build_modify_expr()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc8942 tree olhs = lhs; in cp_build_modify_expr() local
8973 if (TREE_CODE (olhs) == COMPOUND_EXPR) in cp_build_modify_expr()
8975 lhs = build2 (COMPOUND_EXPR, lhstype, TREE_OPERAND (olhs, 0), lhs); in cp_build_modify_expr()
8977 for (olhs = TREE_OPERAND (olhs, 1); in cp_build_modify_expr()
8978 TREE_CODE (olhs) == COMPOUND_EXPR; in cp_build_modify_expr()
8979 olhs = TREE_OPERAND (olhs, 1)) in cp_build_modify_expr()
8982 TREE_OPERAND (olhs, 0), *ptr); in cp_build_modify_expr()
9057 if (TREE_CODE (olhs) == COMPOUND_EXPR) in cp_build_modify_expr()
9060 TREE_OPERAND (olhs, 0), cond); in cp_build_modify_expr()
9062 for (olhs = TREE_OPERAND (olhs, 1); in cp_build_modify_expr()
[all …]