HomeSort by: relevance | last modified time | path
    Searched defs:ddatype (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 3206 tree datype, ddatype, pddatype;
3220 ddatype = TREE_TYPE (datype);
3221 pddatype = build_pointer_type (ddatype);
3227 if (!TYPE_SIZE_UNIT (ddatype)
3228 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST
3234 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0),
3203 tree datype, ddatype, pddatype; local
gimplify.cc 3206 tree datype, ddatype, pddatype;
3220 ddatype = TREE_TYPE (datype);
3221 pddatype = build_pointer_type (ddatype);
3227 if (!TYPE_SIZE_UNIT (ddatype)
3228 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST
3234 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0),
3203 tree datype, ddatype, pddatype; local
gimplify.cc 3206 tree datype, ddatype, pddatype;
3220 ddatype = TREE_TYPE (datype);
3221 pddatype = build_pointer_type (ddatype);
3227 if (!TYPE_SIZE_UNIT (ddatype)
3228 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST
3234 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0),
3203 tree datype, ddatype, pddatype; local
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 2956 tree datype, ddatype, pddatype;
2970 ddatype = TREE_TYPE (datype);
2971 pddatype = build_pointer_type (ddatype);
2977 if (!TYPE_SIZE_UNIT (ddatype)
2978 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST
2984 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0),
2953 tree datype, ddatype, pddatype; local
gimplify.cc 2956 tree datype, ddatype, pddatype;
2970 ddatype = TREE_TYPE (datype);
2971 pddatype = build_pointer_type (ddatype);
2977 if (!TYPE_SIZE_UNIT (ddatype)
2978 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST
2984 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0),
2953 tree datype, ddatype, pddatype; local
gimplify.cc 2956 tree datype, ddatype, pddatype;
2970 ddatype = TREE_TYPE (datype);
2971 pddatype = build_pointer_type (ddatype);
2977 if (!TYPE_SIZE_UNIT (ddatype)
2978 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST
2984 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0),
2953 tree datype, ddatype, pddatype; local

Completed in 157 milliseconds