Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfold-const.c4873 tree inside_type = TREE_TYPE (TREE_OPERAND (TREE_OPERAND (t, 0), 0)); local
4876 int inside_int = INTEGRAL_TYPE_P (inside_type);
4877 int inside_ptr = POINTER_TYPE_P (inside_type);
4878 int inside_float = FLOAT_TYPE_P (inside_type);
4879 unsigned int inside_prec = TYPE_PRECISION (inside_type);
4880 int inside_unsignedp = TREE_UNSIGNED (inside_type);
4896 if (TYPE_MAIN_VARIANT (inside_type) == TYPE_MAIN_VARIANT (final_type)
/openbsd-src/gnu/gcc/gcc/
H A Dfold-const.c7531 tree inside_type = TREE_TYPE (TREE_OPERAND (op0, 0)); in fold_unary() local
7533 int inside_int = INTEGRAL_TYPE_P (inside_type); in fold_unary()
7534 int inside_ptr = POINTER_TYPE_P (inside_type); in fold_unary()
7535 int inside_float = FLOAT_TYPE_P (inside_type); in fold_unary()
7536 int inside_vec = TREE_CODE (inside_type) == VECTOR_TYPE; in fold_unary()
7537 unsigned int inside_prec = TYPE_PRECISION (inside_type); in fold_unary()
7538 int inside_unsignedp = TYPE_UNSIGNED (inside_type); in fold_unary()
7556 if (TYPE_MAIN_VARIANT (inside_type) == TYPE_MAIN_VARIANT (type) in fold_unary()
7617 && TREE_CODE (TREE_TYPE (inside_type)) == ARRAY_TYPE in fold_unary()