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

  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 2246 tree type_expr = c_fully_fold (init.value, false,
2251 TREE_TYPE (type_expr),
2252 specs->expr, type_expr);
2254 specs->expr = type_expr;
9195 tree type_expr = NULL_TREE;
9197 groktypename (t1, &type_expr, NULL));
9198 if (type_expr)
9201 TREE_TYPE (expr.value), type_expr,
10123 tree type_expr = NULL_TREE;
10125 groktypename (t1, &type_expr,
2244 tree type_expr = c_fully_fold (init.value, false, local
9193 tree type_expr = NULL_TREE; local
10121 tree type_expr = NULL_TREE; local
10269 tree type_expr = NULL_TREE; local
15909 tree iter_type = NULL_TREE, type_expr = NULL_TREE; local
    [all...]
c-typeck.cc 3032 tree type_expr = NULL_TREE;
3034 type = groktypename (t, &type_expr, &type_expr_const);
3046 if ((type_expr || TREE_CODE (ret.value) == INTEGER_CST)
3056 if (!type_expr)
3057 type_expr = integer_zero_node;
3059 type_expr, ret.value);
6190 tree type_expr = NULL_TREE;
6199 type = groktypename (type_name, &type_expr, &type_expr_const);
6207 if (type_expr)
6211 ret = build2 (C_MAYBE_CONST_EXPR, TREE_TYPE (ret), type_expr, ret)
3022 tree type_expr = NULL_TREE; local
6172 tree type_expr = NULL_TREE; local
    [all...]
c-parser.cc 2246 tree type_expr = c_fully_fold (init.value, false,
2251 TREE_TYPE (type_expr),
2252 specs->expr, type_expr);
2254 specs->expr = type_expr;
9195 tree type_expr = NULL_TREE;
9197 groktypename (t1, &type_expr, NULL));
9198 if (type_expr)
9201 TREE_TYPE (expr.value), type_expr,
10123 tree type_expr = NULL_TREE;
10125 groktypename (t1, &type_expr,
2244 tree type_expr = c_fully_fold (init.value, false, local
9193 tree type_expr = NULL_TREE; local
10121 tree type_expr = NULL_TREE; local
10269 tree type_expr = NULL_TREE; local
15909 tree iter_type = NULL_TREE, type_expr = NULL_TREE; local
    [all...]
c-typeck.cc 3032 tree type_expr = NULL_TREE;
3034 type = groktypename (t, &type_expr, &type_expr_const);
3046 if ((type_expr || TREE_CODE (ret.value) == INTEGER_CST)
3056 if (!type_expr)
3057 type_expr = integer_zero_node;
3059 type_expr, ret.value);
6190 tree type_expr = NULL_TREE;
6199 type = groktypename (type_name, &type_expr, &type_expr_const);
6207 if (type_expr)
6211 ret = build2 (C_MAYBE_CONST_EXPR, TREE_TYPE (ret), type_expr, ret)
3022 tree type_expr = NULL_TREE; local
6172 tree type_expr = NULL_TREE; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 3443 tree type_expr = NULL_TREE;
3445 type = groktypename (t, &type_expr, &type_expr_const);
3458 if ((type_expr || TREE_CODE (ret.value) == INTEGER_CST)
3468 if (!type_expr)
3469 type_expr = integer_zero_node;
3471 type_expr, ret.value);
6707 tree type_expr = NULL_TREE;
6716 type = groktypename (type_name, &type_expr, &type_expr_const);
6724 if (type_expr)
6728 ret = build2 (C_MAYBE_CONST_EXPR, TREE_TYPE (ret), type_expr, ret)
3431 tree type_expr = NULL_TREE; local
6687 tree type_expr = NULL_TREE; local
    [all...]
c-typeck.cc 3443 tree type_expr = NULL_TREE;
3445 type = groktypename (t, &type_expr, &type_expr_const);
3458 if ((type_expr || TREE_CODE (ret.value) == INTEGER_CST)
3468 if (!type_expr)
3469 type_expr = integer_zero_node;
3471 type_expr, ret.value);
6707 tree type_expr = NULL_TREE;
6716 type = groktypename (type_name, &type_expr, &type_expr_const);
6724 if (type_expr)
6728 ret = build2 (C_MAYBE_CONST_EXPR, TREE_TYPE (ret), type_expr, ret)
3431 tree type_expr = NULL_TREE; local
6687 tree type_expr = NULL_TREE; local
    [all...]
c-parser.cc 2676 tree type_expr = c_fully_fold (init.value, false,
2681 TREE_TYPE (type_expr),
2682 specs->expr, type_expr);
2684 specs->expr = type_expr;
10803 tree type_expr = NULL_TREE;
10805 groktypename (t1, &type_expr, NULL));
10806 if (type_expr)
10809 TREE_TYPE (expr.value), type_expr,
11732 tree type_expr = NULL_TREE;
11734 groktypename (t1, &type_expr,
2674 tree type_expr = c_fully_fold (init.value, false, local
10801 tree type_expr = NULL_TREE; local
11730 tree type_expr = NULL_TREE; local
12216 tree type_expr = NULL_TREE; local
18437 tree iter_type = NULL_TREE, type_expr = NULL_TREE; local
    [all...]
c-parser.cc 2676 tree type_expr = c_fully_fold (init.value, false,
2681 TREE_TYPE (type_expr),
2682 specs->expr, type_expr);
2684 specs->expr = type_expr;
10803 tree type_expr = NULL_TREE;
10805 groktypename (t1, &type_expr, NULL));
10806 if (type_expr)
10809 TREE_TYPE (expr.value), type_expr,
11732 tree type_expr = NULL_TREE;
11734 groktypename (t1, &type_expr,
2674 tree type_expr = c_fully_fold (init.value, false, local
10801 tree type_expr = NULL_TREE; local
11730 tree type_expr = NULL_TREE; local
12216 tree type_expr = NULL_TREE; local
18437 tree iter_type = NULL_TREE, type_expr = NULL_TREE; local
    [all...]

Completed in 122 milliseconds