| /src/external/gpl3/gcc/dist/gcc/cp/ |
| search.cc | 1795 <addr_expr: T* 1810 tree addr_expr = STRIP_NOPS (TREE_OPERAND (init_expr, 1)); 1811 if (!matches_code_and_type_p (addr_expr, ADDR_EXPR, field_pointer_type)) 1814 tree component_ref = STRIP_NOPS (TREE_OPERAND (addr_expr, 0)); 1808 tree addr_expr = STRIP_NOPS (TREE_OPERAND (init_expr, 1)); local
|
| init.cc | 846 case ADDR_EXPR: 872 if (TREE_CODE (op) == ADDR_EXPR) 1662 vtbl = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (vtbl)), vtbl); 4421 if (TREE_CODE (arg) == ADDR_EXPR) 5259 tree addr_expr = NULL_TREE; 5263 addr_expr = get_target_expr (addr); 5264 addr = TARGET_EXPR_SLOT (addr_expr); 5384 if (addr_expr) 5385 expr = cp_build_compound_expr (addr_expr, expr, tf_none); 5256 tree addr_expr = NULL_TREE; local
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-io.cc | 1681 tree addr_expr = NULL; local 1713 addr_expr = nml_get_addr_expr (sym, c, base_addr); 1802 dt_parm_addr, addr_expr, string, 1807 8, dt_parm_addr, addr_expr, string, 1835 addr_expr); 2145 transfer_expr (gfc_se * se, gfc_typespec * ts, tree addr_expr, 2300 transfer_expr (gfc_se * se, gfc_typespec * ts, tree addr_expr, 2402 addr_expr); 2415 function, 4, tmp, addr_expr, arg2, arg3); 2427 addr_expr); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| search.cc | 1744 <addr_expr: T* 1759 tree addr_expr = STRIP_NOPS (TREE_OPERAND (init_expr, 1)); 1760 if (!matches_code_and_type_p (addr_expr, ADDR_EXPR, field_pointer_type)) 1763 tree component_ref = STRIP_NOPS (TREE_OPERAND (addr_expr, 0)); 1757 tree addr_expr = STRIP_NOPS (TREE_OPERAND (init_expr, 1)); local
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-io.cc | 1679 tree addr_expr = NULL; local 1708 addr_expr = nml_get_addr_expr (sym, c, base_addr); 1797 dt_parm_addr, addr_expr, string, 1802 8, dt_parm_addr, addr_expr, string, 1830 addr_expr); 2140 transfer_expr (gfc_se * se, gfc_typespec * ts, tree addr_expr, 2295 transfer_expr (gfc_se * se, gfc_typespec * ts, tree addr_expr, 2397 addr_expr); 2410 function, 4, tmp, addr_expr, arg2, arg3); 2422 addr_expr); [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-tic54x.c | 109 expressionS addr_expr; /* Storage for unresolved expressions. */ member in struct:_tic54x_insn::__anon10117 3457 insn->opcode[op].addr_expr = operand->exp; 3459 if (insn->opcode[op].addr_expr.X_op == O_constant) 3461 valueT value = insn->opcode[op].addr_expr.X_add_number; 3485 insn->opcode[0].addr_expr = operand->exp; 3510 insn->opcode[0].addr_expr = operand->exp; 3542 insn->opcode[1].addr_expr = operand->exp; 3609 insn->opcode[which].addr_expr = operand->exp; 3631 if (insn->opcode[which].addr_expr.X_op == O_constant) 3634 insn->opcode[which].addr_expr.X_add_number & mask [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-tic54x.c | 109 expressionS addr_expr; /* Storage for unresolved expressions. */ member in struct:_tic54x_insn::__anon11589 3457 insn->opcode[op].addr_expr = operand->exp; 3459 if (insn->opcode[op].addr_expr.X_op == O_constant) 3461 valueT value = insn->opcode[op].addr_expr.X_add_number; 3485 insn->opcode[0].addr_expr = operand->exp; 3510 insn->opcode[0].addr_expr = operand->exp; 3542 insn->opcode[1].addr_expr = operand->exp; 3609 insn->opcode[which].addr_expr = operand->exp; 3631 if (insn->opcode[which].addr_expr.X_op == O_constant) 3634 insn->opcode[which].addr_expr.X_add_number & mask [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-ssa-store-merging.cc | 1192 tree addr_expr, addr_tmp, val_expr, val_tmp; local 1218 addr_expr = build_fold_addr_expr (src); 1219 if (is_gimple_mem_ref_addr (addr_expr)) 1220 addr_tmp = unshare_expr (addr_expr);
|
| gimplify.cc | 3191 to foo, embed that change in the ADDR_EXPR by converting 3205 tree addr_expr = TREE_OPERAND (expr, 0); 3208 /* We simplify only conversions from an ADDR_EXPR to a pointer type. */ 3210 || TREE_CODE (addr_expr) != ADDR_EXPR) 3213 /* The addr_expr type should be a pointer to an array. */ 3214 datype = TREE_TYPE (TREE_TYPE (addr_expr)); 3234 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0), 3237 *expr_p = build1 (ADDR_EXPR, pddatype, *expr_p); 3273 to a pointer to foo, embed that change in the ADDR_EXPR. * 3202 tree addr_expr = TREE_OPERAND (expr, 0); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-ssa-store-merging.cc | 1125 tree addr_expr, addr_tmp, val_expr, val_tmp; local 1151 addr_expr = build_fold_addr_expr (src); 1152 if (is_gimple_mem_ref_addr (addr_expr)) 1153 addr_tmp = unshare_expr (addr_expr);
|
| gimplify.cc | 2941 to foo, embed that change in the ADDR_EXPR by converting 2955 tree addr_expr = TREE_OPERAND (expr, 0); 2958 /* We simplify only conversions from an ADDR_EXPR to a pointer type. */ 2960 || TREE_CODE (addr_expr) != ADDR_EXPR) 2963 /* The addr_expr type should be a pointer to an array. */ 2964 datype = TREE_TYPE (TREE_TYPE (addr_expr)); 2984 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0), 2987 *expr_p = build1 (ADDR_EXPR, pddatype, *expr_p); 3023 to a pointer to foo, embed that change in the ADDR_EXPR. * 2952 tree addr_expr = TREE_OPERAND (expr, 0); local [all...] |