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

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c7580 tree inside_type = TREE_TYPE (TREE_OPERAND (op0, 0));
7582 int inside_int = INTEGRAL_TYPE_P (inside_type);
7583 int inside_ptr = POINTER_TYPE_P (inside_type);
7584 int inside_float = FLOAT_TYPE_P (inside_type);
7585 int inside_vec = TREE_CODE (inside_type) == VECTOR_TYPE;
7586 unsigned int inside_prec = TYPE_PRECISION (inside_type);
7587 int inside_unsignedp = TYPE_UNSIGNED (inside_type);
7605 if (TYPE_MAIN_VARIANT (inside_type) == TYPE_MAIN_VARIANT (type)
7666 && TREE_CODE (TREE_TYPE (inside_type)) == ARRAY_TYPE
7545 tree inside_type = TREE_TYPE (TREE_OPERAND (op0, 0)); local

Completed in 145 milliseconds